Skip to content

Commit

Permalink
function(deps): bump github.com/GoogleCloudPlatform/functions-framewo…
Browse files Browse the repository at this point in the history
…rk-go

Bumps [github.com/GoogleCloudPlatform/functions-framework-go](https://github.com/GoogleCloudPlatform/functions-framework-go) from 1.8.1 to 1.9.0.
- [Release notes](https://github.com/GoogleCloudPlatform/functions-framework-go/releases)
- [Changelog](https://github.com/GoogleCloudPlatform/functions-framework-go/blob/main/CHANGELOG.md)
- [Commits](GoogleCloudPlatform/functions-framework-go@v1.8.1...v1.9.0)

---
updated-dependencies:
- dependency-name: github.com/GoogleCloudPlatform/functions-framework-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and mergify[bot] committed Aug 9, 2024
1 parent d3ba2aa commit 424e621
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1,806 deletions.
14 changes: 7 additions & 7 deletions function/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ module github.com/n3tuk/infra-gcp-function/function
go 1.21

require (
github.com/GoogleCloudPlatform/functions-framework-go v1.8.1
github.com/GoogleCloudPlatform/functions-framework-go v1.9.0
github.com/gin-gonic/gin v1.10.0
github.com/google/uuid v1.6.0
github.com/rs/zerolog v1.33.0
github.com/stretchr/testify v1.9.0
)

require (
cloud.google.com/go/functions v1.15.3 // indirect
cloud.google.com/go/functions v1.16.6 // indirect
github.com/bytedance/sonic v1.11.6 // indirect
github.com/bytedance/sonic/loader v0.1.1 // indirect
github.com/cloudevents/sdk-go/v2 v2.15.2 // indirect
Expand Down Expand Up @@ -39,10 +39,10 @@ require (
go.uber.org/multierr v1.1.0 // indirect
go.uber.org/zap v1.10.0 // indirect
golang.org/x/arch v0.8.0 // indirect
golang.org/x/crypto v0.23.0 // indirect
golang.org/x/net v0.25.0 // indirect
golang.org/x/sys v0.20.0 // indirect
golang.org/x/text v0.15.0 // indirect
google.golang.org/protobuf v1.34.1 // indirect
golang.org/x/crypto v0.25.0 // indirect
golang.org/x/net v0.27.0 // indirect
golang.org/x/sys v0.22.0 // indirect
golang.org/x/text v0.16.0 // indirect
google.golang.org/protobuf v1.34.2 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
Loading

0 comments on commit 424e621

Please sign in to comment.