mirror of
https://github.com/restic/restic.git
synced 2026-09-13 15:57:59 +00:00
downgrade compress library due to regression with zero-sized blobs
while this should only affect test cases better be safe than sorry.
This commit is contained in:
@@ -22,8 +22,8 @@ require (
|
||||
github.com/go-ole/go-ole v1.3.0
|
||||
github.com/google/go-cmp v0.7.0
|
||||
github.com/hashicorp/golang-lru/v2 v2.0.7
|
||||
github.com/klauspost/compress v1.18.6
|
||||
github.com/minio/minio-go/v7 v7.2.0
|
||||
github.com/klauspost/compress v1.18.4
|
||||
github.com/minio/minio-go/v7 v7.1.0
|
||||
github.com/ncw/swift/v2 v2.0.5
|
||||
github.com/peterbourgon/unixtransport v0.0.7
|
||||
github.com/pkg/errors v0.9.1
|
||||
@@ -65,6 +65,7 @@ require (
|
||||
github.com/envoyproxy/protoc-gen-validate v1.3.3 // indirect
|
||||
github.com/felixge/fgprof v0.9.3 // indirect
|
||||
github.com/felixge/httpsnoop v1.0.4 // indirect
|
||||
github.com/go-ini/ini v1.67.0 // indirect
|
||||
github.com/go-jose/go-jose/v4 v4.1.4 // indirect
|
||||
github.com/go-logr/logr v1.4.3 // indirect
|
||||
github.com/go-logr/stdr v1.2.2 // indirect
|
||||
@@ -104,5 +105,4 @@ require (
|
||||
google.golang.org/genproto/googleapis/rpc v0.0.0-20260523011958-0a33c5d7ca68 // indirect
|
||||
google.golang.org/grpc v1.81.1 // indirect
|
||||
google.golang.org/protobuf v1.36.11 // indirect
|
||||
gopkg.in/ini.v1 v1.67.2 // indirect
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user