mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-28 22:45:26 +08:00
15 lines
451 B
Modula-2
15 lines
451 B
Modula-2
module github.com/czs007/suvlim
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
code.cloudfoundry.org/bytefmt v0.0.0-20200131002437-cf55d5288a48 // indirect
|
|
github.com/onsi/ginkgo v1.14.0 // indirect
|
|
github.com/BurntSushi/toml v0.3.1
|
|
github.com/golang/protobuf v1.4.2
|
|
github.com/minio/minio-go/v7 v7.0.5
|
|
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
|
|
)
|