Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

F #3227: GOCA: update dependencies #3550

Merged
merged 1 commit into from
Jul 24, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions src/oca/go/src/goca/go.mod
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
module one/src/oca/go/src/goca
module github.com/OpenNebula/one/src/oca/go/src/goca

go 1.12

require github.com/kolo/xmlrpc v0.0.0-20150413191830-0826b98aaa29
require (
github.com/hashicorp/go-cleanhttp v0.5.1
github.com/kolo/xmlrpc v0.0.0-20190717152603-07c4ee3fd181
)
4 changes: 4 additions & 0 deletions src/oca/go/src/goca/go.sum
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
github.com/hashicorp/go-cleanhttp v0.5.1 h1:dH3aiDG9Jvb5r5+bYHsikaOUIpcM0xvgMXVoDkXMzJM=
github.com/hashicorp/go-cleanhttp v0.5.1/go.mod h1:JpRdi6/HCYpAwUzNwuwqhbovhLtngrth3wmdIIUrZ80=
github.com/kolo/xmlrpc v0.0.0-20190717152603-07c4ee3fd181 h1:TrxPzApUukas24OMMVDUMlCs1XCExJtnGaDEiIAR4oQ=
github.com/kolo/xmlrpc v0.0.0-20190717152603-07c4ee3fd181/go.mod h1:o03bZfuBwAXHetKXuInt4S7omeXUu62/A845kiycsSQ=