mirror of
https://github.com/kastenhq/kubestr.git
synced 2024-12-14 11:57:56 +00:00
40561bd5a3
* fio object and wait * fio types * UTs * missed a return * formatting * unneccessary sprintf * blah
35 lines
1.4 KiB
Modula-2
35 lines
1.4 KiB
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/aws/aws-sdk-go v1.31.6 // indirect
|
|
github.com/briandowns/spinner v1.12.0
|
|
github.com/golang/mock v1.4.4
|
|
github.com/google/go-cmp v0.4.1 // indirect
|
|
github.com/hashicorp/golang-lru v0.5.3 // indirect
|
|
github.com/imdario/mergo v0.3.9 // indirect
|
|
github.com/jarcoal/httpmock v1.0.5 // indirect
|
|
github.com/jpillora/backoff v0.0.0-20180909062703-3050d21c67d7 // indirect
|
|
github.com/kanisterio/kanister v0.0.0-20210112095936-bf04d6102c72
|
|
github.com/kr/text v0.2.0 // indirect
|
|
github.com/kubernetes-csi/external-snapshotter/client/v4 v4.0.0
|
|
github.com/mitchellh/mapstructure v1.3.1 // indirect
|
|
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
|
|
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/sirupsen/logrus v1.7.0 // indirect
|
|
github.com/spf13/cobra v1.0.0
|
|
golang.org/x/tools v0.0.0-20200804011535-6c149bb5ef0d // indirect
|
|
google.golang.org/genproto v0.0.0-20200527145253-8367513e4ece // indirect
|
|
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f
|
|
gopkg.in/yaml.v2 v2.3.0 // indirect
|
|
honnef.co/go/tools v0.0.1-2020.1.5 // indirect
|
|
k8s.io/api v0.19.5
|
|
k8s.io/apimachinery v0.19.5
|
|
k8s.io/client-go v0.19.5
|
|
)
|