2020-10-13 02:06:26 +00:00
|
|
|
module github.com/kastenhq/kubestr
|
|
|
|
|
|
|
|
go 1.14
|
|
|
|
|
2020-12-09 01:13:49 +00:00
|
|
|
replace github.com/graymeta/stow => github.com/kastenhq/stow v0.1.2-kasten
|
2020-10-13 02:06:26 +00:00
|
|
|
|
|
|
|
require (
|
2020-12-09 01:13:49 +00:00
|
|
|
github.com/Masterminds/semver v1.5.0 // indirect
|
2022-07-13 00:58:18 +00:00
|
|
|
github.com/briandowns/spinner v1.18.1
|
2021-08-06 16:57:30 +00:00
|
|
|
github.com/golang/mock v1.6.0
|
2020-12-09 01:13:49 +00:00
|
|
|
github.com/jarcoal/httpmock v1.0.5 // indirect
|
2021-08-06 16:57:30 +00:00
|
|
|
github.com/kanisterio/kanister v0.0.0-20210805190523-86f566052e0e
|
2021-01-13 02:48:51 +00:00
|
|
|
github.com/kubernetes-csi/external-snapshotter/client/v4 v4.0.0
|
2020-10-13 02:06:26 +00:00
|
|
|
github.com/pkg/errors v0.9.1
|
2021-02-24 00:36:54 +00:00
|
|
|
github.com/spf13/cobra v1.1.1
|
2021-08-06 16:57:30 +00:00
|
|
|
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c
|
2021-10-08 19:53:57 +00:00
|
|
|
k8s.io/api v0.22.2
|
|
|
|
k8s.io/apimachinery v0.22.2
|
|
|
|
k8s.io/client-go v0.22.2
|
2020-10-13 02:06:26 +00:00
|
|
|
)
|