Skip to content

Commit ef32d89

Browse files
Bump google.golang.org/protobuf
Bumps google.golang.org/protobuf from 1.30.0 to 1.33.0. --- updated-dependencies: - dependency-name: google.golang.org/protobuf dependency-version: 1.33.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent fb8b569 commit ef32d89

Some content is hidden

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

73 files changed

+12651
-432
lines changed

go/ql/test/query-tests/Security/CWE-347/go.mod

Lines changed: 1 addition & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -3,35 +3,12 @@ module main
33
go 1.18
44

55
require (
6-
github.com/gin-gonic/gin v1.9.1
76
github.com/go-jose/go-jose/v3 v3.0.0
87
github.com/golang-jwt/jwt/v5 v5.0.0
98
)
109

1110
require (
12-
github.com/bytedance/sonic v1.9.1 // indirect
13-
github.com/chenzhuoyu/base64x v0.0.0-20221115062448-fe3a3abad311 // indirect
14-
github.com/gabriel-vasile/mimetype v1.4.2 // indirect
15-
github.com/gin-contrib/sse v0.1.0 // indirect
16-
github.com/go-playground/locales v0.14.1 // indirect
17-
github.com/go-playground/universal-translator v0.18.1 // indirect
18-
github.com/go-playground/validator/v10 v10.14.0 // indirect
19-
github.com/goccy/go-json v0.10.2 // indirect
20-
github.com/json-iterator/go v1.1.12 // indirect
21-
github.com/klauspost/cpuid/v2 v2.2.4 // indirect
22-
github.com/leodido/go-urn v1.2.4 // indirect
23-
github.com/mattn/go-isatty v0.0.19 // indirect
24-
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
25-
github.com/modern-go/reflect2 v1.0.2 // indirect
26-
github.com/pelletier/go-toml/v2 v2.0.8 // indirect
27-
github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
28-
github.com/ugorji/go/codec v1.2.11 // indirect
29-
golang.org/x/arch v0.3.0 // indirect
30-
golang.org/x/net v0.10.0 // indirect
31-
golang.org/x/sys v0.11.0 // indirect
32-
golang.org/x/text v0.12.0 // indirect
33-
google.golang.org/protobuf v1.30.0 // indirect
34-
gopkg.in/yaml.v3 v3.0.1 // indirect
3511
github.com/google/go-cmp v0.5.9 // indirect
12+
github.com/stretchr/testify v1.8.3 // indirect
3613
golang.org/x/crypto v0.12.0 // indirect
3714
)

go/ql/test/query-tests/Security/CWE-347/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/query-tests/Security/CWE-347/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/query-tests/Security/CWE-347/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/query-tests/Security/CWE-347/vendor/github.com/go-jose/go-jose/v3/BUG-BOUNTY.md

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

go/ql/test/query-tests/Security/CWE-347/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.

go/ql/test/query-tests/Security/CWE-347/vendor/github.com/go-jose/go-jose/v3/LICENSE

Lines changed: 202 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)