forked from weaviate/weaviate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
47 lines (45 loc) · 1.75 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
module github.com/semi-technologies/weaviate
require (
github.com/bmatcuk/doublestar v1.1.3
github.com/buger/jsonparser v1.1.1
github.com/coreos/go-oidc v2.0.0+incompatible
github.com/danaugrs/go-tsne v0.0.0-20200708172100-6b7d1d577fd3
github.com/davecgh/go-spew v1.1.1
github.com/fatih/camelcase v1.0.0
github.com/go-openapi/errors v0.20.2
github.com/go-openapi/loads v0.21.1
github.com/go-openapi/runtime v0.23.3
github.com/go-openapi/spec v0.20.4
github.com/go-openapi/strfmt v0.21.2
github.com/go-openapi/swag v0.21.1
github.com/go-openapi/validate v0.21.0
github.com/golang-jwt/jwt/v4 v4.0.0
github.com/google/uuid v1.2.0
github.com/graphql-go/graphql v0.7.9
github.com/hashicorp/memberlist v0.2.4
github.com/jessevdk/go-flags v1.4.0
github.com/nyaruka/phonenumbers v1.0.54
github.com/pkg/errors v0.9.1
github.com/pquerna/cachecontrol v0.0.0-20201205024021-ac21108117ac // indirect
github.com/rs/cors v1.5.0
github.com/semi-technologies/contextionary v0.0.0-20210324171723-00263e697379
github.com/sirupsen/logrus v1.6.0
github.com/spaolacci/murmur3 v1.1.0
github.com/square/go-jose v2.3.0+incompatible
github.com/stretchr/objx v0.2.0 // indirect
github.com/stretchr/testify v1.7.0
github.com/willf/bitset v1.1.11 // indirect
github.com/willf/bloom v2.0.3+incompatible
go.etcd.io/bbolt v1.3.5
go.mongodb.org/mongo-driver v1.9.0 // indirect
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 // indirect
golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e
golang.org/x/tools v0.1.10 // indirect
gonum.org/v1/gonum v0.9.1
google.golang.org/grpc v1.24.0
gopkg.in/square/go-jose.v2 v2.5.1 // indirect
gopkg.in/yaml.v2 v2.4.0
)
go 1.16