go-redfish/go.mod
James Gu 83d92b6fa2 Update api module using the latest client module
Change-Id: I59e2cd6b88bd10cb87dedcc24708a3db2d009869
2022-08-26 07:09:40 +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-20220825191957-470a7752c62d
)