Skip to content

Commit

Permalink
Merge pull request #951 from cloudevents/dependabot/go_modules/sample…
Browse files Browse the repository at this point in the history
…s/pubsub/golang.org/x/net-0.17.0

Bump golang.org/x/net from 0.9.0 to 0.17.0 in /samples/pubsub
  • Loading branch information
duglin committed Oct 16, 2023
2 parents c3e02aa + d25d6e4 commit 333a10f
Show file tree
Hide file tree
Showing 2 changed files with 1,417 additions and 6 deletions.
6 changes: 3 additions & 3 deletions samples/pubsub/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ require (
go.uber.org/atomic v1.4.0 // indirect
go.uber.org/multierr v1.1.0 // indirect
go.uber.org/zap v1.10.0 // indirect
golang.org/x/net v0.9.0 // indirect
golang.org/x/net v0.17.0 // indirect
golang.org/x/oauth2 v0.7.0 // indirect
golang.org/x/sync v0.1.0 // indirect
golang.org/x/sys v0.7.0 // indirect
golang.org/x/text v0.9.0 // indirect
golang.org/x/sys v0.13.0 // indirect
golang.org/x/text v0.13.0 // indirect
google.golang.org/api v0.114.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect
Expand Down

0 comments on commit 333a10f

Please sign in to comment.