Skip to content

Commit 1f7b11e

Browse files
committed
nautilus/graphql bump
1 parent 3a598c4 commit 1f7b11e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ require (
77
github.com/hashicorp/golang-lru v0.5.0 // indirect
88
github.com/inconshreveable/mousetrap v1.0.0 // indirect
99
github.com/mitchellh/mapstructure v1.1.2
10-
github.com/nautilus/graphql v0.0.0-20190220053332-42ac2d2a1f98
10+
github.com/nautilus/graphql v0.0.1
1111
github.com/sirupsen/logrus v1.3.0
1212
github.com/spf13/cobra v0.0.3
1313
github.com/spf13/pflag v1.0.3 // indirect

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ github.com/nautilus/graphql v0.0.0-20190220052332-1ec821cfd939 h1:dIhr36omlDy2IM
3636
github.com/nautilus/graphql v0.0.0-20190220052332-1ec821cfd939/go.mod h1:58l1aeXqmU+gAfwagVHqTUv8C6LBfa63mZ6VHj1dbXQ=
3737
github.com/nautilus/graphql v0.0.0-20190220053332-42ac2d2a1f98 h1:xz+MM8U50sjgNR1qjvh7iO4SH9zF3+fbL/kZtEjtces=
3838
github.com/nautilus/graphql v0.0.0-20190220053332-42ac2d2a1f98/go.mod h1:58l1aeXqmU+gAfwagVHqTUv8C6LBfa63mZ6VHj1dbXQ=
39+
github.com/nautilus/graphql v0.0.1 h1:TI0EfcqGvHVfPU/BjGYasFfjvMunPusmT3jn9m3AugY=
40+
github.com/nautilus/graphql v0.0.1/go.mod h1:58l1aeXqmU+gAfwagVHqTUv8C6LBfa63mZ6VHj1dbXQ=
3941
github.com/opentracing/opentracing-go v1.0.2 h1:3jA2P6O1F9UOrWVpwrIo17pu01KWvNWg4X946/Y5Zwg=
4042
github.com/opentracing/opentracing-go v1.0.2/go.mod h1:UkNAQd3GIcIGf0SeVgPpRdFStlNbqXla1AfSYxPUl2o=
4143
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=

0 commit comments

Comments
 (0)