chore(deps)(deps): bump the go-deps group across 1 directory with 7 updates#34
Open
dependabot[bot] wants to merge 1 commit into
Open
chore(deps)(deps): bump the go-deps group across 1 directory with 7 updates#34dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
…pdates Bumps the go-deps group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [golang.org/x/crypto](https://github.com/golang/crypto) | `0.53.0` | `0.54.0` | | [github.com/gin-gonic/gin](https://github.com/gin-gonic/gin) | `1.10.0` | `1.12.0` | | [google.golang.org/grpc](https://github.com/grpc/grpc-go) | `1.81.1` | `1.82.0` | | [github.com/coder/websocket](https://github.com/coder/websocket) | `1.8.12` | `1.8.15` | | [github.com/go-chi/chi/v5](https://github.com/go-chi/chi) | `5.3.0` | `5.3.1` | | [github.com/labstack/echo/v4](https://github.com/labstack/echo) | `4.12.0` | `4.15.4` | | [github.com/gofiber/fiber/v2](https://github.com/gofiber/fiber) | `2.52.13` | `2.52.14` | Updates `golang.org/x/crypto` from 0.53.0 to 0.54.0 - [Commits](golang/crypto@v0.53.0...v0.54.0) Updates `github.com/gin-gonic/gin` from 1.10.0 to 1.12.0 - [Release notes](https://github.com/gin-gonic/gin/releases) - [Changelog](https://github.com/gin-gonic/gin/blob/master/CHANGELOG.md) - [Commits](gin-gonic/gin@v1.10.0...v1.12.0) Updates `google.golang.org/grpc` from 1.81.1 to 1.82.0 - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](grpc/grpc-go@v1.81.1...v1.82.0) Updates `github.com/coder/websocket` from 1.8.12 to 1.8.15 - [Release notes](https://github.com/coder/websocket/releases) - [Commits](coder/websocket@v1.8.12...v1.8.15) Updates `github.com/go-chi/chi/v5` from 5.3.0 to 5.3.1 - [Release notes](https://github.com/go-chi/chi/releases) - [Changelog](https://github.com/go-chi/chi/blob/master/CHANGELOG.md) - [Commits](go-chi/chi@v5.3.0...v5.3.1) Updates `github.com/labstack/echo/v4` from 4.12.0 to 4.15.4 - [Release notes](https://github.com/labstack/echo/releases) - [Changelog](https://github.com/labstack/echo/blob/v4.15.4/CHANGELOG.md) - [Commits](labstack/echo@v4.12.0...v4.15.4) Updates `github.com/gofiber/fiber/v2` from 2.52.13 to 2.52.14 - [Release notes](https://github.com/gofiber/fiber/releases) - [Commits](gofiber/fiber@v2.52.13...v2.52.14) --- updated-dependencies: - dependency-name: golang.org/x/crypto dependency-version: 0.54.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-deps - dependency-name: github.com/gin-gonic/gin dependency-version: 1.12.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-deps - dependency-name: google.golang.org/grpc dependency-version: 1.82.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-deps - dependency-name: github.com/coder/websocket dependency-version: 1.8.15 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-deps - dependency-name: github.com/go-chi/chi/v5 dependency-version: 5.3.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-deps - dependency-name: github.com/labstack/echo/v4 dependency-version: 4.15.4 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-deps - dependency-name: github.com/gofiber/fiber/v2 dependency-version: 2.52.14 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-deps ... Signed-off-by: dependabot[bot] <support@github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the go-deps group with 7 updates in the / directory:
0.53.00.54.01.10.01.12.01.81.11.82.01.8.121.8.155.3.05.3.14.12.04.15.42.52.132.52.14Updates
golang.org/x/cryptofrom 0.53.0 to 0.54.0Commits
cdce021go.mod: update golang.org/x dependenciesd9474ccopenpgp: make the deprecation message more explicit7626c50ssh: verify declared key type matches decoded key in authorized_keys0471e79ssh/agent: enforce strict limits on DSA key parameters6435c37ssh: sanitize client disconnect messages7d695dassh/agent: drain channel stderr in agent forwarders5b7f841acme/autocert: fix data race in Manager.createCert0b316e7argon2: update RFC 9106 parameter recommendations55aec0ax509roots/fallback: update bundle5f2de1ainternal: remove wycheproof testsUpdates
github.com/gin-gonic/ginfrom 1.10.0 to 1.12.0Release notes
Sourced from github.com/gin-gonic/gin's releases.
... (truncated)
Changelog
Sourced from github.com/gin-gonic/gin's changelog.
... (truncated)
Commits
73726dcdocs: update documentation to reflect Go version changes (#4552)e292e5cdocs: document and finalize Gin v1.12.0 release (#4551)ae3f524ci: update Go version support to 1.25+ across CI and docs (#4550)38534e2chore(deps): bump golang.org/x/net from 0.50.0 to 0.51.0 (#4548)472d086fix(tree): panic in findCaseInsensitivePathRec with RedirectFixedPath (#4535)fb25834test(context): use http.StatusContinue constant instead of magic number 100 (...6f1d5fetest(render): add comprehensive error handling tests (#4541)5c00df8fix(render): write content length in Data.Render (#4206)db30908chore(logger): allow skipping query string output (#4547)ba093d1chore(binding): upgrade bson dependency to mongo-driver v2 (#4549)Updates
google.golang.org/grpcfrom 1.81.1 to 1.82.0Release notes
Sourced from google.golang.org/grpc's releases.
Commits
bd23985Change version to 1.82.0 (#9170)0f3086dFix minor issues not covered by PR #9137 (#9147)fef07fbinternal: Split v3procservicepb import into pb and grpc for extproc (#9163)91dd64ftransport: surface subsequent data when receiving non-gRPC header (#8929)adc97detest/kokoro: add config for regional-td test (#9158)57c9ff1xds: ensure full-string matching for RBAC Filter rules (#9148)b58f32dserver: Set a pprof label on new stream goroutines (#9082)6c98be3refactor(transport): extract shared stream state handling logic in `loopyWrit...bcaa6f4rls: only reset backoff on recovery from TRANSIENT_FAILURE (#9137)429e6e0balancer: expose endpoint weight and hostname as experimental APIs (#9074)Updates
github.com/coder/websocketfrom 1.8.12 to 1.8.15Release notes
Sourced from github.com/coder/websocket's releases.
... (truncated)
Commits
9c8faadconn: skip timeout callbacks for background contexts (#566)7039364avoid per-frame cleanup closures on read to remove 2 allocs per frame read (#...d099e16docs: fix roadmap links (#558)c98e9dcdocs: fix lint issue (#557)39b7b07docs: remove mention of resolved issue in README (#556)9f473addocs: add document for AI agents (AGENTS.md) (#547)8d3545afix: transmit in single frame when compression enabled (#552)8bf6dd2chore: fix typo in Accept function (#544)7d7c644refactor: addErrMessageTooBigsentinel error for limited reads (#535)c7846earefactor: usecontext.AfterFuncto track timeouts instead of goroutine (#532)Updates
github.com/go-chi/chi/v5from 5.3.0 to 5.3.1Release notes
Sourced from github.com/go-chi/chi/v5's releases.
Commits
8b258c7ci: pin GitHub Actions to full commit SHAs (#1116)caf87e6feat(mux): support http QUERY method ietf rfc10008 (#1132)7fcb8a2middleware: document printPrettyStack and harden NoColor panic test (#1131)878fe71Fix defaultLogEntry.Panic not respecting NoColor setting (#1050)d7b767bfeat(middleware): add text/xml and application/xml to default compressible ty...3b50c7cTidy build directives (#1113)2b9fca2Honor Discard() in httpFancyWriter.ReadFrom (#1110)Updates
github.com/labstack/echo/v4from 4.12.0 to 4.15.4Release notes
Sourced from github.com/labstack/echo/v4's releases.
... (truncated)
Changelog
Sourced from github.com/labstack/echo/v4's changelog.
... (truncated)
Commits
ec79b58Merge pull request #3020 from aldas/v4_v4-15-4_changelog2714c07Changelog for v4.15.4 - security fix13f0ed1Merge pull request #3019 from aldas/v4_backport_3016d16a4ecbackport PR 3016 from v48f167b9Merge pull request #3018 from aldas/v4_remove_v5_dep9afa4baremove dependency on labstack/echo v5 introduced in go.mod and go.sum1e05f63Merge pull request #3017 from aldas/v4_ci_updates11a3cc4Update dependencies and add ignore for linting26bd016Update CI action versionsaa52f6aci: run workflows on the v4 branch, not just master (#3013)Updates
github.com/gofiber/fiber/v2from 2.52.13 to 2.52.14Release notes
Sourced from github.com/gofiber/fiber/v2's releases.
Commits
a74500fUpdate fiber package version to 2.52.1433c9501Merge pull request #4495 from terraincognita07/backport-v2-balancer-forward-x...1b071e1Merge branch 'v2' into backport-v2-balancer-forward-x-real-ip6772121Merge pull request #4498 from gofiber/fix/v2-parser-decoder-global-leak396416etest(ctx): restore global parser decoder after SetParserDecoder testsda6126bMerge branch 'v2' into backport-v2-balancer-forward-x-real-ip79d3444Merge pull request #4497 from gofiber/ci/v2-gotestsum-rerun-failsbd6da95test(proxy): fix data race and flaky deadline test in v2 CI493b955ci: set least-privilege GITHUB_TOKEN permissions on the test workflow2fbfa7dci: drop redundant advanced CodeQL workflow (default setup covers it)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions