-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgo.mod
30 lines (27 loc) · 1.01 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
module wpg_pretest
go 1.18
require (
github.com/99designs/gqlgen v0.17.2
github.com/golang/protobuf v1.5.2
github.com/kelseyhightower/envconfig v1.4.0
github.com/lib/pq v1.10.4
github.com/mishnit/go-kit v0.0.0-20190903145244-e76e9c9095be
github.com/segmentio/ksuid v1.0.4
github.com/vektah/gqlparser/v2 v2.4.1
golang.org/x/net v0.0.0-20220325170049-de3da57026de
google.golang.org/grpc v1.45.0
google.golang.org/protobuf v1.28.0
gopkg.in/olivere/elastic.v5 v5.0.86
)
require (
github.com/agnivade/levenshtein v1.1.0 // indirect
github.com/gorilla/websocket v1.4.2 // indirect
github.com/hashicorp/golang-lru v0.5.0 // indirect
github.com/mailru/easyjson v0.7.1 // indirect
github.com/mitchellh/mapstructure v1.2.3 // indirect
github.com/pkg/errors v0.9.1 // indirect
golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e // indirect
golang.org/x/text v0.3.7 // indirect
google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013 // indirect
google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.2.0 // indirect
)