1
0
Fork 0
mirror of https://github.com/kastenhq/kubestr.git synced 2024-12-15 17:50:57 +00:00
kastenhq-kubestr/go.mod
Sirish Bathina a59299897c
FIO in go (#25)
* inital changes for go fio

* Most of it

* root command updates

* more changes

* fioscript

* update message to point to fio script
2020-10-28 16:44:35 -10:00

18 lines
496 B
Modula-2

module github.com/kastenhq/kubestr
go 1.14
replace (
github.com/graymeta/stow => github.com/kastenhq/stow v0.1.2-kasten
github.com/kanisterio/kanister => github.com/kanisterio/kanister v0.0.0-20201019101000-6d342798b895
)
require (
github.com/kanisterio/kanister v0.0.0-00010101000000-000000000000
github.com/pkg/errors v0.9.1
github.com/spf13/cobra v1.0.0
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15
k8s.io/api v0.19.0
k8s.io/apimachinery v0.19.0
k8s.io/client-go v0.19.0
)