Skip to content

Commit

Permalink
Bump github.com/graphql-go/graphql in /v3/integrations/nrgraphqlgo
Browse files Browse the repository at this point in the history
Bumps [github.com/graphql-go/graphql](https://github.com/graphql-go/graphql) from 0.7.9 to 0.8.1.
- [Release notes](https://github.com/graphql-go/graphql/releases)
- [Commits](graphql-go/graphql@v0.7.9...v0.8.1)

---
updated-dependencies:
- dependency-name: github.com/graphql-go/graphql
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 29, 2023
1 parent d0a46d0 commit 6ab9bd0
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion v3/integrations/nrgraphqlgo/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,22 @@ module github.com/newrelic/go-agent/v3/integrations/nrgraphqlgo
go 1.19

require (
github.com/graphql-go/graphql v0.7.9
github.com/graphql-go/graphql v0.8.1
github.com/newrelic/go-agent/v3 v3.26.0
)

require (
github.com/andybalholm/brotli v1.0.5 // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/klauspost/compress v1.16.3 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/valyala/fasthttp v1.49.0 // indirect
golang.org/x/net v0.8.0 // indirect
golang.org/x/sys v0.6.0 // indirect
golang.org/x/text v0.8.0 // indirect
google.golang.org/genproto v0.0.0-20230110181048-76db0878b65f // indirect
google.golang.org/grpc v1.54.0 // indirect
google.golang.org/protobuf v1.28.1 // indirect
)

replace github.com/newrelic/go-agent/v3 => ../..

0 comments on commit 6ab9bd0

Please sign in to comment.