forked from Glyphack/graphql-golang
-
Notifications
You must be signed in to change notification settings - Fork 19
/
go.mod
22 lines (20 loc) · 852 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
module github.com/glyphack/graphlq-golang
go 1.13
require (
github.com/99designs/gqlgen v0.11.3
github.com/Microsoft/go-winio v0.4.14 // indirect
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/docker/distribution v2.7.1+incompatible // indirect
github.com/docker/docker v1.13.1 // indirect
github.com/docker/go-connections v0.4.0 // indirect
github.com/docker/go-units v0.4.0 // indirect
github.com/go-chi/chi v3.3.2+incompatible
github.com/go-sql-driver/mysql v1.5.0
github.com/golang-migrate/migrate v3.5.4+incompatible
github.com/golang-migrate/migrate/v4 v4.12.2 // indirect
github.com/opencontainers/go-digest v1.0.0-rc1 // indirect
github.com/urfave/cli v1.20.0 // indirect
github.com/vektah/gqlparser v1.3.1 // indirect
github.com/vektah/gqlparser/v2 v2.0.1
golang.org/x/crypto v0.0.0-20200709230013-948cd5f35899
)