go-redfish/go.mod
James Gu c442eb5bcb Upgrade openapi generator to v5.1.0
Upgraded openapi generator version to 5.1.0 for the support of nullable
values for optional fields; Added missing "Disabled" enum value to the
BootSourceOverrideEnabled model in the openapi schema.

Signed-off-by: James Gu <james.gu@att.com>
Change-Id: Ia3e0b018be13079d2085ef61ed2e797bcfd25fd7
2021-05-05 10:18:32 -04:00

10 lines
216 B
Modula-2

module opendev.org/airship/redfish
go 1.16
require (
github.com/stretchr/testify v1.7.0
github.com/vektra/mockery/v2 v2.7.4 // indirect
opendev.org/airship/go-redfish/client v0.0.0-20200625173456-c8df18b52664
)