2020-08-24 03:58:51 +00:00
|
|
|
module github.com/czs007/suvlim
|
|
|
|
|
|
|
|
go 1.14
|
|
|
|
|
|
|
|
require (
|
2020-08-25 07:38:35 +00:00
|
|
|
code.cloudfoundry.org/bytefmt v0.0.0-20200131002437-cf55d5288a48 // indirect
|
|
|
|
github.com/onsi/ginkgo v1.14.0 // indirect
|
2020-08-24 03:58:51 +00:00
|
|
|
github.com/BurntSushi/toml v0.3.1
|
2020-08-29 09:40:29 +00:00
|
|
|
github.com/coreos/etcd v3.3.25+incompatible // indirect
|
|
|
|
github.com/envoyproxy/protoc-gen-validate v0.1.0 // indirect
|
|
|
|
github.com/gogo/protobuf v1.3.1 // indirect
|
2020-08-24 03:58:51 +00:00
|
|
|
github.com/golang/protobuf v1.4.2
|
|
|
|
github.com/minio/minio-go/v7 v7.0.5
|
2020-08-29 09:40:29 +00:00
|
|
|
github.com/onsi/ginkgo v1.14.0 // indirect
|
2020-08-24 03:58:51 +00:00
|
|
|
github.com/pivotal-golang/bytefmt v0.0.0-20200131002437-cf55d5288a48
|
|
|
|
github.com/stretchr/testify v1.6.1
|
|
|
|
github.com/tikv/client-go v0.0.0-20200723074018-095b94dc2430
|
2020-08-29 09:40:29 +00:00
|
|
|
go.etcd.io/etcd v3.3.25+incompatible
|
|
|
|
google.golang.org/grpc v1.23.1
|
2020-08-24 03:58:51 +00:00
|
|
|
)
|