diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-03-21 20:41:19 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-21 20:41:19 -0400 |
| commit | c66305904b1cc5764a131cb2627480071b405275 (patch) | |
| tree | 2e7c21866997b8576b6c3e80ca86f29891463f36 /go.mod | |
| parent | 5f7942faca06e844996cbaa0c342fc39d9bc121d (diff) | |
| download | anubis-c66305904b1cc5764a131cb2627480071b405275.tar.xz anubis-c66305904b1cc5764a131cb2627480071b405275.zip | |
build(deps): bump github.com/golang-jwt/jwt/v5 from 5.2.1 to 5.2.2 (#74)
Bumps [github.com/golang-jwt/jwt/v5](https://github.com/golang-jwt/jwt) from 5.2.1 to 5.2.2.
- [Release notes](https://github.com/golang-jwt/jwt/releases)
- [Changelog](https://github.com/golang-jwt/jwt/blob/main/VERSION_HISTORY.md)
- [Commits](https://github.com/golang-jwt/jwt/compare/v5.2.1...v5.2.2)
---
updated-dependencies:
- dependency-name: github.com/golang-jwt/jwt/v5
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -5,8 +5,9 @@ go 1.24.1 require ( github.com/a-h/templ v0.3.833 github.com/facebookgo/flagenv v0.0.0-20160425205200-fcd59fca7456 - github.com/golang-jwt/jwt/v5 v5.2.1 + github.com/golang-jwt/jwt/v5 v5.2.2 github.com/prometheus/client_golang v1.21.1 + github.com/sebest/xff v0.0.0-20210106013422-671bd2870b3a github.com/yl2chen/cidranger v1.0.2 ) @@ -34,7 +35,6 @@ require ( github.com/prometheus/client_model v0.6.1 // indirect github.com/prometheus/common v0.62.0 // indirect github.com/prometheus/procfs v0.15.1 // indirect - github.com/sebest/xff v0.0.0-20210106013422-671bd2870b3a // indirect golang.org/x/mod v0.24.0 // indirect golang.org/x/net v0.37.0 // indirect golang.org/x/sync v0.12.0 // indirect |
