-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathgo.mod
50 lines (48 loc) · 2.38 KB
/
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
module github.com/infinivision/vectodb
go 1.14
require (
github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc
github.com/cenkalti/backoff v2.1.1+incompatible // indirect
github.com/cespare/xxhash v1.1.0
github.com/clbanning/x2j v0.0.0-20180326210544-5e605d46809c // indirect
github.com/coreos/bbolt v1.3.1-etcd.8 // indirect
github.com/coreos/etcd v3.3.10+incompatible
github.com/coreos/go-systemd v0.0.0-20181031085051-9002847aa142 // indirect
github.com/coreos/pkg v0.0.0-20180928190104-399ea9e2e55f // indirect
github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect
github.com/franela/goblin v0.0.0-20211003143422-0a4f594942bf // indirect
github.com/franela/goreq v0.0.0-20171204163338-bcd34c9993f8 // indirect
github.com/gin-gonic/gin v1.7.7
github.com/go-openapi/jsonreference v0.17.2 // indirect
github.com/go-openapi/spec v0.17.2 // indirect
github.com/go-redis/redis v6.14.2+incompatible
github.com/gogo/protobuf v1.3.2
github.com/golang/protobuf v1.5.2
github.com/gopherjs/gopherjs v0.0.0-20220221023154-0b2280d3ff96 // indirect
github.com/gorilla/websocket v1.4.1 // indirect
github.com/grpc-ecosystem/go-grpc-middleware v1.0.0 // indirect
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 // indirect
github.com/hashicorp/golang-lru v0.5.1
github.com/hudl/fargo v1.2.1-0.20180614092839-fce5cf495554
github.com/jonboulle/clockwork v0.1.0 // indirect
github.com/miekg/dns v1.1.25 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/montanaflynn/stats v0.0.0-20181214052348-945b007cb92f
github.com/onsi/ginkgo v1.7.0 // indirect
github.com/onsi/gomega v1.4.3 // indirect
github.com/op/go-logging v0.0.0-20160315200505-970db520ece7 // indirect
github.com/pkg/errors v0.8.1
github.com/prometheus/client_golang v0.9.2 // indirect
github.com/sirupsen/logrus v1.8.1
github.com/soheilhy/cmux v0.1.4 // indirect
github.com/stretchr/testify v1.7.0
github.com/swaggo/gin-swagger v1.0.0
github.com/swaggo/swag v1.4.0
github.com/tmc/grpc-websocket-proxy v0.0.0-20171017195756-830351dc03c6 // indirect
github.com/xiang90/probing v0.0.0-20160813154853-07dd2e8dfe18 // indirect
go.etcd.io/bbolt v1.3.6 // indirect
golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4
google.golang.org/grpc/examples v0.0.0-20220328174708-562e12f07b7f // indirect
gopkg.in/gcfg.v1 v1.2.3 // indirect
gopkg.in/warnings.v0 v0.1.2 // indirect
)