github.com/milvus-io/milvus-sdk-go/v2@v2.4.1/go.mod (about) 1 module github.com/milvus-io/milvus-sdk-go/v2 2 3 go 1.17 4 5 require ( 6 github.com/cockroachdb/errors v1.9.1 7 github.com/go-faker/faker/v4 v4.1.0 8 github.com/golang/protobuf v1.5.2 9 github.com/grpc-ecosystem/go-grpc-middleware v1.3.0 10 github.com/milvus-io/milvus-proto/go-api/v2 v2.4.3 11 github.com/stretchr/testify v1.8.1 12 github.com/tidwall/gjson v1.14.4 13 github.com/x448/float16 v0.8.4 14 google.golang.org/grpc v1.48.0 15 google.golang.org/grpc/examples v0.0.0-20220617181431-3e7b97febc7f 16 ) 17 18 require ( 19 github.com/cockroachdb/logtags v0.0.0-20211118104740-dabe8e521a4f // indirect 20 github.com/cockroachdb/redact v1.1.3 // indirect 21 github.com/davecgh/go-spew v1.1.1 // indirect 22 github.com/getsentry/sentry-go v0.12.0 // indirect 23 github.com/gogo/protobuf v1.3.2 // indirect 24 github.com/kr/pretty v0.3.0 // indirect 25 github.com/kr/text v0.2.0 // indirect 26 github.com/pkg/errors v0.9.1 // indirect 27 github.com/pmezard/go-difflib v1.0.0 // indirect 28 github.com/rogpeppe/go-internal v1.8.1 // indirect 29 github.com/stretchr/objx v0.5.0 // indirect 30 github.com/tidwall/match v1.1.1 // indirect 31 github.com/tidwall/pretty v1.2.0 // indirect 32 golang.org/x/net v0.17.0 // indirect 33 golang.org/x/sys v0.13.0 // indirect 34 golang.org/x/text v0.13.0 // indirect 35 google.golang.org/genproto v0.0.0-20220503193339-ba3ae3f07e29 // indirect 36 google.golang.org/protobuf v1.30.0 // indirect 37 gopkg.in/yaml.v3 v3.0.1 // indirect 38 )