2020-10-13 02:06:26 +00:00
|
|
|
module github.com/kastenhq/kubestr
|
|
|
|
|
|
|
|
go 1.14
|
|
|
|
|
|
|
|
replace (
|
|
|
|
github.com/graymeta/stow => github.com/kastenhq/stow v0.1.2-kasten
|
2020-10-29 02:44:35 +00:00
|
|
|
github.com/kanisterio/kanister => github.com/kanisterio/kanister v0.0.0-20201019101000-6d342798b895
|
2020-10-13 02:06:26 +00:00
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
2020-12-07 21:16:53 +00:00
|
|
|
github.com/golang/mock v1.4.4
|
2020-10-13 02:06:26 +00:00
|
|
|
github.com/kanisterio/kanister v0.0.0-00010101000000-000000000000
|
2020-12-07 21:16:53 +00:00
|
|
|
github.com/kubernetes-csi/external-snapshotter v1.2.2
|
|
|
|
github.com/moby/buildkit v0.8.0
|
2020-10-13 02:06:26 +00:00
|
|
|
github.com/pkg/errors v0.9.1
|
|
|
|
github.com/spf13/cobra v1.0.0
|
2020-12-07 21:16:53 +00:00
|
|
|
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f
|
2020-10-13 02:06:26 +00:00
|
|
|
k8s.io/api v0.19.0
|
|
|
|
k8s.io/apimachinery v0.19.0
|
|
|
|
k8s.io/client-go v0.19.0
|
|
|
|
)
|