mirror of
https://github.com/restic/restic.git
synced 2025-08-23 15:28:08 +00:00
Upgrade minio sdk to v7
This changes are primarily straightforward modifications to pass the parameters in the now expected way.
This commit is contained in:
7
go.mod
7
go.mod
@@ -12,17 +12,14 @@ require (
|
||||
github.com/dnaeon/go-vcr v1.0.1 // indirect
|
||||
github.com/elithrar/simple-scrypt v1.3.0
|
||||
github.com/google/go-cmp v0.5.2
|
||||
github.com/google/uuid v1.1.2 // indirect
|
||||
github.com/gopherjs/gopherjs v0.0.0-20200217142428-fce0ec30dd00 // indirect
|
||||
github.com/hashicorp/golang-lru v0.5.4
|
||||
github.com/json-iterator/go v1.1.10 // indirect
|
||||
github.com/juju/ratelimit v1.0.1
|
||||
github.com/klauspost/cpuid v1.3.1 // indirect
|
||||
github.com/kr/text v0.2.0 // indirect
|
||||
github.com/kurin/blazer v0.5.3
|
||||
github.com/minio/minio-go/v6 v6.0.57
|
||||
github.com/minio/minio-go/v7 v7.0.5
|
||||
github.com/minio/sha256-simd v0.1.1
|
||||
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
||||
github.com/modern-go/reflect2 v1.0.1 // indirect
|
||||
github.com/ncw/swift v1.0.52
|
||||
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
|
||||
github.com/pkg/errors v0.9.1
|
||||
|
Reference in New Issue
Block a user