Skip to content

Commit

Permalink
Merge pull request #122 from tonicpow/dependabot/go_modules/master/go…
Browse files Browse the repository at this point in the history
…lang.org/x/net-0.8.0

Bump golang.org/x/net from 0.7.0 to 0.8.0
  • Loading branch information
mrz1836 committed Mar 6, 2023
2 parents e8d4a20 + 8320c68 commit 953d68b
Show file tree
Hide file tree
Showing 2 changed files with 287 additions and 10 deletions.
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ require (
github.com/mrz1836/go-validate v0.2.0
github.com/newrelic/go-agent/v3/integrations/nrhttprouter v1.0.1
github.com/stretchr/testify v1.8.2
golang.org/x/net v0.7.0
golang.org/x/net v0.8.0
)

require (
Expand All @@ -34,8 +34,8 @@ require (
github.com/ugorji/go/codec v1.2.10 // indirect
golang.org/x/crypto v0.6.0 // indirect
golang.org/x/mod v0.8.0 // indirect
golang.org/x/sys v0.5.0 // indirect
golang.org/x/text v0.7.0 // indirect
golang.org/x/sys v0.6.0 // indirect
golang.org/x/text v0.8.0 // indirect
golang.org/x/tools v0.6.0 // indirect
google.golang.org/genproto v0.0.0-20230227214838-9b19f0bdc514 // indirect
google.golang.org/grpc v1.53.0 // indirect
Expand Down

0 comments on commit 953d68b

Please sign in to comment.