Skip to content

Commit

Permalink
chore(deps): Update go modules and/or dev-tools
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Apr 10, 2024
1 parent fb92c16 commit fde31f2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ module example.com/module/helloworld
go 1.18

require (
cloud.google.com/go/storage v1.29.0
github.com/GoogleCloudPlatform/functions-framework-go v1.6.1
cloud.google.com/go/storage v1.40.0
github.com/GoogleCloudPlatform/functions-framework-go v1.8.1
github.com/cloudevents/sdk-go/v2 v2.15.2
golang.org/x/oauth2 v0.6.0
google.golang.org/api v0.113.0
golang.org/x/oauth2 v0.19.0
google.golang.org/api v0.172.0
)
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module example.com/module/helloworld

require (
github.com/GoogleCloudPlatform/functions-framework-go v1.6.1
github.com/GoogleCloudPlatform/functions-framework-go v1.8.1
)
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ module example.com/cloudsql
go 1.18

require (
cloud.google.com/go/cloudsqlconn v1.2.3
github.com/GoogleCloudPlatform/functions-framework-go v1.7.1
cloud.google.com/go/cloudsqlconn v1.8.1
github.com/GoogleCloudPlatform/functions-framework-go v1.8.1
github.com/cloudevents/sdk-go/v2 v2.15.2
github.com/go-sql-driver/mysql v1.7.1
golang.org/x/sync v0.1.0
github.com/go-sql-driver/mysql v1.8.1
golang.org/x/sync v0.7.0
)

require (
Expand Down

0 comments on commit fde31f2

Please sign in to comment.