-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgo.mod
30 lines (29 loc) · 1.37 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 github.com/robojones/graphql
require (
github.com/99designs/gqlgen v0.8.1
github.com/caarlos0/env v3.5.0+incompatible
github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect
github.com/go-chi/chi v4.0.2+incompatible // indirect
github.com/gogo/protobuf v1.2.1 // indirect
github.com/google/wire v0.2.1
github.com/gorilla/context v1.1.1 // indirect
github.com/gorilla/mux v1.7.0 // indirect
github.com/gorilla/websocket v1.4.0 // indirect
github.com/hashicorp/golang-lru v0.5.1 // indirect
github.com/kisielk/errcheck v1.2.0 // indirect
github.com/kr/pty v1.1.3 // indirect
github.com/machinebox/graphql v0.2.2
github.com/matryer/is v1.2.0 // indirect
github.com/mitchellh/mapstructure v1.1.2 // indirect
github.com/pkg/errors v0.8.1
github.com/prisma/prisma-client-lib-go v0.0.0-20181017161110-68a1f9908416
github.com/shurcooL/httpfs v0.0.0-20181222201310-74dc9339e414 // indirect
github.com/shurcooL/vfsgen v0.0.0-20181202132449-6a9ea43bcacd // indirect
github.com/stretchr/objx v0.1.1 // indirect
github.com/vektah/gqlparser v1.1.2
golang.org/x/crypto v0.0.0-20190313024323-a1f597ede03a
golang.org/x/net v0.0.0-20190313220215-9f648a60d977 // indirect
golang.org/x/sys v0.0.0-20190316082340-a2f829d7f35f // indirect
golang.org/x/tools v0.0.0-20190315214010-f0bfdbff1f9c // indirect
sourcegraph.com/sourcegraph/appdash v0.0.0-20190107175209-d9ea5c54f7dc // indirect
)