1
0
Fork 0
mirror of https://github.com/kastenhq/kubestr.git synced 2024-12-14 11:57:56 +00:00
kastenhq-kubestr/go.mod
Akanksha kumari 798242c5bd
Update kanister dependency (#76)
* Update kanister dependency

* Update go.sum

* go mod tidy
2021-08-06 09:57:30 -07:00

22 lines
710 B
Modula-2

module github.com/kastenhq/kubestr
go 1.14
replace github.com/graymeta/stow => github.com/kastenhq/stow v0.1.2-kasten
require (
github.com/Masterminds/semver v1.5.0 // indirect
github.com/briandowns/spinner v1.12.0
github.com/golang/mock v1.6.0
github.com/jarcoal/httpmock v1.0.5 // indirect
github.com/kanisterio/kanister v0.0.0-20210805190523-86f566052e0e
github.com/kubernetes-csi/external-snapshotter/client/v4 v4.0.0
github.com/onsi/ginkgo v1.12.0 // indirect
github.com/onsi/gomega v1.9.0 // indirect
github.com/pkg/errors v0.9.1
github.com/spf13/cobra v1.1.1
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c
k8s.io/api v0.20.1
k8s.io/apimachinery v0.20.1
k8s.io/client-go v0.20.1
)