Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Bump the go_modules group across 2 directories with 4 updates
Bumps the go_modules group with 2 updates in the /go/ql/test/experimental/CWE-321-V2 directory: [github.com/go-jose/go-jose/v3](https://github.com/go-jose/go-jose) and [github.com/golang-jwt/jwt/v5](https://github.com/golang-jwt/jwt).
Bumps the go_modules group with 1 update in the /go/ql/test/experimental/frameworks/Fiber directory: [github.com/gofiber/utils](https://github.com/gofiber/utils).


Updates `github.com/go-jose/go-jose/v3` from 3.0.0 to 3.0.4
- [Release notes](https://github.com/go-jose/go-jose/releases)
- [Commits](go-jose/go-jose@v3.0.0...v3.0.4)

Updates `github.com/golang-jwt/jwt/v5` from 5.0.0 to 5.2.2
- [Release notes](https://github.com/golang-jwt/jwt/releases)
- [Commits](golang-jwt/jwt@v5.0.0...v5.2.2)

Updates `golang.org/x/crypto` from 0.12.0 to 0.19.0
- [Commits](golang/crypto@v0.12.0...v0.19.0)

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

---
updated-dependencies:
- dependency-name: github.com/go-jose/go-jose/v3
  dependency-version: 3.0.4
  dependency-type: direct:production
  dependency-group: go_modules
- dependency-name: github.com/golang-jwt/jwt/v5
  dependency-version: 5.2.2
  dependency-type: direct:production
  dependency-group: go_modules
- dependency-name: golang.org/x/crypto
  dependency-version: 0.19.0
  dependency-type: indirect
  dependency-group: go_modules
- dependency-name: github.com/gofiber/utils
  dependency-version: 1.2.0
  dependency-type: direct:production
  dependency-group: go_modules
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 12, 2025
commit de32984a8b639b49a96d3565f61883c688246744
7 changes: 3 additions & 4 deletions go/ql/test/experimental/CWE-321-V2/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,11 @@ module main
go 1.21

require (
github.com/go-jose/go-jose/v3 v3.0.0
github.com/golang-jwt/jwt/v5 v5.0.0
github.com/go-jose/go-jose/v3 v3.0.4
github.com/golang-jwt/jwt/v5 v5.2.2
)

require (
github.com/google/go-cmp v0.5.9 // indirect
github.com/stretchr/testify v1.8.3 // indirect
golang.org/x/crypto v0.12.0 // indirect
golang.org/x/crypto v0.19.0 // indirect
)

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading