mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-01-04 20:24:02 +00:00
This commit introduces our own Azure storage provider by wrapping Kopia's implementation rather than contributing to upstream based on the following considerations: 1. Velero needs the capability to interact with the repository concurrently while Kopia doesn't, this will increase the complexity of Kopia if we contribute to upstream 2. The configuration items provided by Velero and Kopia are conflict, e.g. Velero supports customizing storage account URI which is a full path while Kopia supports customizing storage account domain which is part of the URI. We need to consider the backward compatibility and upgrade case if we contribute to upstream which needs extra efforts 3. Contribute to upstream is a longer cycle when we need to introduce new changes. With this commit, we no longer depends on upstream for the Azure storage provider part and is easy for us to maintain Signed-off-by: Wenkai Yin(尹文开) <yinw@vmware.com>
171 lines
7.6 KiB
Modula-2
171 lines
7.6 KiB
Modula-2
module github.com/vmware-tanzu/velero
|
|
|
|
go 1.20
|
|
|
|
require (
|
|
cloud.google.com/go/storage v1.32.0
|
|
github.com/Azure/azure-pipeline-go v0.2.3
|
|
github.com/Azure/azure-sdk-for-go v67.2.0+incompatible
|
|
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.7.1
|
|
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.3.1
|
|
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/storage/armstorage v1.3.0
|
|
github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v1.1.0
|
|
github.com/Azure/azure-storage-blob-go v0.15.0
|
|
github.com/Azure/go-autorest/autorest v0.11.27
|
|
github.com/Azure/go-autorest/autorest/azure/auth v0.5.8
|
|
github.com/Azure/go-autorest/autorest/to v0.3.0
|
|
github.com/aws/aws-sdk-go v1.44.256
|
|
github.com/bombsimon/logrusr/v3 v3.0.0
|
|
github.com/evanphx/json-patch v5.6.0+incompatible
|
|
github.com/fatih/color v1.15.0
|
|
github.com/gobwas/glob v0.2.3
|
|
github.com/golang/protobuf v1.5.3
|
|
github.com/google/go-cmp v0.5.9
|
|
github.com/google/uuid v1.3.1
|
|
github.com/hashicorp/go-hclog v0.14.1
|
|
github.com/hashicorp/go-plugin v1.4.3
|
|
github.com/joho/godotenv v1.3.0
|
|
github.com/kopia/kopia v0.14.1
|
|
github.com/kubernetes-csi/external-snapshotter/client/v4 v4.2.0
|
|
github.com/onsi/ginkgo v1.16.5
|
|
github.com/onsi/gomega v1.20.1
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/prometheus/client_golang v1.16.0
|
|
github.com/robfig/cron v1.1.0
|
|
github.com/sirupsen/logrus v1.9.3
|
|
github.com/spf13/afero v1.6.0
|
|
github.com/spf13/cobra v1.4.0
|
|
github.com/spf13/pflag v1.0.5
|
|
github.com/stretchr/testify v1.8.4
|
|
github.com/vmware-tanzu/crash-diagnostics v0.3.7
|
|
go.uber.org/zap v1.25.0
|
|
golang.org/x/exp v0.0.0-20230522175609-2e198f4a06a1
|
|
golang.org/x/mod v0.12.0
|
|
golang.org/x/net v0.14.0
|
|
golang.org/x/oauth2 v0.11.0
|
|
golang.org/x/text v0.13.0
|
|
google.golang.org/api v0.138.0
|
|
google.golang.org/grpc v1.57.0
|
|
google.golang.org/protobuf v1.31.0
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
k8s.io/api v0.25.6
|
|
k8s.io/apiextensions-apiserver v0.24.2
|
|
k8s.io/apimachinery v0.25.6
|
|
k8s.io/cli-runtime v0.24.0
|
|
k8s.io/client-go v0.25.6
|
|
k8s.io/klog/v2 v2.70.1
|
|
k8s.io/kube-aggregator v0.19.12
|
|
k8s.io/metrics v0.25.6
|
|
k8s.io/utils v0.0.0-20220728103510-ee6ede2d64ed
|
|
sigs.k8s.io/controller-runtime v0.12.2
|
|
sigs.k8s.io/yaml v1.3.0
|
|
)
|
|
|
|
require (
|
|
cloud.google.com/go v0.110.6 // indirect
|
|
cloud.google.com/go/compute v1.23.0 // indirect
|
|
cloud.google.com/go/compute/metadata v0.2.3 // indirect
|
|
cloud.google.com/go/iam v1.1.1 // indirect
|
|
github.com/Azure/azure-sdk-for-go/sdk/internal v1.3.0 // indirect
|
|
github.com/Azure/go-autorest v14.2.0+incompatible // indirect
|
|
github.com/Azure/go-autorest/autorest/adal v0.9.20 // indirect
|
|
github.com/Azure/go-autorest/autorest/azure/cli v0.4.2 // indirect
|
|
github.com/Azure/go-autorest/autorest/date v0.3.0 // indirect
|
|
github.com/Azure/go-autorest/autorest/validation v0.2.0 // indirect
|
|
github.com/Azure/go-autorest/logger v0.2.1 // indirect
|
|
github.com/Azure/go-autorest/tracing v0.6.0 // indirect
|
|
github.com/AzureAD/microsoft-authentication-library-for-go v1.1.1 // indirect
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
|
github.com/cespare/xxhash/v2 v2.2.0 // indirect
|
|
github.com/chmduquesne/rollinghash v4.0.0+incompatible // indirect
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/dimchansky/utfbom v1.1.1 // indirect
|
|
github.com/dustin/go-humanize v1.0.1 // indirect
|
|
github.com/edsrzf/mmap-go v1.1.0 // indirect
|
|
github.com/emicklei/go-restful/v3 v3.8.0 // indirect
|
|
github.com/fsnotify/fsnotify v1.5.4 // indirect
|
|
github.com/go-logr/logr v1.2.4 // indirect
|
|
github.com/go-logr/stdr v1.2.2 // indirect
|
|
github.com/go-logr/zapr v1.2.0 // indirect
|
|
github.com/go-openapi/jsonpointer v0.19.5 // indirect
|
|
github.com/go-openapi/jsonreference v0.20.0 // indirect
|
|
github.com/go-openapi/swag v0.21.1 // indirect
|
|
github.com/gofrs/flock v0.8.1 // indirect
|
|
github.com/gogo/protobuf v1.3.2 // indirect
|
|
github.com/golang-jwt/jwt/v4 v4.5.0 // indirect
|
|
github.com/golang-jwt/jwt/v5 v5.0.0 // indirect
|
|
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
|
|
github.com/google/gnostic v0.6.9 // indirect
|
|
github.com/google/gofuzz v1.2.0 // indirect
|
|
github.com/google/s2a-go v0.1.5 // indirect
|
|
github.com/googleapis/enterprise-certificate-proxy v0.2.5 // indirect
|
|
github.com/googleapis/gax-go/v2 v2.12.0 // indirect
|
|
github.com/hashicorp/cronexpr v1.1.2 // indirect
|
|
github.com/hashicorp/yamux v0.0.0-20180604194846-3520598351bb // indirect
|
|
github.com/imdario/mergo v0.3.13 // indirect
|
|
github.com/inconshreveable/mousetrap v1.0.0 // indirect
|
|
github.com/jmespath/go-jmespath v0.4.0 // indirect
|
|
github.com/josharian/intern v1.0.0 // indirect
|
|
github.com/json-iterator/go v1.1.12 // indirect
|
|
github.com/klauspost/compress v1.16.7 // indirect
|
|
github.com/klauspost/cpuid/v2 v2.2.5 // indirect
|
|
github.com/klauspost/pgzip v1.2.6 // indirect
|
|
github.com/klauspost/reedsolomon v1.11.8 // indirect
|
|
github.com/kylelemons/godebug v1.1.0 // indirect
|
|
github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de // indirect
|
|
github.com/mailru/easyjson v0.7.7 // indirect
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
github.com/mattn/go-ieproxy v0.0.1 // indirect
|
|
github.com/mattn/go-isatty v0.0.19 // indirect
|
|
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
|
|
github.com/minio/md5-simd v1.1.2 // indirect
|
|
github.com/minio/minio-go/v7 v7.0.63 // indirect
|
|
github.com/minio/sha256-simd v1.0.1 // indirect
|
|
github.com/mitchellh/go-homedir v1.1.0 // indirect
|
|
github.com/mitchellh/go-testing-interface v1.0.0 // indirect
|
|
github.com/moby/spdystream v0.2.0 // indirect
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
github.com/modern-go/reflect2 v1.0.2 // indirect
|
|
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
|
|
github.com/natefinch/atomic v1.0.1 // indirect
|
|
github.com/nxadm/tail v1.4.8 // indirect
|
|
github.com/oklog/run v1.0.0 // indirect
|
|
github.com/pierrec/lz4 v2.6.1+incompatible // indirect
|
|
github.com/pkg/browser v0.0.0-20210911075715-681adbf594b8 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/prometheus/client_model v0.4.0 // indirect
|
|
github.com/prometheus/common v0.44.0 // indirect
|
|
github.com/prometheus/procfs v0.10.1 // indirect
|
|
github.com/rs/xid v1.5.0 // indirect
|
|
github.com/stretchr/objx v0.5.0 // indirect
|
|
github.com/vladimirvivien/gexe v0.1.1 // indirect
|
|
github.com/zeebo/blake3 v0.2.3 // indirect
|
|
go.opencensus.io v0.24.0 // indirect
|
|
go.opentelemetry.io/otel v1.17.0 // indirect
|
|
go.opentelemetry.io/otel/metric v1.17.0 // indirect
|
|
go.opentelemetry.io/otel/trace v1.17.0 // indirect
|
|
go.starlark.net v0.0.0-20201006213952-227f4aabceb5 // indirect
|
|
go.uber.org/multierr v1.11.0 // indirect
|
|
golang.org/x/crypto v0.12.0 // indirect
|
|
golang.org/x/sync v0.3.0 // indirect
|
|
golang.org/x/sys v0.12.0 // indirect
|
|
golang.org/x/term v0.12.0 // indirect
|
|
golang.org/x/time v0.0.0-20220609170525-579cf78fd858 // indirect
|
|
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
|
|
gomodules.xyz/jsonpatch/v2 v2.2.0 // indirect
|
|
google.golang.org/appengine v1.6.7 // indirect
|
|
google.golang.org/genproto v0.0.0-20230803162519-f966b187b2e5 // indirect
|
|
google.golang.org/genproto/googleapis/api v0.0.0-20230803162519-f966b187b2e5 // indirect
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20230807174057-1744710a1577 // indirect
|
|
gopkg.in/inf.v0 v0.9.1 // indirect
|
|
gopkg.in/ini.v1 v1.67.0 // indirect
|
|
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
k8s.io/component-base v0.24.2 // indirect
|
|
k8s.io/kube-openapi v0.0.0-20220803162953-67bda5d908f1 // indirect
|
|
sigs.k8s.io/json v0.0.0-20220713155537-f223a00ba0e2 // indirect
|
|
sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect
|
|
)
|
|
|
|
replace github.com/kopia/kopia => github.com/project-velero/kopia v0.0.0-20230918080509-48b07dfffc74
|