2020-01-07 22:15:24 +00:00
|
|
|
module github.com/vmware-tanzu/velero
|
|
|
|
|
2020-01-22 16:43:07 +00:00
|
|
|
go 1.13
|
2020-01-07 22:15:24 +00:00
|
|
|
|
|
|
|
require (
|
|
|
|
cloud.google.com/go v0.46.2 // indirect
|
2020-01-07 22:16:58 +00:00
|
|
|
github.com/Azure/azure-sdk-for-go v35.0.0+incompatible
|
|
|
|
github.com/Azure/go-autorest/autorest v0.9.0
|
|
|
|
github.com/Azure/go-autorest/autorest/adal v0.5.0
|
|
|
|
github.com/Azure/go-autorest/autorest/to v0.3.0
|
|
|
|
github.com/Azure/go-autorest/autorest/validation v0.2.0 // indirect
|
2020-01-07 22:15:24 +00:00
|
|
|
github.com/aws/aws-sdk-go v1.13.12
|
|
|
|
github.com/docker/spdystream v0.0.0-20170912183627-bc6354cbbc29 // indirect
|
|
|
|
github.com/evanphx/json-patch v4.2.0+incompatible
|
|
|
|
github.com/go-ini/ini v1.28.2 // indirect
|
|
|
|
github.com/gobwas/glob v0.2.3
|
|
|
|
github.com/gofrs/uuid v3.2.0+incompatible
|
|
|
|
github.com/golang/protobuf v1.3.2
|
|
|
|
github.com/google/go-cmp v0.3.1 // indirect
|
|
|
|
github.com/googleapis/gnostic v0.1.0 // indirect
|
|
|
|
github.com/hashicorp/go-hclog v0.0.0-20180709165350-ff2cf002a8dd
|
|
|
|
github.com/hashicorp/go-plugin v0.0.0-20190610192547-a1bc61569a26
|
|
|
|
github.com/jmespath/go-jmespath v0.0.0-20160202185014-0b12d6b521d8 // indirect
|
|
|
|
github.com/joho/godotenv v1.3.0
|
|
|
|
github.com/pkg/errors v0.8.1
|
|
|
|
github.com/prometheus/client_golang v1.0.0
|
|
|
|
github.com/robfig/cron v0.0.0-20170309132418-df38d32658d8
|
|
|
|
github.com/sirupsen/logrus v1.4.2
|
|
|
|
github.com/smartystreets/goconvey v1.6.4 // indirect
|
|
|
|
github.com/spf13/afero v1.2.2
|
|
|
|
github.com/spf13/cobra v0.0.5
|
|
|
|
github.com/spf13/pflag v1.0.5
|
|
|
|
github.com/stretchr/testify v1.4.0
|
|
|
|
golang.org/x/net v0.0.0-20191004110552-13f9640d40b9
|
|
|
|
google.golang.org/grpc v1.23.1
|
|
|
|
k8s.io/api v0.17.0
|
|
|
|
k8s.io/apiextensions-apiserver v0.17.0
|
|
|
|
k8s.io/apimachinery v0.17.0
|
|
|
|
k8s.io/cli-runtime v0.17.0
|
|
|
|
k8s.io/client-go v0.17.0
|
|
|
|
k8s.io/klog v1.0.0
|
|
|
|
k8s.io/utils v0.0.0-20191218082557-f07c713de883 // indirect
|
|
|
|
)
|