Skip to content

Commit 01a4c66

Browse files
committed
bumped version of nautilus/graphql fixes #68
1 parent 8a65be2 commit 01a4c66

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

examples/auth/go.mod

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
module github.com/nautilus/gateway/examples/auth
22

33
require (
4-
github.com/nautilus/gateway v0.0.7
5-
github.com/nautilus/graphql v0.0.0
4+
github.com/nautilus/gateway v0.0.9
5+
github.com/nautilus/graphql v0.0.3
66
)
7+
8+
replace github.com/nautilus/gateway => /mnt/c/Users/alec/dv/nautilus/gateway
9+
10+
replace github.com/nautilus/graphql => /mnt/c/Users/alec/dv/nautilus/graphql

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ require (
44
github.com/99designs/gqlgen v0.7.1
55
github.com/graph-gophers/graphql-go v0.0.0-20190108123631-d5b7dc6be53b
66
github.com/mitchellh/mapstructure v1.1.2
7-
github.com/nautilus/graphql v0.0.3
7+
github.com/nautilus/graphql v0.0.4
88
github.com/sirupsen/logrus v1.3.0
99
github.com/spf13/cobra v0.0.3
1010
github.com/stretchr/testify v1.3.0

go.sum

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,6 @@ github.com/konsorten/go-windows-terminal-sequences v1.0.1/go.mod h1:T0+1ngSBFLxv
2525
github.com/mitchellh/mapstructure v1.1.2 h1:fmNYVwqnSfB9mZU6OS2O6GsXM+wcskZDuKQzvN1EDeE=
2626
github.com/mitchellh/mapstructure v1.1.2/go.mod h1:FVVH3fgwuzCH5S8UJGiWEs2h04kUh9fWfEaFds41c1Y=
2727
github.com/nautilus/gateway v0.0.7/go.mod h1:X8SLkNOIO+C50p/tWCaywy93dmXM0TvcXS1OYaBqFSc=
28-
github.com/nautilus/gateway/examples/auth v0.0.0-20190716081540-1f7b11eac6c0 h1:iXaeQ75TwUcbGGCBEMkxZl5YfmCK/uYbnHZPrY2TsY4=
29-
github.com/nautilus/gateway/examples/auth v0.0.0-20190716081540-1f7b11eac6c0/go.mod h1:Isg/lxD/SYAEJZgH4mG/HjsW7uOFVQqP6Kfu5FcVr74=
30-
github.com/nautilus/gateway/examples/auth v0.0.0-20190718164851-6d3700754a46 h1:eYhaNOyg0jAjW3+ESE2C/z9d42CR0eNZepg8fYfY4xw=
31-
github.com/nautilus/gateway/examples/auth v0.0.0-20190718164851-6d3700754a46/go.mod h1:Isg/lxD/SYAEJZgH4mG/HjsW7uOFVQqP6Kfu5FcVr74=
3228
github.com/nautilus/graphql v0.0.0-20190129081528-0d6bfc6f1842 h1:GQd8y2SVpLh6Eq2PDkzSE+QZq+ZUCs08/kCTDk9ioIY=
3329
github.com/nautilus/graphql v0.0.0-20190129081528-0d6bfc6f1842/go.mod h1:/gQq2EuE47owcG7BUzZF/XBnAA8uvPjKqO+bg6A7axM=
3430
github.com/nautilus/graphql v0.0.0-20190130220441-1aac49cfdb81 h1:MsH7IM4y34eenZWgvZRBYu4cwV+SF7bv0N50sy70f3A=
@@ -48,6 +44,8 @@ github.com/nautilus/graphql v0.0.2 h1:yWsQs51LT4QKTTekhF3OxUW2BtvVYiiJ8+3Wk0PxL5
4844
github.com/nautilus/graphql v0.0.2/go.mod h1:58l1aeXqmU+gAfwagVHqTUv8C6LBfa63mZ6VHj1dbXQ=
4945
github.com/nautilus/graphql v0.0.3 h1:yGXVdxvyZcZLfUvMlPT8oDUmPvYJrDY+1FE88gFMuLw=
5046
github.com/nautilus/graphql v0.0.3/go.mod h1:58l1aeXqmU+gAfwagVHqTUv8C6LBfa63mZ6VHj1dbXQ=
47+
github.com/nautilus/graphql v0.0.4 h1:+UU6LqfOcHwOM8juIIaEbIZooio37Mlh8anx33DQ3XM=
48+
github.com/nautilus/graphql v0.0.4/go.mod h1:58l1aeXqmU+gAfwagVHqTUv8C6LBfa63mZ6VHj1dbXQ=
5149
github.com/opentracing/opentracing-go v1.0.2 h1:3jA2P6O1F9UOrWVpwrIo17pu01KWvNWg4X946/Y5Zwg=
5250
github.com/opentracing/opentracing-go v1.0.2/go.mod h1:UkNAQd3GIcIGf0SeVgPpRdFStlNbqXla1AfSYxPUl2o=
5351
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=

0 commit comments

Comments
 (0)