Skip to content

Commit a2829a0

Browse files
authored
Small fixes for jakubknejzlik (#69)
* updated graphql library * bumped graphql to 0.0.6
1 parent 314ca20 commit a2829a0

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

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.4
7+
github.com/nautilus/graphql v0.0.6
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: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@ github.com/nautilus/graphql v0.0.3 h1:yGXVdxvyZcZLfUvMlPT8oDUmPvYJrDY+1FE88gFMuL
4949
github.com/nautilus/graphql v0.0.3/go.mod h1:58l1aeXqmU+gAfwagVHqTUv8C6LBfa63mZ6VHj1dbXQ=
5050
github.com/nautilus/graphql v0.0.4 h1:+UU6LqfOcHwOM8juIIaEbIZooio37Mlh8anx33DQ3XM=
5151
github.com/nautilus/graphql v0.0.4/go.mod h1:58l1aeXqmU+gAfwagVHqTUv8C6LBfa63mZ6VHj1dbXQ=
52+
github.com/nautilus/graphql v0.0.5 h1:BtqfavjBdBjltfLfNooaDsCH4t+SoMlcGdHY10grWh0=
53+
github.com/nautilus/graphql v0.0.5/go.mod h1:58l1aeXqmU+gAfwagVHqTUv8C6LBfa63mZ6VHj1dbXQ=
54+
github.com/nautilus/graphql v0.0.6/go.mod h1:58l1aeXqmU+gAfwagVHqTUv8C6LBfa63mZ6VHj1dbXQ=
5255
github.com/opentracing/opentracing-go v1.0.2 h1:3jA2P6O1F9UOrWVpwrIo17pu01KWvNWg4X946/Y5Zwg=
5356
github.com/opentracing/opentracing-go v1.0.2/go.mod h1:UkNAQd3GIcIGf0SeVgPpRdFStlNbqXla1AfSYxPUl2o=
5457
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=

0 commit comments

Comments
 (0)