2018-08-19 10:54:27 +00:00
|
|
|
module github.com/restic/restic
|
|
|
|
|
|
|
|
require (
|
2024-03-07 13:59:23 +00:00
|
|
|
cloud.google.com/go/storage v1.39.0
|
2024-03-01 01:24:46 +00:00
|
|
|
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.9.2
|
|
|
|
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.5.1
|
|
|
|
github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v1.3.1
|
2023-10-21 17:18:13 +00:00
|
|
|
github.com/Backblaze/blazer v0.6.1
|
2022-11-12 13:52:37 +00:00
|
|
|
github.com/anacrolix/fuse v0.2.0
|
2023-07-27 19:26:44 +00:00
|
|
|
github.com/cenkalti/backoff/v4 v4.2.1
|
2022-12-17 14:23:11 +00:00
|
|
|
github.com/cespare/xxhash/v2 v2.2.0
|
2018-08-19 10:54:27 +00:00
|
|
|
github.com/elithrar/simple-scrypt v1.3.0
|
2023-09-05 21:17:03 +00:00
|
|
|
github.com/go-ole/go-ole v1.3.0
|
2023-10-22 20:37:39 +00:00
|
|
|
github.com/google/go-cmp v0.6.0
|
2023-10-01 01:45:19 +00:00
|
|
|
github.com/hashicorp/golang-lru/v2 v2.0.7
|
2024-03-01 01:25:00 +00:00
|
|
|
github.com/klauspost/compress v1.17.7
|
2024-01-06 11:03:52 +00:00
|
|
|
github.com/minio/minio-go/v7 v7.0.66
|
2023-06-02 20:35:42 +00:00
|
|
|
github.com/minio/sha256-simd v1.0.1
|
2023-07-27 19:26:44 +00:00
|
|
|
github.com/ncw/swift/v2 v2.0.2
|
2020-09-19 08:44:04 +00:00
|
|
|
github.com/pkg/errors v0.9.1
|
2022-11-27 14:02:32 +00:00
|
|
|
github.com/pkg/profile v1.7.0
|
2023-10-22 20:37:39 +00:00
|
|
|
github.com/pkg/sftp v1.13.6
|
2022-11-28 19:36:55 +00:00
|
|
|
github.com/pkg/xattr v0.4.10-0.20221120235825-35026bbbd013
|
2020-07-20 19:20:57 +00:00
|
|
|
github.com/restic/chunker v0.4.0
|
2024-03-01 01:25:41 +00:00
|
|
|
github.com/spf13/cobra v1.8.0
|
2020-09-19 08:44:04 +00:00
|
|
|
github.com/spf13/pflag v1.0.5
|
2023-09-28 17:45:58 +00:00
|
|
|
go.uber.org/automaxprocs v1.5.3
|
2024-03-01 01:25:47 +00:00
|
|
|
golang.org/x/crypto v0.19.0
|
|
|
|
golang.org/x/net v0.21.0
|
|
|
|
golang.org/x/oauth2 v0.17.0
|
2024-02-02 20:40:57 +00:00
|
|
|
golang.org/x/sync v0.6.0
|
2024-03-01 01:25:47 +00:00
|
|
|
golang.org/x/sys v0.17.0
|
|
|
|
golang.org/x/term v0.17.0
|
2023-12-23 13:08:29 +00:00
|
|
|
golang.org/x/text v0.14.0
|
2023-12-01 01:14:53 +00:00
|
|
|
golang.org/x/time v0.5.0
|
2024-03-07 13:59:23 +00:00
|
|
|
google.golang.org/api v0.166.0
|
2022-11-26 10:51:56 +00:00
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
2024-02-02 20:40:57 +00:00
|
|
|
cloud.google.com/go v0.112.0 // indirect
|
2024-03-07 13:59:23 +00:00
|
|
|
cloud.google.com/go/compute v1.24.0 // indirect
|
2022-12-17 14:23:11 +00:00
|
|
|
cloud.google.com/go/compute/metadata v0.2.3 // indirect
|
2024-03-07 13:59:23 +00:00
|
|
|
cloud.google.com/go/iam v1.1.6 // indirect
|
2024-03-01 01:24:46 +00:00
|
|
|
github.com/Azure/azure-sdk-for-go/sdk/internal v1.5.2 // indirect
|
|
|
|
github.com/AzureAD/microsoft-authentication-library-for-go v1.2.1 // indirect
|
2023-10-22 20:37:39 +00:00
|
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.3 // indirect
|
2023-02-21 10:12:11 +00:00
|
|
|
github.com/dustin/go-humanize v1.0.1 // indirect
|
2022-11-27 14:02:32 +00:00
|
|
|
github.com/felixge/fgprof v0.9.3 // indirect
|
2024-02-02 20:40:57 +00:00
|
|
|
github.com/felixge/httpsnoop v1.0.4 // indirect
|
2024-03-07 13:59:23 +00:00
|
|
|
github.com/go-logr/logr v1.4.1 // indirect
|
2024-02-02 20:40:57 +00:00
|
|
|
github.com/go-logr/stdr v1.2.2 // indirect
|
2024-03-01 01:24:46 +00:00
|
|
|
github.com/golang-jwt/jwt/v5 v5.2.0 // indirect
|
2022-11-26 10:51:56 +00:00
|
|
|
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
|
2023-04-07 10:27:38 +00:00
|
|
|
github.com/golang/protobuf v1.5.3 // indirect
|
2023-10-22 20:37:39 +00:00
|
|
|
github.com/google/pprof v0.0.0-20230926050212-f7f687d19a98 // indirect
|
|
|
|
github.com/google/s2a-go v0.1.7 // indirect
|
2024-03-01 01:24:46 +00:00
|
|
|
github.com/google/uuid v1.6.0 // indirect
|
2023-11-01 01:44:28 +00:00
|
|
|
github.com/googleapis/enterprise-certificate-proxy v0.3.2 // indirect
|
2024-03-07 13:59:23 +00:00
|
|
|
github.com/googleapis/gax-go/v2 v2.12.1 // indirect
|
2022-12-17 14:23:11 +00:00
|
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
2022-11-26 10:51:56 +00:00
|
|
|
github.com/json-iterator/go v1.1.12 // indirect
|
2024-01-06 11:03:52 +00:00
|
|
|
github.com/klauspost/cpuid/v2 v2.2.6 // indirect
|
2022-11-26 10:51:56 +00:00
|
|
|
github.com/kr/fs v0.1.0 // indirect
|
2023-09-28 17:45:58 +00:00
|
|
|
github.com/kr/text v0.2.0 // indirect
|
2023-06-08 19:54:49 +00:00
|
|
|
github.com/kylelemons/godebug v1.1.0 // indirect
|
2022-11-26 10:51:56 +00:00
|
|
|
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
|
2024-03-01 01:24:46 +00:00
|
|
|
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c // indirect
|
2023-06-02 20:35:42 +00:00
|
|
|
github.com/rs/xid v1.5.0 // indirect
|
2022-11-26 10:51:56 +00:00
|
|
|
github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
2023-07-27 19:26:44 +00:00
|
|
|
github.com/sirupsen/logrus v1.9.3 // indirect
|
2022-11-27 13:45:08 +00:00
|
|
|
go.opencensus.io v0.24.0 // indirect
|
2024-03-07 13:59:23 +00:00
|
|
|
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.48.0 // indirect
|
|
|
|
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.48.0 // indirect
|
|
|
|
go.opentelemetry.io/otel v1.23.0 // indirect
|
|
|
|
go.opentelemetry.io/otel/metric v1.23.0 // indirect
|
|
|
|
go.opentelemetry.io/otel/trace v1.23.0 // indirect
|
2023-10-22 20:37:39 +00:00
|
|
|
google.golang.org/appengine v1.6.8 // indirect
|
2024-03-07 13:59:23 +00:00
|
|
|
google.golang.org/genproto v0.0.0-20240213162025-012b6fc9bca9 // indirect
|
|
|
|
google.golang.org/genproto/googleapis/api v0.0.0-20240221002015-b0ce06bbee7c // indirect
|
|
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20240213162025-012b6fc9bca9 // indirect
|
|
|
|
google.golang.org/grpc v1.61.1 // indirect
|
2024-02-02 20:40:57 +00:00
|
|
|
google.golang.org/protobuf v1.32.0 // indirect
|
2022-08-20 20:27:02 +00:00
|
|
|
gopkg.in/ini.v1 v1.67.0 // indirect
|
2022-11-27 12:57:23 +00:00
|
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
2018-08-19 10:54:27 +00:00
|
|
|
)
|
2019-11-20 19:53:57 +00:00
|
|
|
|
2023-10-22 18:31:02 +00:00
|
|
|
go 1.19
|