Skip to content

Comments

Bump the go_modules group across 22 directories with 8 updates#41

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/go_modules/frameworks/Go/aah/src/benchmark/go_modules-c594c9dc6a
Open

Bump the go_modules group across 22 directories with 8 updates#41
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/go_modules/frameworks/Go/aah/src/benchmark/go_modules-c594c9dc6a

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 19, 2026

Bumps the go_modules group with 2 updates in the /frameworks/Go/aah/src/benchmark directory: golang.org/x/crypto and golang.org/x/oauth2.
Bumps the go_modules group with 1 update in the /frameworks/Go/atreugo/src directory: golang.org/x/crypto.
Bumps the go_modules group with 2 updates in the /frameworks/Go/chi/src/chi directory: github.com/go-chi/chi/v5 and filippo.io/edwards25519.
Bumps the go_modules group with 2 updates in the /frameworks/Go/chi/src/chi-gojay directory: github.com/go-chi/chi/v5 and filippo.io/edwards25519.
Bumps the go_modules group with 2 updates in the /frameworks/Go/chi/src/chi-sjson directory: github.com/go-chi/chi/v5 and filippo.io/edwards25519.
Bumps the go_modules group with 1 update in the /frameworks/Go/echo/src directory: golang.org/x/crypto.
Bumps the go_modules group with 1 update in the /frameworks/Go/fasthttp/src directory: golang.org/x/crypto.
Bumps the go_modules group with 2 updates in the /frameworks/Go/fiber/src directory: golang.org/x/crypto and github.com/gofiber/fiber/v2.
Bumps the go_modules group with 1 update in the /frameworks/Go/gearbox/src directory: golang.org/x/crypto.
Bumps the go_modules group with 1 update in the /frameworks/Go/gin/gin-gorm directory: golang.org/x/crypto.
Bumps the go_modules group with 1 update in the /frameworks/Go/gin/gin-src directory: golang.org/x/crypto.
Bumps the go_modules group with 1 update in the /frameworks/Go/gin/gin-std directory: golang.org/x/crypto.
Bumps the go_modules group with 1 update in the /frameworks/Go/go-std/src directory: golang.org/x/crypto.
Bumps the go_modules group with 1 update in the /frameworks/Go/goframe/src directory: golang.org/x/crypto.
Bumps the go_modules group with 5 updates in the /frameworks/Go/goravel/src/fiber directory:

Package From To
golang.org/x/crypto 0.31.0 0.45.0
golang.org/x/oauth2 0.18.0 0.27.0
filippo.io/edwards25519 1.1.0 1.1.1
github.com/gofiber/fiber/v2 2.52.4 2.52.11
github.com/gofiber/utils 1.1.0 1.2.0

Bumps the go_modules group with 3 updates in the /frameworks/Go/goravel/src/gin directory: golang.org/x/crypto, golang.org/x/oauth2 and filippo.io/edwards25519.
Bumps the go_modules group with 2 updates in the /frameworks/Go/hertz directory: golang.org/x/crypto and github.com/nyaruka/phonenumbers.
Bumps the go_modules group with 2 updates in the /frameworks/Go/hertz/hertz-gorm directory: golang.org/x/crypto and github.com/nyaruka/phonenumbers.
Bumps the go_modules group with 1 update in the /frameworks/Go/kami/src directory: golang.org/x/net.
Bumps the go_modules group with 1 update in the /frameworks/Go/ronykit/src directory: golang.org/x/net.
Bumps the go_modules group with 1 update in the /frameworks/Go/sprapp directory: github.com/nyaruka/phonenumbers.
Bumps the go_modules group with 1 update in the /frameworks/Go/webgo/src directory: golang.org/x/crypto.

Updates golang.org/x/crypto from 0.21.0 to 0.45.0

Commits
  • 4e0068c go.mod: update golang.org/x dependencies
  • e79546e ssh: curb GSSAPI DoS risk by limiting number of specified OIDs
  • f91f7a7 ssh/agent: prevent panic on malformed constraint
  • 2df4153 acme/autocert: let automatic renewal work with short lifetime certs
  • bcf6a84 acme: pass context to request
  • b4f2b62 ssh: fix error message on unsupported cipher
  • 79ec3a5 ssh: allow to bind to a hostname in remote forwarding
  • 122a78f go.mod: update golang.org/x dependencies
  • c0531f9 all: eliminate vet diagnostics
  • 0997000 all: fix some comments
  • Additional commits viewable in compare view

Updates golang.org/x/net from 0.23.0 to 0.47.0

Commits
  • e1fcd82 html: properly handle trailing solidus in unquoted attribute value in foreign...
  • ebed060 internal/http3: fix build of tests with GOEXPERIMENT=nosynctest
  • 1f1fa29 publicsuffix: regenerate table
  • 1215081 http2: improve error when server sends HTTP/1
  • 312450e html: ensure <search> tag closes <p> and update tests
  • 09731f9 http2: improve handling of lost PING in Server
  • 55989e2 http2/h2c: use ResponseController for hijacking connections
  • 2914f46 websocket: re-recommend gorilla/websocket
  • 99b3ae0 go.mod: update golang.org/x dependencies
  • 85d1d54 go.mod: update golang.org/x dependencies
  • Additional commits viewable in compare view

Updates golang.org/x/oauth2 from 0.0.0-20181003184128-c57b0facaced to 0.27.0

Commits

Updates golang.org/x/crypto from 0.31.0 to 0.45.0

Commits
  • 4e0068c go.mod: update golang.org/x dependencies
  • e79546e ssh: curb GSSAPI DoS risk by limiting number of specified OIDs
  • f91f7a7 ssh/agent: prevent panic on malformed constraint
  • 2df4153 acme/autocert: let automatic renewal work with short lifetime certs
  • bcf6a84 acme: pass context to request
  • b4f2b62 ssh: fix error message on unsupported cipher
  • 79ec3a5 ssh: allow to bind to a hostname in remote forwarding
  • 122a78f go.mod: update golang.org/x dependencies
  • c0531f9 all: eliminate vet diagnostics
  • 0997000 all: fix some comments
  • Additional commits viewable in compare view

Updates github.com/go-chi/chi/v5 from 5.1.0 to 5.2.2

Release notes

Sourced from github.com/go-chi/chi/v5's releases.

v5.2.2

What's Changed

Security fix

  • Fixes GHSA-vrw8-fxc6-2r93 - "Host Header Injection Leads to Open Redirect in RedirectSlashes" commit
    • a lower-severity Open Redirect that can't be exploited in browser or email client, as it requires manipulation of a Host header
    • reported by Anuraag Baishya, @​anuraagbaishya. Thank you!

New Contributors

Full Changelog: go-chi/chi@v5.2.1...v5.2.2

v5.2.1

⚠️ Chi supports Go 1.20+

Starting this release, we will now support the four most recent major versions of Go. See go-chi/chi#963 for related discussion.

What's Changed

Full Changelog: go-chi/chi@v5.2.0...v5.2.1

v5.2.0

What's Changed

... (truncated)

Commits

Updates filippo.io/edwards25519 from 1.1.0 to 1.1.1

Commits

Updates github.com/go-chi/chi/v5 from 5.1.0 to 5.2.2

Release notes

Sourced from github.com/go-chi/chi/v5's releases.

v5.2.2

What's Changed

Security fix

  • Fixes GHSA-vrw8-fxc6-2r93 - "Host Header Injection Leads to Open Redirect in RedirectSlashes" commit
    • a lower-severity Open Redirect that can't be exploited in browser or email client, as it requires manipulation of a Host header
    • reported by Anuraag Baishya, @​anuraagbaishya. Thank you!

New Contributors

Full Changelog: go-chi/chi@v5.2.1...v5.2.2

v5.2.1

⚠️ Chi supports Go 1.20+

Starting this release, we will now support the four most recent major versions of Go. See go-chi/chi#963 for related discussion.

What's Changed

Full Changelog: go-chi/chi@v5.2.0...v5.2.1

v5.2.0

What's Changed

... (truncated)

Commits

Updates filippo.io/edwards25519 from 1.1.0 to 1.1.1

Commits

Updates github.com/go-chi/chi/v5 from 5.1.0 to 5.2.2

Release notes

Sourced from github.com/go-chi/chi/v5's releases.

v5.2.2

What's Changed

Security fix

  • Fixes GHSA-vrw8-fxc6-2r93 - "Host Header Injection Leads to Open Redirect in RedirectSlashes" commit
    • a lower-severity Open Redirect that can't be exploited in browser or email client, as it requires manipulation of a Host header
    • reported by Anuraag Baishya, @​anuraagbaishya. Thank you!

New Contributors

Full Changelog: go-chi/chi@v5.2.1...v5.2.2

v5.2.1

⚠️ Chi supports Go 1.20+

Starting this release, we will now support the four most recent major versions of Go. See go-chi/chi#963 for related discussion.

What's Changed

Full Changelog: go-chi/chi@v5.2.0...v5.2.1

v5.2.0

What's Changed

... (truncated)

Commits

Updates filippo.io/edwards25519 from 1.1.0 to 1.1.1

Commits

Updates golang.org/x/crypto from 0.21.0 to 0.45.0

Commits
  • 4e0068c go.mod: update golang.org/x dependencies
  • e79546e ssh: curb GSSAPI DoS risk by limiting number of specified OIDs
  • f91f7a7 ssh/agent: prevent panic on malformed constraint
  • 2df4153 acme/autocert: let automatic renewal work with short lifetime certs
  • bcf6a84 acme: pass context to request
  • b4f2b62 ssh: fix error message on unsupported cipher
  • 79ec3a5 ssh: allow to bind to a hostname in remote forwarding
  • 122a78f go.mod: update golang.org/x dependencies
  • c0531f9 all: eliminate vet diagnostics
  • 0997000 all: fix some comments
  • Additional commits viewable in compare view

Updates golang.org/x/net from 0.23.0 to 0.47.0

Commits
  • e1fcd82 html: properly handle trailing solidus in unquoted attribute value in foreign...
  • ebed060 internal/http3: fix build of tests with GOEXPERIMENT=nosynctest
  • 1f1fa29 publicsuffix: regenerate table
  • 1215081 http2: improve error when server sends HTTP/1
  • 312450e html: ensure <search> tag closes <p> and update tests
  • 09731f9 http2: improve handling of lost PING in Server
  • 55989e2 http2/h2c: use ResponseController for hijacking connections
  • 2914f46 websocket: re-recommend gorilla/websocket
  • 99b3ae0 go.mod: update golang.org/x dependencies
  • 85d1d54 go.mod: update golang.org/x dependencies
  • Additional commits viewable in compare view

Updates golang.org/x/crypto from 0.20.0 to 0.45.0

Commits
  • 4e0068c go.mod: update golang.org/x dependencies
  • e79546e ssh: curb GSSAPI DoS risk by limiting number of specified OIDs
  • f91f7a7 ssh/agent: prevent panic on malformed constraint
  • 2df4153 acme/autocert: let automatic renewal work with short lifetime certs
  • bcf6a84 acme: pass context to request
  • b4f2b62 ssh: fix error message on unsupported cipher
  • 79ec3a5 ssh: allow to bind to a hostname in remote forwarding
  • 122a78f go.mod: update golang.org/x dependencies
  • c0531f9 all: eliminate vet diagnostics
  • 0997000 all: fix some comments
  • Additional commits viewable in compare view

Updates golang.org/x/crypto from 0.27.0 to 0.45.0

Commits
  • 4e0068c go.mod: update golang.org/x dependencies
  • e79546e ssh: curb GSSAPI DoS risk by limiting number of specified OIDs
  • f91f7a7 ssh/agent: prevent panic on malformed constraint
  • 2df4153 acme/autocert: let automatic renewal work with short lifetime certs
  • bcf6a84 acme: pass context to request
  • b4f2b62 ssh: fix error message on unsupported cipher
  • 79ec3a5 ssh: allow to bind to a hostname in remote forwarding
  • 122a78f go.mod: update golang.org/x dependencies
  • c0531f9 all: eliminate vet diagnostics
  • 0997000 all: fix some comments
  • Additional commits viewable in compare view

Updates github.com/gofiber/fiber/v2 from 2.52.5 to 2.52.11

Release notes

Sourced from github.com/gofiber/fiber/v2's releases.

v2.52.11

What's Changed

🧹 Updates

🐛 Bug Fixes

Full Changelog: gofiber/fiber@v2.52.10...v2.52.11

v2.52.10

🐛 Bug Fixes

📚 Documentation

New Contributors

Full Changelog: gofiber/fiber@v2.52.9...v2.52.10

v2.52.9

🐛 Bug Fixes

Full Changelog: gofiber/fiber@v2.52.8...v2.52.9

v2.52.8

👮 Security

🧹 Updates

🐛 Bug Fixes

... (truncated)

Commits
  • 65b0f3d Bump version to 2.52.11
  • 1b53334 Modernize error handling in UUID functions (#3941)
  • eb874b6 Merge commit from fork
  • 4ff945a 🩹 bug: Fix ErrorHandler invocation for mounted sub-apps (#3907)
  • 68d80a0 🩹 bug: Fix Fprint to use format instead of fmtArgs (#3924)
  • 5346c81 🔧 chore: Upgrade setup-go action from v5 to v6 in workflow files
  • 54fa41d Update AGENTS.md with coding practices and commands
  • a290d14 🐛 bug: Fixes and improvements for limiter middleware (#3899)
  • 3927e17 🧹 chore: Improve mount functionality (#3900)
  • 0786b39 🐛 Backport defensive copying fixes from #3828 and #3829 to v2 (#3888)
  • Additional commits viewable in compare view

Updates golang.org/x/crypto from 0.20.0 to 0.45.0

Commits
  • 4e0068c go.mod: update golang.org/x dependencies
  • e79546e ssh: curb GSSAPI DoS risk by limiting number of specified OIDs
  • f91f7a7 ssh/agent: prevent panic on malformed constraint
  • 2df4153 acme/autocert: let automatic renewal work with short lifetime certs
  • bcf6a84 acme: pass context to request
  • b4f2b62 ssh: fix error message on unsupported cipher
  • 79ec3a5 ssh: allow to bind to a hostname in remote forwarding
  • 122a78f go.mod: update golang.org/x dependencies
  • c0531f9 all: eliminate vet diagnostics
  • 0997000 all: fix some comments
  • Additional commits viewable in compare view

Updates golang.org/x/crypto from 0.21.0 to 0.45.0

Commits
  • 4e0068c go.mod: update golang.org/x dependencies
  • e79546e ssh: curb GSSAPI DoS risk by limiting number of specified OIDs
  • f91f7a7 ssh/agent: prevent panic on malformed constraint
  • 2df4153 acme/autocert: let automatic renewal work with short lifetime certs
  • bcf6a84 acme: pass context to request
  • b4f2b62 ssh: fix error message on unsupported cipher
  • 79ec3a5 ssh: allow to bind to a hostname in remote forwarding
  • 122a78f go.mod: update golang.org/x dependencies
  • c0531f9 all: eliminate vet diagnostics
  • 0997000 all: fix some comments
  • Additional commits viewable in compare view

Updates golang.org/x/net from 0.23.0 to 0.47.0

Commits
  • e1fcd82 html: properly handle trailing solidus in unquoted attribute value in foreign...
  • ebed060 internal/http3: fix build of tests with GOEXPERIMENT=nosynctest
  • 1f1fa29 publicsuffix: regenerate table
  • 1215081 http2: improve error when server sends HTTP/1
  • 312450e html: ensure <search> tag closes <p> and update tests
  • 09731f9 http2: improve handling of lost PING in Server
  • 55989e2 http2/h2c: use ResponseController for hijacking connections
  • 2914f46 websocket: re-recommend gorilla/websocket
  • 99b3ae0 go.mod: update golang.org/x dependencies
  • 85d1d54 go.mod: update golang.org/x dependencies
  • Additional commits viewable in compare view

Updates golang.org/x/crypto from 0.21.0 to 0.45.0

Commits
  • 4e0068c go.mod: update golang.org/x dependencies
  • e79546e ssh: curb GSSAPI DoS risk by limiting number of specified OIDs
  • f91f7a7 ssh/agent: prevent panic on malformed constraint
  • 2df4153 acme/autocert: let automatic renewal work with short lifetime certs
  • bcf6a84 acme: pass context to request
  • b4f2b62 ssh: fix error message on unsupported cipher
  • 79ec3a5 ssh: allow to bind to a hostname in remote forwarding
  • 122a78f go.mod: update golang.org/x dependencies
  • c0531f9 all: eliminate vet diagnostics
  • 0997000 all: fix some comments
  • Additional commits viewable in compare view

Updates golang.org/x/net from 0.23.0 to 0.47.0

Commits
  • e1fcd82 html: properly handle trailing solidus in unquoted attribute value in foreign...
  • ebed060 internal/http3: fix build of tests with GOEXPERIMENT=nosynctest
  • 1f1fa29 publicsuffix: regenerate table
  • 1215081 http2: improve error when server sends HTTP/1
  • 312450e html: ensure <search> tag closes <p> and update tests
  • 09731f9 http2: improve handling of lost PING in Server
  • 55989e2 http2/h2c: use ResponseController for hijacking connections
  • 2914f46 websocket: re-recommend gorilla/websocket
  • 99b3ae0 go.mod: update golang.org/x dependencies
  • 85d1d54 go.mod: update golang.org/x dependencies
  • Additional commits viewable in compare view

Updates golang.org/x/crypto from 0.21.0 to 0.45.0

Commits
  • 4e0068c go.mod: update golang.org/x dependencies
  • e79546e ssh: curb GSSAPI DoS risk by limiting number of specified OIDs
  • f91f7a7 ssh/agent: prevent panic on malformed constraint
  • 2df4153 acme/autocert: let automatic renewal work with short lifetime certs
  • bcf6a84 acme: pass context to request
  • b4f2b62 ssh: fix error message on unsupported cipher
  • 79ec3a5 ssh: allow to bind to a hostname in remote forwarding
  • 122a78f go.mod: update golang.org/x dependencies
  • c0531f9 all: eliminate vet diagnostics
  • 0997000 all: fix some comments
  • Additional commits viewable in compare view

Updates golang.org/x/net from 0.23.0 to 0.47.0

Commits
  • e1fcd82 html: properly handle trailing solidus in unquoted attribute value in foreign...
  • ebed060 internal/http3: fix build of tests with GOEXPERIMENT=nosynctest

Bumps the go_modules group with 2 updates in the /frameworks/Go/aah/src/benchmark directory: [golang.org/x/crypto](https://github.com/golang/crypto) and [golang.org/x/oauth2](https://github.com/golang/oauth2).
Bumps the go_modules group with 1 update in the /frameworks/Go/atreugo/src directory: [golang.org/x/crypto](https://github.com/golang/crypto).
Bumps the go_modules group with 2 updates in the /frameworks/Go/chi/src/chi directory: [github.com/go-chi/chi/v5](https://github.com/go-chi/chi) and [filippo.io/edwards25519](https://github.com/FiloSottile/edwards25519).
Bumps the go_modules group with 2 updates in the /frameworks/Go/chi/src/chi-gojay directory: [github.com/go-chi/chi/v5](https://github.com/go-chi/chi) and [filippo.io/edwards25519](https://github.com/FiloSottile/edwards25519).
Bumps the go_modules group with 2 updates in the /frameworks/Go/chi/src/chi-sjson directory: [github.com/go-chi/chi/v5](https://github.com/go-chi/chi) and [filippo.io/edwards25519](https://github.com/FiloSottile/edwards25519).
Bumps the go_modules group with 1 update in the /frameworks/Go/echo/src directory: [golang.org/x/crypto](https://github.com/golang/crypto).
Bumps the go_modules group with 1 update in the /frameworks/Go/fasthttp/src directory: [golang.org/x/crypto](https://github.com/golang/crypto).
Bumps the go_modules group with 2 updates in the /frameworks/Go/fiber/src directory: [golang.org/x/crypto](https://github.com/golang/crypto) and [github.com/gofiber/fiber/v2](https://github.com/gofiber/fiber).
Bumps the go_modules group with 1 update in the /frameworks/Go/gearbox/src directory: [golang.org/x/crypto](https://github.com/golang/crypto).
Bumps the go_modules group with 1 update in the /frameworks/Go/gin/gin-gorm directory: [golang.org/x/crypto](https://github.com/golang/crypto).
Bumps the go_modules group with 1 update in the /frameworks/Go/gin/gin-src directory: [golang.org/x/crypto](https://github.com/golang/crypto).
Bumps the go_modules group with 1 update in the /frameworks/Go/gin/gin-std directory: [golang.org/x/crypto](https://github.com/golang/crypto).
Bumps the go_modules group with 1 update in the /frameworks/Go/go-std/src directory: [golang.org/x/crypto](https://github.com/golang/crypto).
Bumps the go_modules group with 1 update in the /frameworks/Go/goframe/src directory: [golang.org/x/crypto](https://github.com/golang/crypto).
Bumps the go_modules group with 5 updates in the /frameworks/Go/goravel/src/fiber directory:

| Package | From | To |
| --- | --- | --- |
| [golang.org/x/crypto](https://github.com/golang/crypto) | `0.31.0` | `0.45.0` |
| [golang.org/x/oauth2](https://github.com/golang/oauth2) | `0.18.0` | `0.27.0` |
| [filippo.io/edwards25519](https://github.com/FiloSottile/edwards25519) | `1.1.0` | `1.1.1` |
| [github.com/gofiber/fiber/v2](https://github.com/gofiber/fiber) | `2.52.4` | `2.52.11` |
| [github.com/gofiber/utils](https://github.com/gofiber/utils) | `1.1.0` | `1.2.0` |

Bumps the go_modules group with 3 updates in the /frameworks/Go/goravel/src/gin directory: [golang.org/x/crypto](https://github.com/golang/crypto), [golang.org/x/oauth2](https://github.com/golang/oauth2) and [filippo.io/edwards25519](https://github.com/FiloSottile/edwards25519).
Bumps the go_modules group with 2 updates in the /frameworks/Go/hertz directory: [golang.org/x/crypto](https://github.com/golang/crypto) and [github.com/nyaruka/phonenumbers](https://github.com/nyaruka/phonenumbers).
Bumps the go_modules group with 2 updates in the /frameworks/Go/hertz/hertz-gorm directory: [golang.org/x/crypto](https://github.com/golang/crypto) and [github.com/nyaruka/phonenumbers](https://github.com/nyaruka/phonenumbers).
Bumps the go_modules group with 1 update in the /frameworks/Go/kami/src directory: [golang.org/x/net](https://github.com/golang/net).
Bumps the go_modules group with 1 update in the /frameworks/Go/ronykit/src directory: [golang.org/x/net](https://github.com/golang/net).
Bumps the go_modules group with 1 update in the /frameworks/Go/sprapp directory: [github.com/nyaruka/phonenumbers](https://github.com/nyaruka/phonenumbers).
Bumps the go_modules group with 1 update in the /frameworks/Go/webgo/src directory: [golang.org/x/crypto](https://github.com/golang/crypto).


Updates `golang.org/x/crypto` from 0.21.0 to 0.45.0
- [Commits](golang/crypto@v0.21.0...v0.45.0)

Updates `golang.org/x/net` from 0.23.0 to 0.47.0
- [Commits](golang/net@v0.23.0...v0.38.0)

Updates `golang.org/x/oauth2` from 0.0.0-20181003184128-c57b0facaced to 0.27.0
- [Commits](https://github.com/golang/oauth2/commits/v0.27.0)

Updates `golang.org/x/crypto` from 0.31.0 to 0.45.0
- [Commits](golang/crypto@v0.21.0...v0.45.0)

Updates `github.com/go-chi/chi/v5` from 5.1.0 to 5.2.2
- [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.1.0...v5.2.2)

Updates `filippo.io/edwards25519` from 1.1.0 to 1.1.1
- [Commits](FiloSottile/edwards25519@v1.1.0...v1.1.1)

Updates `github.com/go-chi/chi/v5` from 5.1.0 to 5.2.2
- [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.1.0...v5.2.2)

Updates `filippo.io/edwards25519` from 1.1.0 to 1.1.1
- [Commits](FiloSottile/edwards25519@v1.1.0...v1.1.1)

Updates `github.com/go-chi/chi/v5` from 5.1.0 to 5.2.2
- [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.1.0...v5.2.2)

Updates `filippo.io/edwards25519` from 1.1.0 to 1.1.1
- [Commits](FiloSottile/edwards25519@v1.1.0...v1.1.1)

Updates `golang.org/x/crypto` from 0.21.0 to 0.45.0
- [Commits](golang/crypto@v0.21.0...v0.45.0)

Updates `golang.org/x/net` from 0.23.0 to 0.47.0
- [Commits](golang/net@v0.23.0...v0.38.0)

Updates `golang.org/x/crypto` from 0.20.0 to 0.45.0
- [Commits](golang/crypto@v0.21.0...v0.45.0)

Updates `golang.org/x/crypto` from 0.27.0 to 0.45.0
- [Commits](golang/crypto@v0.21.0...v0.45.0)

Updates `github.com/gofiber/fiber/v2` from 2.52.5 to 2.52.11
- [Release notes](https://github.com/gofiber/fiber/releases)
- [Commits](gofiber/fiber@v2.52.5...v2.52.11)

Updates `golang.org/x/crypto` from 0.20.0 to 0.45.0
- [Commits](golang/crypto@v0.21.0...v0.45.0)

Updates `golang.org/x/crypto` from 0.21.0 to 0.45.0
- [Commits](golang/crypto@v0.21.0...v0.45.0)

Updates `golang.org/x/net` from 0.23.0 to 0.47.0
- [Commits](golang/net@v0.23.0...v0.38.0)

Updates `golang.org/x/crypto` from 0.21.0 to 0.45.0
- [Commits](golang/crypto@v0.21.0...v0.45.0)

Updates `golang.org/x/net` from 0.23.0 to 0.47.0
- [Commits](golang/net@v0.23.0...v0.38.0)

Updates `golang.org/x/crypto` from 0.21.0 to 0.45.0
- [Commits](golang/crypto@v0.21.0...v0.45.0)

Updates `golang.org/x/net` from 0.23.0 to 0.47.0
- [Commits](golang/net@v0.23.0...v0.38.0)

Updates `golang.org/x/crypto` from 0.31.0 to 0.45.0
- [Commits](golang/crypto@v0.21.0...v0.45.0)

Updates `golang.org/x/crypto` from 0.21.0 to 0.45.0
- [Commits](golang/crypto@v0.21.0...v0.45.0)

Updates `golang.org/x/net` from 0.23.0 to 0.47.0
- [Commits](golang/net@v0.23.0...v0.38.0)

Updates `golang.org/x/crypto` from 0.31.0 to 0.45.0
- [Commits](golang/crypto@v0.21.0...v0.45.0)

Updates `golang.org/x/net` from 0.26.0 to 0.47.0
- [Commits](golang/net@v0.23.0...v0.38.0)

Updates `golang.org/x/oauth2` from 0.18.0 to 0.27.0
- [Commits](https://github.com/golang/oauth2/commits/v0.27.0)

Updates `filippo.io/edwards25519` from 1.1.0 to 1.1.1
- [Commits](FiloSottile/edwards25519@v1.1.0...v1.1.1)

Updates `github.com/gofiber/fiber/v2` from 2.52.4 to 2.52.11
- [Release notes](https://github.com/gofiber/fiber/releases)
- [Commits](gofiber/fiber@v2.52.5...v2.52.11)

Updates `github.com/gofiber/utils` from 1.1.0 to 1.2.0
- [Release notes](https://github.com/gofiber/utils/releases)
- [Commits](gofiber/utils@v1.1.0...v1.2.0)

Updates `golang.org/x/crypto` from 0.31.0 to 0.45.0
- [Commits](golang/crypto@v0.21.0...v0.45.0)

Updates `golang.org/x/net` from 0.25.0 to 0.47.0
- [Commits](golang/net@v0.23.0...v0.38.0)

Updates `golang.org/x/oauth2` from 0.18.0 to 0.27.0
- [Commits](https://github.com/golang/oauth2/commits/v0.27.0)

Updates `filippo.io/edwards25519` from 1.1.0 to 1.1.1
- [Commits](FiloSottile/edwards25519@v1.1.0...v1.1.1)

Updates `golang.org/x/crypto` from 0.31.0 to 0.45.0
- [Commits](golang/crypto@v0.21.0...v0.45.0)

Updates `github.com/nyaruka/phonenumbers` from 1.0.55 to 1.2.2
- [Release notes](https://github.com/nyaruka/phonenumbers/releases)
- [Changelog](https://github.com/nyaruka/phonenumbers/blob/main/CHANGELOG.md)
- [Commits](nyaruka/phonenumbers@v1.0.55...v1.2.2)

Updates `golang.org/x/crypto` from 0.20.0 to 0.45.0
- [Commits](golang/crypto@v0.21.0...v0.45.0)

Updates `github.com/nyaruka/phonenumbers` from 1.0.55 to 1.2.2
- [Release notes](https://github.com/nyaruka/phonenumbers/releases)
- [Changelog](https://github.com/nyaruka/phonenumbers/blob/main/CHANGELOG.md)
- [Commits](nyaruka/phonenumbers@v1.0.55...v1.2.2)

Updates `golang.org/x/net` from 0.23.0 to 0.38.0
- [Commits](golang/net@v0.23.0...v0.38.0)

Updates `golang.org/x/net` from 0.23.0 to 0.38.0
- [Commits](golang/net@v0.23.0...v0.38.0)

Updates `github.com/nyaruka/phonenumbers` from 1.0.55 to 1.2.2
- [Release notes](https://github.com/nyaruka/phonenumbers/releases)
- [Changelog](https://github.com/nyaruka/phonenumbers/blob/main/CHANGELOG.md)
- [Commits](nyaruka/phonenumbers@v1.0.55...v1.2.2)

Updates `golang.org/x/crypto` from 0.31.0 to 0.45.0
- [Commits](golang/crypto@v0.21.0...v0.45.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-version: 0.45.0
  dependency-type: indirect
  dependency-group: go_modules
- dependency-name: golang.org/x/net
  dependency-version: 0.47.0
  dependency-type: indirect
  dependency-group: go_modules
- dependency-name: golang.org/x/oauth2
  dependency-version: 0.27.0
  dependency-type: indirect
  dependency-group: go_modules
- dependency-name: golang.org/x/crypto
  dependency-version: 0.45.0
  dependency-type: indirect
  dependency-group: go_modules
- dependency-name: github.com/go-chi/chi/v5
  dependency-version: 5.2.2
  dependency-type: direct:production
  dependency-group: go_modules
- dependency-name: filippo.io/edwards25519
  dependency-version: 1.1.1
  dependency-type: indirect
  dependency-group: go_modules
- dependency-name: github.com/go-chi/chi/v5
  dependency-version: 5.2.2
  dependency-type: direct:production
  dependency-group: go_modules
- dependency-name: filippo.io/edwards25519
  dependency-version: 1.1.1
  dependency-type: indirect
  dependency-group: go_modules
- dependency-name: github.com/go-chi/chi/v5
  dependency-version: 5.2.2
  dependency-type: direct:production
  dependency-group: go_modules
- dependency-name: filippo.io/edwards25519
  dependency-version: 1.1.1
  dependency-type: indirect
  dependency-group: go_modules
- dependency-name: golang.org/x/crypto
  dependency-version: 0.45.0
  dependency-type: indirect
  dependency-group: go_modules
- dependency-name: golang.org/x/net
  dependency-version: 0.47.0
  dependency-type: indirect
  dependency-group: go_modules
- dependency-name: golang.org/x/crypto
  dependency-version: 0.45.0
  dependency-type: indirect
  dependency-group: go_modules
- dependency-name: golang.org/x/crypto
  dependency-version: 0.45.0
  dependency-type: indirect
  dependency-group: go_modules
- dependency-name: github.com/gofiber/fiber/v2
  dependency-version: 2.52.11
  dependency-type: direct:production
  dependency-group: go_modules
- dependency-name: golang.org/x/crypto
  dependency-version: 0.45.0
  dependency-type: indirect
  dependency-group: go_modules
- dependency-name: golang.org/x/crypto
  dependency-version: 0.45.0
  dependency-type: indirect
  dependency-group: go_modules
- dependency-name: golang.org/x/net
  dependency-version: 0.47.0
  dependency-type: indirect
  dependency-group: go_modules
- dependency-name: golang.org/x/crypto
  dependency-version: 0.45.0
  dependency-type: indirect
  dependency-group: go_modules
- dependency-name: golang.org/x/net
  dependency-version: 0.47.0
  dependency-type: indirect
  dependency-group: go_modules
- dependency-name: golang.org/x/crypto
  dependency-version: 0.45.0
  dependency-type: indirect
  dependency-group: go_modules
- dependency-name: golang.org/x/net
  dependency-version: 0.47.0
  dependency-type: indirect
  dependency-group: go_modules
- dependency-name: golang.org/x/crypto
  dependency-version: 0.45.0
  dependency-type: indirect
  dependency-group: go_modules
- dependency-name: golang.org/x/crypto
  dependency-version: 0.45.0
  dependency-type: indirect
  dependency-group: go_modules
- dependency-name: golang.org/x/net
  dependency-version: 0.47.0
  dependency-type: indirect
  dependency-group: go_modules
- dependency-name: golang.org/x/crypto
  dependency-version: 0.45.0
  dependency-type: indirect
  dependency-group: go_modules
- dependency-name: golang.org/x/net
  dependency-version: 0.47.0
  dependency-type: indirect
  dependency-group: go_modules
- dependency-name: golang.org/x/oauth2
  dependency-version: 0.27.0
  dependency-type: indirect
  dependency-group: go_modules
- dependency-name: filippo.io/edwards25519
  dependency-version: 1.1.1
  dependency-type: indirect
  dependency-group: go_modules
- dependency-name: github.com/gofiber/fiber/v2
  dependency-version: 2.52.11
  dependency-type: indirect
  dependency-group: go_modules
- dependency-name: github.com/gofiber/utils
  dependency-version: 1.2.0
  dependency-type: indirect
  dependency-group: go_modules
- dependency-name: golang.org/x/crypto
  dependency-version: 0.45.0
  dependency-type: indirect
  dependency-group: go_modules
- dependency-name: golang.org/x/net
  dependency-version: 0.47.0
  dependency-type: indirect
  dependency-group: go_modules
- dependency-name: golang.org/x/oauth2
  dependency-version: 0.27.0
  dependency-type: indirect
  dependency-group: go_modules
- dependency-name: filippo.io/edwards25519
  dependency-version: 1.1.1
  dependency-type: indirect
  dependency-group: go_modules
- dependency-name: golang.org/x/crypto
  dependency-version: 0.45.0
  dependency-type: indirect
  dependency-group: go_modules
- dependency-name: github.com/nyaruka/phonenumbers
  dependency-version: 1.2.2
  dependency-type: indirect
  dependency-group: go_modules
- dependency-name: golang.org/x/crypto
  dependency-version: 0.45.0
  dependency-type: indirect
  dependency-group: go_modules
- dependency-name: github.com/nyaruka/phonenumbers
  dependency-version: 1.2.2
  dependency-type: indirect
  dependency-group: go_modules
- dependency-name: golang.org/x/net
  dependency-version: 0.38.0
  dependency-type: direct:production
  dependency-group: go_modules
- dependency-name: golang.org/x/net
  dependency-version: 0.38.0
  dependency-type: indirect
  dependency-group: go_modules
- dependency-name: github.com/nyaruka/phonenumbers
  dependency-version: 1.2.2
  dependency-type: indirect
  dependency-group: go_modules
- dependency-name: golang.org/x/crypto
  dependency-version: 0.45.0
  dependency-type: indirect
  dependency-group: go_modules
...

Signed-off-by: dependabot[bot] <support@github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants