2020-01-07 22:15:24 +00:00
|
|
|
module github.com/vmware-tanzu/velero
|
|
|
|
|
2023-07-07 07:02:36 +00:00
|
|
|
go 1.20
|
2020-01-07 22:15:24 +00:00
|
|
|
|
|
|
|
require (
|
2023-09-18 13:05:21 +00:00
|
|
|
cloud.google.com/go/storage v1.32.0
|
2021-11-26 10:29:53 +00:00
|
|
|
github.com/Azure/azure-pipeline-go v0.2.3
|
2023-01-05 03:00:05 +00:00
|
|
|
github.com/Azure/azure-sdk-for-go v67.2.0+incompatible
|
2023-06-19 00:37:58 +00:00
|
|
|
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
|
2023-05-08 04:24:51 +00:00
|
|
|
github.com/Azure/azure-storage-blob-go v0.15.0
|
2023-02-22 20:58:12 +00:00
|
|
|
github.com/Azure/go-autorest/autorest v0.11.27
|
2021-11-03 20:30:26 +00:00
|
|
|
github.com/Azure/go-autorest/autorest/azure/auth v0.5.8
|
2020-01-07 22:16:58 +00:00
|
|
|
github.com/Azure/go-autorest/autorest/to v0.3.0
|
2023-06-19 00:37:58 +00:00
|
|
|
github.com/aws/aws-sdk-go v1.44.256
|
2022-06-15 21:38:57 +00:00
|
|
|
github.com/bombsimon/logrusr/v3 v3.0.0
|
|
|
|
github.com/evanphx/json-patch v5.6.0+incompatible
|
2023-05-08 04:24:51 +00:00
|
|
|
github.com/fatih/color v1.15.0
|
2020-01-07 22:15:24 +00:00
|
|
|
github.com/gobwas/glob v0.2.3
|
2023-05-08 04:24:51 +00:00
|
|
|
github.com/golang/protobuf v1.5.3
|
|
|
|
github.com/google/go-cmp v0.5.9
|
2023-09-18 13:05:21 +00:00
|
|
|
github.com/google/uuid v1.3.1
|
2022-04-28 09:04:04 +00:00
|
|
|
github.com/hashicorp/go-hclog v0.14.1
|
|
|
|
github.com/hashicorp/go-plugin v1.4.3
|
2020-01-07 22:15:24 +00:00
|
|
|
github.com/joho/godotenv v1.3.0
|
2023-09-18 13:05:21 +00:00
|
|
|
github.com/kopia/kopia v0.14.1
|
2022-03-31 14:47:22 +00:00
|
|
|
github.com/kubernetes-csi/external-snapshotter/client/v4 v4.2.0
|
2021-11-26 10:29:53 +00:00
|
|
|
github.com/onsi/ginkgo v1.16.5
|
2023-02-22 20:58:12 +00:00
|
|
|
github.com/onsi/gomega v1.20.1
|
2020-09-02 17:12:37 +00:00
|
|
|
github.com/pkg/errors v0.9.1
|
2023-09-18 13:05:21 +00:00
|
|
|
github.com/prometheus/client_golang v1.16.0
|
k8s 1.18 import (#2651)
* k8s 1.18 import wip
backup, cmd, controller, generated, restic, restore, serverstatusrequest, test and util
Signed-off-by: Andrew Lavery <laverya@umich.edu>
* go mod tidy
Signed-off-by: Andrew Lavery <laverya@umich.edu>
* add changelog file
Signed-off-by: Andrew Lavery <laverya@umich.edu>
* go fmt
Signed-off-by: Andrew Lavery <laverya@umich.edu>
* update code-generator and controller-gen in CI
Signed-off-by: Andrew Lavery <laverya@umich.edu>
* checkout proper code-generator version, regen
Signed-off-by: Andrew Lavery <laverya@umich.edu>
* fix remaining calls
Signed-off-by: Andrew Lavery <laverya@umich.edu>
* regenerate CRDs with ./hack/update-generated-crd-code.sh
Signed-off-by: Andrew Lavery <laverya@umich.edu>
* use existing context in restic and server
Signed-off-by: Andrew Lavery <laverya@umich.edu>
* fix test cases by resetting resource version
also use main library go context, not golang.org/x/net/context, in pkg/restore/restore.go
Signed-off-by: Andrew Lavery <laverya@umich.edu>
* clarify changelog message
Signed-off-by: Andrew Lavery <laverya@umich.edu>
* use github.com/kubernetes-csi/external-snapshotter/v2@v2.2.0-rc1
Signed-off-by: Andrew Lavery <laverya@umich.edu>
* run 'go mod tidy' to remove old external-snapshotter version
Signed-off-by: Andrew Lavery <laverya@umich.edu>
2020-07-16 16:21:37 +00:00
|
|
|
github.com/robfig/cron v1.1.0
|
2023-09-18 13:05:21 +00:00
|
|
|
github.com/sirupsen/logrus v1.9.3
|
2021-11-03 20:30:26 +00:00
|
|
|
github.com/spf13/afero v1.6.0
|
2022-06-15 21:38:57 +00:00
|
|
|
github.com/spf13/cobra v1.4.0
|
2020-01-07 22:15:24 +00:00
|
|
|
github.com/spf13/pflag v1.0.5
|
2023-09-18 13:05:21 +00:00
|
|
|
github.com/stretchr/testify v1.8.4
|
2021-11-03 20:30:26 +00:00
|
|
|
github.com/vmware-tanzu/crash-diagnostics v0.3.7
|
2023-09-18 13:05:21 +00:00
|
|
|
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
|
2023-03-21 06:39:25 +00:00
|
|
|
gopkg.in/yaml.v3 v3.0.1
|
2023-02-22 20:58:12 +00:00
|
|
|
k8s.io/api v0.25.6
|
2022-11-09 02:52:21 +00:00
|
|
|
k8s.io/apiextensions-apiserver v0.24.2
|
2023-02-22 20:58:12 +00:00
|
|
|
k8s.io/apimachinery v0.25.6
|
2022-06-15 21:38:57 +00:00
|
|
|
k8s.io/cli-runtime v0.24.0
|
2023-02-22 20:58:12 +00:00
|
|
|
k8s.io/client-go v0.25.6
|
|
|
|
k8s.io/klog/v2 v2.70.1
|
2021-08-10 22:12:17 +00:00
|
|
|
k8s.io/kube-aggregator v0.19.12
|
2023-07-31 02:25:48 +00:00
|
|
|
k8s.io/metrics v0.25.6
|
2023-02-22 20:58:12 +00:00
|
|
|
k8s.io/utils v0.0.0-20220728103510-ee6ede2d64ed
|
2022-11-09 02:52:21 +00:00
|
|
|
sigs.k8s.io/controller-runtime v0.12.2
|
2022-02-23 14:03:15 +00:00
|
|
|
sigs.k8s.io/yaml v1.3.0
|
2020-12-22 08:20:58 +00:00
|
|
|
)
|
2021-07-15 02:08:54 +00:00
|
|
|
|
2021-12-06 12:10:20 +00:00
|
|
|
require (
|
2023-09-18 13:05:21 +00:00
|
|
|
cloud.google.com/go v0.110.6 // indirect
|
|
|
|
cloud.google.com/go/compute v1.23.0 // indirect
|
2023-05-08 04:24:51 +00:00
|
|
|
cloud.google.com/go/compute/metadata v0.2.3 // indirect
|
2023-09-18 13:05:21 +00:00
|
|
|
cloud.google.com/go/iam v1.1.1 // indirect
|
|
|
|
github.com/Azure/azure-sdk-for-go/sdk/internal v1.3.0 // indirect
|
2021-12-06 12:10:20 +00:00
|
|
|
github.com/Azure/go-autorest v14.2.0+incompatible // indirect
|
2023-02-22 20:58:12 +00:00
|
|
|
github.com/Azure/go-autorest/autorest/adal v0.9.20 // indirect
|
2021-12-06 12:10:20 +00:00
|
|
|
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
|
2023-09-18 13:05:21 +00:00
|
|
|
github.com/AzureAD/microsoft-authentication-library-for-go v1.1.1 // indirect
|
2021-12-06 12:10:20 +00:00
|
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
2023-05-08 04:24:51 +00:00
|
|
|
github.com/cespare/xxhash/v2 v2.2.0 // indirect
|
2022-08-01 09:00:32 +00:00
|
|
|
github.com/chmduquesne/rollinghash v4.0.0+incompatible // indirect
|
2021-12-06 12:10:20 +00:00
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
|
|
github.com/dimchansky/utfbom v1.1.1 // indirect
|
2023-05-08 04:24:51 +00:00
|
|
|
github.com/dustin/go-humanize v1.0.1 // indirect
|
|
|
|
github.com/edsrzf/mmap-go v1.1.0 // indirect
|
2022-06-15 21:38:57 +00:00
|
|
|
github.com/emicklei/go-restful/v3 v3.8.0 // indirect
|
|
|
|
github.com/fsnotify/fsnotify v1.5.4 // indirect
|
2023-09-18 13:05:21 +00:00
|
|
|
github.com/go-logr/logr v1.2.4 // indirect
|
2023-05-08 04:24:51 +00:00
|
|
|
github.com/go-logr/stdr v1.2.2 // indirect
|
2022-06-15 21:38:57 +00:00
|
|
|
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
|
2022-08-19 05:47:00 +00:00
|
|
|
github.com/gofrs/flock v0.8.1 // indirect
|
2021-12-06 12:10:20 +00:00
|
|
|
github.com/gogo/protobuf v1.3.2 // indirect
|
2023-05-08 04:24:51 +00:00
|
|
|
github.com/golang-jwt/jwt/v4 v4.5.0 // indirect
|
2023-09-18 13:05:21 +00:00
|
|
|
github.com/golang-jwt/jwt/v5 v5.0.0 // indirect
|
2021-12-06 12:10:20 +00:00
|
|
|
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
|
2022-06-15 21:38:57 +00:00
|
|
|
github.com/google/gnostic v0.6.9 // indirect
|
2021-12-06 12:10:20 +00:00
|
|
|
github.com/google/gofuzz v1.2.0 // indirect
|
2023-09-18 13:05:21 +00:00
|
|
|
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
|
2021-12-06 12:10:20 +00:00
|
|
|
github.com/hashicorp/yamux v0.0.0-20180604194846-3520598351bb // indirect
|
2022-06-15 21:38:57 +00:00
|
|
|
github.com/imdario/mergo v0.3.13 // indirect
|
2021-12-06 12:10:20 +00:00
|
|
|
github.com/inconshreveable/mousetrap v1.0.0 // indirect
|
2022-08-01 09:00:32 +00:00
|
|
|
github.com/jmespath/go-jmespath v0.4.0 // indirect
|
2022-06-15 21:38:57 +00:00
|
|
|
github.com/josharian/intern v1.0.0 // indirect
|
2022-08-01 09:00:32 +00:00
|
|
|
github.com/json-iterator/go v1.1.12 // indirect
|
2023-09-18 13:05:21 +00:00
|
|
|
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
|
2021-12-06 12:10:20 +00:00
|
|
|
github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de // indirect
|
2022-06-15 21:38:57 +00:00
|
|
|
github.com/mailru/easyjson v0.7.7 // indirect
|
2023-05-08 04:24:51 +00:00
|
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
2021-11-26 10:29:53 +00:00
|
|
|
github.com/mattn/go-ieproxy v0.0.1 // indirect
|
2023-09-18 13:05:21 +00:00
|
|
|
github.com/mattn/go-isatty v0.0.19 // indirect
|
2023-05-08 04:24:51 +00:00
|
|
|
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
|
2022-08-18 11:38:48 +00:00
|
|
|
github.com/minio/md5-simd v1.1.2 // indirect
|
2023-09-18 13:05:21 +00:00
|
|
|
github.com/minio/minio-go/v7 v7.0.63 // indirect
|
|
|
|
github.com/minio/sha256-simd v1.0.1 // indirect
|
2021-12-06 12:10:20 +00:00
|
|
|
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
|
2022-08-01 09:00:32 +00:00
|
|
|
github.com/modern-go/reflect2 v1.0.2 // indirect
|
2022-06-15 21:38:57 +00:00
|
|
|
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
|
2022-08-01 09:00:32 +00:00
|
|
|
github.com/natefinch/atomic v1.0.1 // indirect
|
2021-12-06 12:10:20 +00:00
|
|
|
github.com/nxadm/tail v1.4.8 // indirect
|
|
|
|
github.com/oklog/run v1.0.0 // indirect
|
2022-08-01 09:00:32 +00:00
|
|
|
github.com/pierrec/lz4 v2.6.1+incompatible // indirect
|
2023-09-18 13:05:21 +00:00
|
|
|
github.com/pkg/browser v0.0.0-20210911075715-681adbf594b8 // indirect
|
2021-12-06 12:10:20 +00:00
|
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
2023-09-18 13:05:21 +00:00
|
|
|
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
|
2023-05-08 04:24:51 +00:00
|
|
|
github.com/stretchr/objx v0.5.0 // indirect
|
2021-12-06 12:10:20 +00:00
|
|
|
github.com/vladimirvivien/gexe v0.1.1 // indirect
|
2022-08-01 09:00:32 +00:00
|
|
|
github.com/zeebo/blake3 v0.2.3 // indirect
|
2023-05-08 04:24:51 +00:00
|
|
|
go.opencensus.io v0.24.0 // indirect
|
2023-09-18 13:05:21 +00:00
|
|
|
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
|
2021-12-06 12:10:20 +00:00
|
|
|
go.starlark.net v0.0.0-20201006213952-227f4aabceb5 // indirect
|
2023-05-08 04:24:51 +00:00
|
|
|
go.uber.org/multierr v1.11.0 // indirect
|
2023-09-18 13:05:21 +00:00
|
|
|
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
|
2022-06-15 21:38:57 +00:00
|
|
|
golang.org/x/time v0.0.0-20220609170525-579cf78fd858 // indirect
|
2023-05-08 04:24:51 +00:00
|
|
|
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
|
2021-12-06 12:10:20 +00:00
|
|
|
gomodules.xyz/jsonpatch/v2 v2.2.0 // indirect
|
|
|
|
google.golang.org/appengine v1.6.7 // indirect
|
2023-09-18 13:05:21 +00:00
|
|
|
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
|
2021-12-06 12:10:20 +00:00
|
|
|
gopkg.in/inf.v0 v0.9.1 // indirect
|
2023-05-08 04:24:51 +00:00
|
|
|
gopkg.in/ini.v1 v1.67.0 // indirect
|
2021-12-06 12:10:20 +00:00
|
|
|
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
|
|
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
2022-11-09 02:52:21 +00:00
|
|
|
k8s.io/component-base v0.24.2 // indirect
|
2023-02-22 20:58:12 +00:00
|
|
|
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
|
2020-12-22 08:20:58 +00:00
|
|
|
)
|
2023-08-25 08:36:41 +00:00
|
|
|
|
2023-09-18 13:05:21 +00:00
|
|
|
replace github.com/kopia/kopia => github.com/project-velero/kopia v0.0.0-20230918080509-48b07dfffc74
|