We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13a0f93 commit 99fd083Copy full SHA for 99fd083
examples/auth/go.mod
@@ -1,10 +1,10 @@
1
module github.com/nautilus/gateway/examples/auth
2
3
require (
4
- github.com/graph-gophers/graphql-go v0.0.0-20190108123631-d5b7dc6be53b
5
- github.com/nautilus/gateway v0.1.4
6
- github.com/nautilus/graphql v0.0.9
7
- github.com/vektah/gqlparser v1.1.0
+ github.com/graph-gophers/graphql-go v1.5.0
+ github.com/nautilus/gateway v0.3.8
+ github.com/nautilus/graphql v0.0.20
+ github.com/vektah/gqlparser/v2 v2.4.8
8
)
9
10
go 1.13
0 commit comments