-
Notifications
You must be signed in to change notification settings - Fork 2
/
go.mod
25 lines (22 loc) · 865 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
module github.com/tencent/vectordatabase-sdk-go
go 1.17
require (
github.com/go-ego/gse v0.80.3
github.com/pkg/errors v0.9.1
github.com/spaolacci/murmur3 v0.0.0-20180118202830-f09979ecbc72
github.com/tencentyun/cos-go-sdk-v5 v0.7.57
google.golang.org/grpc v1.48.0
google.golang.org/protobuf v1.31.0
)
require (
github.com/clbanning/mxj v1.8.4 // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/google/go-querystring v1.0.0 // indirect
github.com/mitchellh/mapstructure v1.4.3 // indirect
github.com/mozillazg/go-httpheader v0.2.1 // indirect
github.com/vcaesar/cedar v0.20.2 // indirect
golang.org/x/net v0.0.0-20201021035429-f5854403a974 // indirect
golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 // indirect
golang.org/x/text v0.3.3 // indirect
google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013 // indirect
)