Skip to content

Commit f78ce07

Browse files
committed
bump graphql version
1 parent ec26029 commit f78ce07

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ require (
1212
github.com/matryer/moq v0.0.0-20200125112110-7615cbe60268 // indirect
1313
github.com/mitchellh/gox v1.0.1 // indirect
1414
github.com/mitchellh/mapstructure v1.2.2
15-
github.com/nautilus/graphql v0.0.9
15+
github.com/nautilus/graphql v0.0.10
1616
github.com/opentracing/opentracing-go v1.1.0 // indirect
1717
github.com/pkg/errors v0.9.1 // indirect
1818
github.com/sirupsen/logrus v1.4.2

go.sum

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ github.com/nautilus/graphql v0.0.8 h1:bahuGjgB7A7nypARZx2vwJL0bqMSsOt4uvmyf7LOde
9898
github.com/nautilus/graphql v0.0.8/go.mod h1:MQDucBpBRbhwZfeE59tS1DFg7VXS3NvwQpLkgHBmQkg=
9999
github.com/nautilus/graphql v0.0.9 h1:si606oOgpARWH7STlA5NoTcCHOf7WfK5pH0AQjskKcE=
100100
github.com/nautilus/graphql v0.0.9/go.mod h1:MQDucBpBRbhwZfeE59tS1DFg7VXS3NvwQpLkgHBmQkg=
101+
github.com/nautilus/graphql v0.0.10/go.mod h1:MQDucBpBRbhwZfeE59tS1DFg7VXS3NvwQpLkgHBmQkg=
101102
github.com/onsi/ginkgo v1.6.0/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE=
102103
github.com/onsi/gomega v1.5.0/go.mod h1:ex+gbHU/CVuBBDIJjb2X0qEXbFg53c61hWP/1CpauHY=
103104
github.com/opentracing/basictracer-go v1.0.0/go.mod h1:QfBfYuafItcjQuMwinw9GhYKwFXS9KnPs5lxoYwgW74=

0 commit comments

Comments
 (0)