Skip to content

Commit

Permalink
build(deps): bump github.com/GoogleCloudPlatform/functions-framework-…
Browse files Browse the repository at this point in the history
…go (#157)

Bumps [github.com/GoogleCloudPlatform/functions-framework-go](https://github.com/GoogleCloudPlatform/functions-framework-go) from 1.7.1 to 1.8.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.7.1...v1.8.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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 15, 2023
1 parent 5365f45 commit 5e7ce7e
Show file tree
Hide file tree
Showing 2 changed files with 916 additions and 16 deletions.
6 changes: 3 additions & 3 deletions backend/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/mooseburgr/plex-utils
go 1.21

require (
github.com/GoogleCloudPlatform/functions-framework-go v1.7.1
github.com/GoogleCloudPlatform/functions-framework-go v1.8.0
github.com/gin-gonic/gin v1.9.1
github.com/go-co-op/gocron v1.30.2
github.com/jrudio/go-plex-client v0.0.0-20230508221844-834554e41d30
Expand All @@ -13,10 +13,10 @@ require (
)

require (
cloud.google.com/go/functions v1.4.0 // indirect
cloud.google.com/go/functions v1.15.1 // indirect
github.com/bytedance/sonic v1.9.1 // indirect
github.com/chenzhuoyu/base64x v0.0.0-20221115062448-fe3a3abad311 // indirect
github.com/cloudevents/sdk-go/v2 v2.10.1 // indirect
github.com/cloudevents/sdk-go/v2 v2.14.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/gabriel-vasile/mimetype v1.4.2 // indirect
github.com/gin-contrib/sse v0.1.0 // indirect
Expand Down
Loading

0 comments on commit 5e7ce7e

Please sign in to comment.