Skip to content

Commit

Permalink
Renovate: Update github.com/sapcc (#165)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 12, 2023
1 parent 6533c61 commit 55c3b4b
Show file tree
Hide file tree
Showing 10 changed files with 272 additions and 30 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ require (
github.com/gophercloud/gophercloud v1.7.0
github.com/gophercloud/utils v0.0.0-20231010081019-80377eca5d56
github.com/olekukonko/tablewriter v0.0.5
github.com/sapcc/go-api-declarations v1.8.3
github.com/sapcc/gophercloud-sapcc v0.0.0-20231004083010-5b75b97bad76
github.com/sapcc/go-api-declarations v1.9.0
github.com/sapcc/gophercloud-sapcc v0.0.0-20231012112418-5e87a157f2af
github.com/spf13/cobra v1.7.0
)

Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ github.com/mitchellh/go-homedir v1.1.0/go.mod h1:SfyaCUpYCn1Vlf4IUYiD9fPX4A5wJrk
github.com/olekukonko/tablewriter v0.0.5 h1:P2Ga83D34wi1o9J6Wh1mRuqd4mF/x/lgBS7N7AbDhec=
github.com/olekukonko/tablewriter v0.0.5/go.mod h1:hPp6KlRPjbx+hW8ykQs1w3UBbZlj6HuIJcUGPhkA7kY=
github.com/russross/blackfriday/v2 v2.1.0/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM=
github.com/sapcc/go-api-declarations v1.8.3 h1:aGBTX3vjk/QX0ptPyz7DqGY97clhYXkpURZf+z9okV4=
github.com/sapcc/go-api-declarations v1.8.3/go.mod h1:83R3hTANhuRXt/pXDby37IJetw8l7DG41s33Tp9NXxI=
github.com/sapcc/gophercloud-sapcc v0.0.0-20231004083010-5b75b97bad76 h1:6Abu/QGXnxPDGYWqqKXfbP7B1HrQv4aL2l8ZYIJ5uKo=
github.com/sapcc/gophercloud-sapcc v0.0.0-20231004083010-5b75b97bad76/go.mod h1:AtfUwXke93MD1C5d6s8juPNkRrpRjl7EYz8elql19Yo=
github.com/sapcc/go-api-declarations v1.9.0 h1:IUCIo9gn6z6FnNY3DX5jaKb0Read2TlkcZQLXOSqCh8=
github.com/sapcc/go-api-declarations v1.9.0/go.mod h1:83R3hTANhuRXt/pXDby37IJetw8l7DG41s33Tp9NXxI=
github.com/sapcc/gophercloud-sapcc v0.0.0-20231012112418-5e87a157f2af h1:6KXV/3H5INO73GQ8uB/y7fDXmQ+KpUn8wVLtxOGxU40=
github.com/sapcc/gophercloud-sapcc v0.0.0-20231012112418-5e87a157f2af/go.mod h1:coJCrQR3KgsHBkOfmNB5Fuxxl7JbHlwxWNbqK1+TzAA=
github.com/spf13/cobra v1.7.0 h1:hyqWnYt1ZQShIddO5kBpj3vu05/++x6tJ6dg8EC572I=
github.com/spf13/cobra v1.7.0/go.mod h1:uLxZILRyS/50WlhOIKD7W6V5bgeIt+4sICxh6uRMrb0=
github.com/spf13/pflag v1.0.5 h1:iy+VFUOCP1a+8yFto/drg2CJ5u0yRoB7fZw3DKv/JXA=
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 11 additions & 0 deletions vendor/github.com/sapcc/go-api-declarations/limes/metadata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@ github.com/mitchellh/go-homedir
# github.com/olekukonko/tablewriter v0.0.5
## explicit; go 1.12
github.com/olekukonko/tablewriter
# github.com/sapcc/go-api-declarations v1.8.3
# github.com/sapcc/go-api-declarations v1.9.0
## explicit; go 1.21
github.com/sapcc/go-api-declarations/bininfo
github.com/sapcc/go-api-declarations/internal/marshal
github.com/sapcc/go-api-declarations/limes
github.com/sapcc/go-api-declarations/limes/rates
github.com/sapcc/go-api-declarations/limes/resources
# github.com/sapcc/gophercloud-sapcc v0.0.0-20231004083010-5b75b97bad76
# github.com/sapcc/gophercloud-sapcc v0.0.0-20231012112418-5e87a157f2af
## explicit; go 1.21
github.com/sapcc/gophercloud-sapcc/clients
github.com/sapcc/gophercloud-sapcc/rates/v1/clusters
Expand Down

0 comments on commit 55c3b4b

Please sign in to comment.