Skip to content

Update github.com/sapcc/go-bits digest to ceac56d #86

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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 @@ -9,7 +9,7 @@ require (
github.com/klauspost/compress v1.18.0
github.com/machinebox/progress v0.2.0
github.com/majewsky/schwift/v2 v2.0.0
github.com/sapcc/go-bits v0.0.0-20250519145235-ff15acf81904
github.com/sapcc/go-bits v0.0.0-20250605121446-ceac56de9abb
github.com/sapcc/swift-http-import v0.0.0-20250519153110-b7bf408ce850
github.com/spf13/cobra v1.9.1
github.com/spf13/viper v1.20.1
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@ github.com/sapcc/go-bits v0.0.0-20250214102218-9d3698f376b3 h1:BfQBVOSy60b+fbM8B
github.com/sapcc/go-bits v0.0.0-20250214102218-9d3698f376b3/go.mod h1:WQfpJRe9wMLwrQqmamuK2Mf4BSj3YE0vIl1ryUOIzXk=
github.com/sapcc/go-bits v0.0.0-20250519145235-ff15acf81904 h1:9E9GAKwZBuwQVY0LprUWt44cFMbUUslMyJqm8Mn56l4=
github.com/sapcc/go-bits v0.0.0-20250519145235-ff15acf81904/go.mod h1:LqJWSwArb4faPLSyPE2B8guOf0f/taCOZRS1g4qQWHA=
github.com/sapcc/go-bits v0.0.0-20250605121446-ceac56de9abb h1:cpUK7OqN2fGyyYqIAqK2Z3q9+dk7w7vnL9a7I34VoSM=
github.com/sapcc/go-bits v0.0.0-20250605121446-ceac56de9abb/go.mod h1:/fZN48fSUp+Q5KxRymu0UYyIaPygc7XhiG6/+2K4iho=
github.com/sapcc/swift-http-import v0.0.0-20250110100603-5251131bfffe h1:sxNWv2cQQ+O8Tgn/BeVO5qTSdJ5/dyocSXmHhyTgqRQ=
github.com/sapcc/swift-http-import v0.0.0-20250110100603-5251131bfffe/go.mod h1:UkkQ4uh+QFMVUZekDN92CTp8I2flLsbig/S/RXab+rU=
github.com/sapcc/swift-http-import v0.0.0-20250519153110-b7bf408ce850 h1:2t7VjRpqbEWe6m9s8WIu6ot93gEAQsr85OMhZoDw2wU=
Expand Down
Loading