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

Renovate: Update github.com/sapcc/go-bits digest to acb6f69 #253

Merged
merged 1 commit into from
Jan 17, 2025
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
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require (
github.com/gophercloud/utils/v2 v2.0.0-20250106080359-c8704d65b4fa
github.com/olekukonko/tablewriter v0.0.5
github.com/sapcc/go-api-declarations v1.13.2
github.com/sapcc/go-bits v0.0.0-20250109131708-a74cd002e3e4
github.com/sapcc/go-bits v0.0.0-20250116161636-acb6f69bc440
github.com/sapcc/gophercloud-sapcc/v2 v2.0.2
github.com/spf13/cobra v1.8.1
)
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ github.com/rogpeppe/go-internal v1.10.0/go.mod h1:UQnix2H7Ngw/k4C5ijL5+65zddjncj
github.com/russross/blackfriday/v2 v2.1.0/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM=
github.com/sapcc/go-api-declarations v1.13.2 h1:dPYYsjwKGObSAm6+K+dYCiLQWunYuWkywlZnuXfjsmk=
github.com/sapcc/go-api-declarations v1.13.2/go.mod h1:83R3hTANhuRXt/pXDby37IJetw8l7DG41s33Tp9NXxI=
github.com/sapcc/go-bits v0.0.0-20250109131708-a74cd002e3e4 h1:Pi0YBq072Z8xgPWonfvp2UgcH1FO64y5vNGBUg7C8v0=
github.com/sapcc/go-bits v0.0.0-20250109131708-a74cd002e3e4/go.mod h1:krZL5JHF0Wok9p0fK/o9gjxegWr1eOGWe8LgCjp5zxQ=
github.com/sapcc/go-bits v0.0.0-20250116161636-acb6f69bc440 h1:qm41pHYJhOaOvGk12v0SpNpltTL6UPJjVsaFyG0YhUw=
github.com/sapcc/go-bits v0.0.0-20250116161636-acb6f69bc440/go.mod h1:krZL5JHF0Wok9p0fK/o9gjxegWr1eOGWe8LgCjp5zxQ=
github.com/sapcc/gophercloud-sapcc/v2 v2.0.2 h1:SxLVKQqm759bFYl4iDVU2ELys6fcLpsUqMtxv0s2Z6M=
github.com/sapcc/gophercloud-sapcc/v2 v2.0.2/go.mod h1:c+guCOMR8/sGXDus5VEVrjQ7pdmT7JEQaInJWysbBzQ=
github.com/sergi/go-diff v1.3.1 h1:xkr+Oxo4BOQKmkn/B9eMK0g5Kg/983T9DqqPHwYqD+8=
Expand Down
2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ 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-api-declarations/liquid
# github.com/sapcc/go-bits v0.0.0-20250109131708-a74cd002e3e4
# github.com/sapcc/go-bits v0.0.0-20250116161636-acb6f69bc440
## explicit; go 1.23
github.com/sapcc/go-bits/gophercloudext
github.com/sapcc/go-bits/gopherpolicy
Expand Down
Loading