Skip to content

Commit

Permalink
updated graphql module (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlecAivazis authored Mar 25, 2020
1 parent 95b0199 commit 36f99c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ require (
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
github.com/matryer/moq v0.0.0-20200125112110-7615cbe60268 // indirect
github.com/mitchellh/mapstructure v1.2.2
github.com/nautilus/graphql v0.0.8
github.com/nautilus/graphql v0.0.9
github.com/opentracing/opentracing-go v1.1.0 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/sirupsen/logrus v1.4.2
Expand Down
1 change: 1 addition & 0 deletions go.sum
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ github.com/nautilus/graphql v0.0.7 h1:ZIPFGlSQjH3eJylXzVclrBZa9EwzOfhlsr69ZFUAz2
github.com/nautilus/graphql v0.0.7/go.mod h1:58l1aeXqmU+gAfwagVHqTUv8C6LBfa63mZ6VHj1dbXQ=
github.com/nautilus/graphql v0.0.8 h1:bahuGjgB7A7nypARZx2vwJL0bqMSsOt4uvmyf7LOdeI=
github.com/nautilus/graphql v0.0.8/go.mod h1:MQDucBpBRbhwZfeE59tS1DFg7VXS3NvwQpLkgHBmQkg=
github.com/nautilus/graphql v0.0.9/go.mod h1:MQDucBpBRbhwZfeE59tS1DFg7VXS3NvwQpLkgHBmQkg=
github.com/opentracing/basictracer-go v1.0.0/go.mod h1:QfBfYuafItcjQuMwinw9GhYKwFXS9KnPs5lxoYwgW74=
github.com/opentracing/opentracing-go v1.0.2 h1:3jA2P6O1F9UOrWVpwrIo17pu01KWvNWg4X946/Y5Zwg=
github.com/opentracing/opentracing-go v1.0.2/go.mod h1:UkNAQd3GIcIGf0SeVgPpRdFStlNbqXla1AfSYxPUl2o=
Expand Down

0 comments on commit 36f99c5

Please sign in to comment.