Skip to content

Commit

Permalink
Update healthchecker deps (dependabot alerts) (#1189)
Browse files Browse the repository at this point in the history
Co-authored-by: Ludovico Magnocavallo <ludomagno@google.com>
  • Loading branch information
averbuks and ludoo committed Feb 27, 2023
1 parent 98a75f5 commit bdbad15
Show file tree
Hide file tree
Showing 2 changed files with 576 additions and 33 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ module example.com/healthckecker
go 1.16

require (
cloud.google.com/go/iam v0.3.0 // indirect
cloud.google.com/go/pubsub v1.19.0
cloud.google.com/go v0.110.0 // indirect
cloud.google.com/go/iam v0.12.0 // indirect
cloud.google.com/go/pubsub v1.28.0
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
golang.org/x/oauth2 v0.0.0-20220309155454-6242fa91716a // indirect
golang.org/x/sys v0.1.0 // indirect
google.golang.org/api v0.71.0
google.golang.org/genproto v0.0.0-20220310185008-1973136f34c6 // indirect
google.golang.org/grpc v1.45.0 // indirect
golang.org/x/net v0.7.0
golang.org/x/text v0.7.0
google.golang.org/api v0.110.0
google.golang.org/genproto v0.0.0-20230223222841-637eb2293923 // indirect
)

0 comments on commit bdbad15

Please sign in to comment.