Skip to content

Commit 6ecc131

Browse files
Bump the go_modules group across 1 directory with 3 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). 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) --- 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 ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6fa6093 commit 6ecc131

Some content is hidden

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

74 files changed

+12982
-346
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)