forked from runzexia/velero-plugin-helm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
31 lines (28 loc) · 1.18 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
module github.com/runzexia/velero-plugin-helm
go 1.16
require (
github.com/Azure/go-autorest/autorest v0.10.0 // indirect
github.com/Azure/go-autorest/autorest/adal v0.8.3 // indirect
github.com/DATA-DOG/go-sqlmock v1.4.1 // indirect
github.com/hashicorp/go-hclog v0.9.2 // indirect
github.com/hashicorp/go-plugin v1.0.1-0.20190610192547-a1bc61569a26 // indirect
github.com/hashicorp/yamux v0.0.0-20190923154419-df201c70410d // indirect
github.com/imdario/mergo v0.3.9 // indirect
github.com/jmoiron/sqlx v1.2.0 // indirect
github.com/lib/pq v1.7.1 // indirect
github.com/pkg/errors v0.9.1
github.com/rubenv/sql-migrate v0.0.0-20200616145509-8d140a17f351 // indirect
github.com/sirupsen/logrus v1.4.2
github.com/vmware-tanzu/velero v1.3.2
google.golang.org/genproto v0.0.0-20191007162740-aa923e3a3354 // indirect
gopkg.in/yaml.v2 v2.2.8
helm.sh/helm/v3 v3.1.2
k8s.io/apimachinery v0.17.4
k8s.io/client-go v0.17.4
k8s.io/helm v2.17.0+incompatible
k8s.io/utils v0.0.0-20200327001022-6496210b90e8 // indirect
)
replace (
github.com/Azure/go-autorest => github.com/Azure/go-autorest v13.3.2+incompatible
github.com/docker/docker => github.com/moby/moby v0.7.3-0.20190826074503-38ab9da00309
)