Skip to content

Commit

Permalink
Fix outdated go deps, dependabot alerts (#1208)
Browse files Browse the repository at this point in the history
  • Loading branch information
averbuks authored Mar 3, 2023
1 parent 1fd68f6 commit 06dd381
Show file tree
Hide file tree
Showing 4 changed files with 883 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,10 @@ module example.com/restarter
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/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.111.0
google.golang.org/genproto v0.0.0-20230301171018-9ab4bdc49ad5 // indirect
)
Loading

0 comments on commit 06dd381

Please sign in to comment.