Skip to content

Commit 304fbe1

Browse files
author
Marcelo Chiaradia
committed
Upgrade 'github.com/uyuni-project/xmlrpc-public-methods' version
1 parent 9689b25 commit 304fbe1

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ go 1.14
55
require (
66
github.com/gorilla/rpc v1.2.0
77
github.com/knadh/koanf v0.10.0
8-
github.com/uyuni-project/xmlrpc-public-methods v0.0.0-20200703131959-598a46400cf5
8+
github.com/uyuni-project/xmlrpc-public-methods v0.0.0-20200805144514-2ca831c526d1
99
)

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+
1818
github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI=
1919
github.com/uyuni-project/xmlrpc-public-methods v0.0.0-20200703131959-598a46400cf5 h1:LuwkuY9SHhXy05uvHlgXdgCH4nbt8bWOoOdCFwwKrsA=
2020
github.com/uyuni-project/xmlrpc-public-methods v0.0.0-20200703131959-598a46400cf5/go.mod h1:hS7daAcI0sq8g9GWR4cffika5MG3ClsWjvc/XongvCU=
21+
github.com/uyuni-project/xmlrpc-public-methods v0.0.0-20200805144514-2ca831c526d1 h1:sFoztHlAAdPjwujDzYeuKQ9RWAmyHAt4xdma+NHNCA8=
22+
github.com/uyuni-project/xmlrpc-public-methods v0.0.0-20200805144514-2ca831c526d1/go.mod h1:hS7daAcI0sq8g9GWR4cffika5MG3ClsWjvc/XongvCU=
2123
golang.org/x/sys v0.0.0-20191005200804-aed5e4c7ecf9/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
2224
golang.org/x/sys v0.0.0-20200331124033-c3d80250170d/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
2325
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=

vendor/github.com/uyuni-project/xmlrpc-public-methods/encoder.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ github.com/knadh/koanf/providers/confmap
99
github.com/knadh/koanf/providers/env
1010
# github.com/mitchellh/mapstructure v1.2.2
1111
github.com/mitchellh/mapstructure
12-
# github.com/uyuni-project/xmlrpc-public-methods v0.0.0-20200703131959-598a46400cf5
12+
# github.com/uyuni-project/xmlrpc-public-methods v0.0.0-20200805144514-2ca831c526d1
1313
## explicit
1414
github.com/uyuni-project/xmlrpc-public-methods

0 commit comments

Comments
 (0)