Skip to content

Commit

Permalink
Merge with main
Browse files Browse the repository at this point in the history
  • Loading branch information
VoigtS committed Dec 28, 2023
2 parents 97ef8ff + c355cdb commit 30c830e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 14 deletions.
3 changes: 1 addition & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ require (
github.com/gophercloud/utils v0.0.0-20231010081019-80377eca5d56
github.com/olekukonko/tablewriter v0.0.5
github.com/sapcc/go-api-declarations v1.10.5
github.com/sapcc/go-bits v0.0.0-20231213211425-ddd5e41f8535
github.com/sapcc/gophercloud-sapcc v0.0.0-20231214091214-e4517ca1b6a4
github.com/sapcc/gophercloud-sapcc v0.0.0-20231221015832-0b675b20fad5
github.com/spf13/cobra v1.8.0
)

Expand Down
8 changes: 2 additions & 6 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,8 @@ github.com/olekukonko/tablewriter v0.0.5/go.mod h1:hPp6KlRPjbx+hW8ykQs1w3UBbZlj6
github.com/russross/blackfriday/v2 v2.1.0/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM=
github.com/sapcc/go-api-declarations v1.10.5 h1:1jGXudH2kcS0JCfGqooHszhSIe7BCvqu7QYJdqfas0A=
github.com/sapcc/go-api-declarations v1.10.5/go.mod h1:83R3hTANhuRXt/pXDby37IJetw8l7DG41s33Tp9NXxI=
github.com/sapcc/go-bits v0.0.0-20231213211425-ddd5e41f8535 h1:spliyqfKEO+098p/TBNjNIhXoyCqj1Zf+pROsaoN9SQ=
github.com/sapcc/go-bits v0.0.0-20231213211425-ddd5e41f8535/go.mod h1:jsn7K60WbjIzXz5V38eeHP2SNsBsCpFOtbXOSsBZXoQ=
github.com/sapcc/gophercloud-sapcc v0.0.0-20231214091214-e4517ca1b6a4 h1:bPzqErdlvFN8KkZorXj0Js2bIMrSAt5oGdo65ncjnSM=
github.com/sapcc/gophercloud-sapcc v0.0.0-20231214091214-e4517ca1b6a4/go.mod h1:W7BMHKOIhBMtBOqCDBT4APx7A48q7wt9i0jPB0PDXLs=
github.com/sergi/go-diff v1.3.1 h1:xkr+Oxo4BOQKmkn/B9eMK0g5Kg/983T9DqqPHwYqD+8=
github.com/sergi/go-diff v1.3.1/go.mod h1:aMJSSKb2lpPvRNec0+w3fl7LP9IOFzdc9Pa4NFbPK1I=
github.com/sapcc/gophercloud-sapcc v0.0.0-20231221015832-0b675b20fad5 h1:nkiG0DfhWFLLR6k+/ZM+77EGNw+qdMQHXJPCa9G+aVE=
github.com/sapcc/gophercloud-sapcc v0.0.0-20231221015832-0b675b20fad5/go.mod h1:9ncsQIHIbSJlBI0Af0uXKHqFkb3A3uLlS1SUovsaNw4=
github.com/spf13/cobra v1.8.0 h1:7aJaZx1B85qltLMc546zn58BxxfZdR/W22ej9CFoEf0=
github.com/spf13/cobra v1.8.0/go.mod h1:WXLWApfZ71AjXPya3WOlMsY9yMs7YeiHhFVlvLyhcho=
github.com/spf13/pflag v1.0.5 h1:iy+VFUOCP1a+8yFto/drg2CJ5u0yRoB7fZw3DKv/JXA=
Expand Down
7 changes: 1 addition & 6 deletions vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,7 @@ 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/go-bits v0.0.0-20231213211425-ddd5e41f8535
## explicit; go 1.21
github.com/sapcc/go-bits/logg
github.com/sapcc/go-bits/osext
github.com/sapcc/go-bits/secrets
# github.com/sapcc/gophercloud-sapcc v0.0.0-20231214091214-e4517ca1b6a4
# github.com/sapcc/gophercloud-sapcc v0.0.0-20231221015832-0b675b20fad5
## explicit; go 1.21
github.com/sapcc/gophercloud-sapcc/clients
github.com/sapcc/gophercloud-sapcc/rates/v1/clusters
Expand Down

0 comments on commit 30c830e

Please sign in to comment.