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 19da8d9 commit 65c8571
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.18.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 65c8571

Please sign in to comment.