Skip to content

Commit de32984

Browse files
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] <support@github.com>
1 parent 3ea92ea commit de32984

File tree

601 files changed

+477866
-823
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

601 files changed

+477866
-823
lines changed

go/ql/test/experimental/CWE-321-V2/go.mod

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,11 @@ module main
33
go 1.21
44

55
require (
6-
github.com/go-jose/go-jose/v3 v3.0.0
7-
github.com/golang-jwt/jwt/v5 v5.0.0
6+
github.com/go-jose/go-jose/v3 v3.0.4
7+
github.com/golang-jwt/jwt/v5 v5.2.2
88
)
99

1010
require (
11-
github.com/google/go-cmp v0.5.9 // indirect
1211
github.com/stretchr/testify v1.8.3 // indirect
13-
golang.org/x/crypto v0.12.0 // indirect
12+
golang.org/x/crypto v0.19.0 // indirect
1413
)

go/ql/test/experimental/CWE-321-V2/vendor/github.com/go-jose/go-jose/v3/.gitignore

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

go/ql/test/experimental/CWE-321-V2/vendor/github.com/go-jose/go-jose/v3/.golangci.yml

Lines changed: 53 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

go/ql/test/experimental/CWE-321-V2/vendor/github.com/go-jose/go-jose/v3/.travis.yml

Lines changed: 33 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

go/ql/test/experimental/CWE-321-V2/vendor/github.com/go-jose/go-jose/v3/CHANGELOG.md

Lines changed: 78 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

go/ql/test/experimental/CWE-321-V2/vendor/github.com/go-jose/go-jose/v3/CONTRIBUTING.md

Lines changed: 15 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)