Skip to content

Commit

Permalink
Merge pull request #78 from darkrockmountain/dependabot/go_modules/do…
Browse files Browse the repository at this point in the history
…t-examples/serverless/google_cloud_functions/github.com/GoogleCloudPlatform/functions-framework-go-1.9.0

chore(deps): bump github.com/GoogleCloudPlatform/functions-framework-go from 1.8.1 to 1.9.0 in /.examples/serverless/google_cloud_functions
  • Loading branch information
DarkRockMountain-admin authored Nov 14, 2024
2 parents 52dbf3f + aa64484 commit 5c30cce
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion .examples/serverless/google_cloud_functions/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,21 @@ module github.com/darkrockmountain/gomail/google_cloud_email_sender
go 1.22.5

require (
github.com/GoogleCloudPlatform/functions-framework-go v1.8.1
github.com/GoogleCloudPlatform/functions-framework-go v1.9.0
github.com/darkrockmountain/gomail v0.6.0-beta
)

require (
github.com/aymerick/douceur v0.2.0 // indirect
github.com/cloudevents/sdk-go/v2 v2.15.2 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/gorilla/css v1.0.1 // indirect
github.com/json-iterator/go v1.1.12 // indirect
github.com/microcosm-cc/bluemonday v1.0.26 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
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.25.0 // indirect
)

0 comments on commit 5c30cce

Please sign in to comment.