go-redfish/go.mod
James Gu 313b61f87b Fixed a name typo in go.mod
Also updated go-redfish client dependecny version.

Change-Id: I93909248dc268fceec1d171f05685a8387741df0
2021-08-04 20:51:12 +00:00

11 lines
262 B
Modula-2

module opendev.org/airship/go-redfish
go 1.16
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/stretchr/objx v0.1.1 // indirect
github.com/stretchr/testify v1.7.0
opendev.org/airship/go-redfish/client v0.0.0-20210505141832-c442eb5bcb3e
)