mirror of
https://github.com/octoleo/restic.git
synced 2024-10-31 19:02:32 +00:00
6e7c6674ad
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.116.0 to 0.129.0. - [Release notes](https://github.com/googleapis/google-api-go-client/releases) - [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md) - [Commits](https://github.com/googleapis/google-api-go-client/compare/v0.116.0...v0.129.0) --- updated-dependencies: - dependency-name: google.golang.org/api dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
77 lines
3.1 KiB
Modula-2
77 lines
3.1 KiB
Modula-2
module github.com/restic/restic
|
|
|
|
require (
|
|
cloud.google.com/go/storage v1.30.1
|
|
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.6.1
|
|
github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v1.0.0
|
|
github.com/anacrolix/fuse v0.2.0
|
|
github.com/cenkalti/backoff/v4 v4.2.0
|
|
github.com/cespare/xxhash/v2 v2.2.0
|
|
github.com/elithrar/simple-scrypt v1.3.0
|
|
github.com/go-ole/go-ole v1.2.6
|
|
github.com/google/go-cmp v0.5.9
|
|
github.com/hashicorp/golang-lru/v2 v2.0.1
|
|
github.com/juju/ratelimit v1.0.2
|
|
github.com/klauspost/compress v1.16.5
|
|
github.com/kurin/blazer v0.5.4-0.20230113224640-3887e1ec64b5
|
|
github.com/minio/minio-go/v7 v7.0.56
|
|
github.com/minio/sha256-simd v1.0.1
|
|
github.com/ncw/swift/v2 v2.0.1
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/pkg/profile v1.7.0
|
|
github.com/pkg/sftp v1.13.5
|
|
github.com/pkg/xattr v0.4.10-0.20221120235825-35026bbbd013
|
|
github.com/restic/chunker v0.4.0
|
|
github.com/spf13/cobra v1.7.0
|
|
github.com/spf13/pflag v1.0.5
|
|
golang.org/x/crypto v0.10.0
|
|
golang.org/x/net v0.11.0
|
|
golang.org/x/oauth2 v0.9.0
|
|
golang.org/x/sync v0.3.0
|
|
golang.org/x/sys v0.9.0
|
|
golang.org/x/term v0.9.0
|
|
golang.org/x/text v0.10.0
|
|
google.golang.org/api v0.129.0
|
|
)
|
|
|
|
require (
|
|
cloud.google.com/go v0.110.0 // indirect
|
|
cloud.google.com/go/compute v1.19.3 // indirect
|
|
cloud.google.com/go/compute/metadata v0.2.3 // indirect
|
|
cloud.google.com/go/iam v0.13.0 // indirect
|
|
github.com/Azure/azure-sdk-for-go/sdk/internal v1.3.0 // indirect
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
|
|
github.com/dnaeon/go-vcr v1.2.0 // indirect
|
|
github.com/dustin/go-humanize v1.0.1 // indirect
|
|
github.com/felixge/fgprof v0.9.3 // indirect
|
|
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
|
|
github.com/golang/protobuf v1.5.3 // indirect
|
|
github.com/google/pprof v0.0.0-20230111200839-76d1ae5aea2b // indirect
|
|
github.com/google/s2a-go v0.1.4 // indirect
|
|
github.com/google/uuid v1.3.0 // indirect
|
|
github.com/googleapis/enterprise-certificate-proxy v0.2.5 // indirect
|
|
github.com/googleapis/gax-go/v2 v2.11.0 // indirect
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
|
github.com/json-iterator/go v1.1.12 // indirect
|
|
github.com/klauspost/cpuid/v2 v2.2.4 // indirect
|
|
github.com/kr/fs v0.1.0 // indirect
|
|
github.com/minio/md5-simd v1.1.2 // indirect
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
github.com/modern-go/reflect2 v1.0.2 // indirect
|
|
github.com/rs/xid v1.5.0 // indirect
|
|
github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
|
github.com/sirupsen/logrus v1.9.2 // indirect
|
|
go.opencensus.io v0.24.0 // indirect
|
|
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
|
|
google.golang.org/appengine v1.6.7 // indirect
|
|
google.golang.org/genproto v0.0.0-20230530153820-e85fd2cbaebc // indirect
|
|
google.golang.org/genproto/googleapis/api v0.0.0-20230530153820-e85fd2cbaebc // indirect
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20230530153820-e85fd2cbaebc // indirect
|
|
google.golang.org/grpc v1.56.1 // indirect
|
|
google.golang.org/protobuf v1.31.0 // indirect
|
|
gopkg.in/ini.v1 v1.67.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|
|
|
|
go 1.18
|