upload/koji/uploadChunk: fix compilation errors
The API of kolo/xmlrpc changed after the commit that is shipped in Fedora. Pin the vendored version to that and adjust the API usage. This should make the RPM compile in both RHEL and Fedora. Signed-off-by: Tom Gundersen <teg@jklm.no>
This commit is contained in:
parent
3457038688
commit
b6f06da1a7
10 changed files with 93 additions and 59 deletions
2
go.mod
2
go.mod
|
|
@ -20,7 +20,7 @@ require (
|
|||
github.com/google/uuid v1.1.1
|
||||
github.com/gophercloud/gophercloud v0.11.0
|
||||
github.com/julienschmidt/httprouter v1.2.0
|
||||
github.com/kolo/xmlrpc v0.0.0-20190909154602-56d5ec7c422e
|
||||
github.com/kolo/xmlrpc v0.0.0-20190417161013-de6d879202d7
|
||||
github.com/labstack/echo/v4 v4.1.11
|
||||
github.com/pkg/errors v0.9.1 // indirect
|
||||
github.com/stretchr/testify v1.5.1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue