fix antihax version

This commit is contained in:
Kanwar Saad Bin Liaqat 2019-10-16 15:40:00 +03:00
parent b7790941aa
commit fd2ad07270
No known key found for this signature in database
GPG Key ID: F5189DC439490C63

View File

@ -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