Skip to content
This repository was archived by the owner on Apr 5, 2023. It is now read-only.

Commit

Permalink
fix antihax version
Browse files Browse the repository at this point in the history
  • Loading branch information
kanwar-saad committed Oct 16, 2019
1 parent b779094 commit fd2ad07
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion client/go.mod
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
module github.com/Nordix/go-redfish/client

require golang.org/x/oauth2 v0.0.0-20190402181905-9f3314589c9a
require (
github.com/antihax/optional v0.0.0-20180407024304-ca021399b1a6
golang.org/x/oauth2 v0.0.0-20190402181905-9f3314589c9a
)

go 1.13

0 comments on commit fd2ad07

Please sign in to comment.