-
Notifications
You must be signed in to change notification settings - Fork 288
Expand file tree
/
Copy pathgo.mod
More file actions
20 lines (18 loc) · 699 Bytes
/
go.mod
File metadata and controls
20 lines (18 loc) · 699 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
module github.com/VertaAI/modeldb
go 1.12
require (
github.com/99designs/gqlgen v0.9.3
github.com/99designs/gqlgen-contrib v0.0.0-20191030030013-7aa27db3321a
github.com/gogo/protobuf v1.2.1
github.com/golang/protobuf v1.4.0
github.com/grpc-ecosystem/grpc-gateway v1.14.4
github.com/julienschmidt/httprouter v1.3.0
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.1 // indirect
github.com/vektah/gqlparser v1.1.2
go.uber.org/zap v1.14.1
golang.org/x/net v0.0.0-20200202094626-16171245cfb2
google.golang.org/genproto v0.0.0-20200420144010-e5e8543f8aeb
google.golang.org/grpc v1.29.0
google.golang.org/protobuf v1.21.0
)