Skip to content

Commit da3c675

Browse files
Bump google.golang.org/grpc
Bumps the go_modules group with 1 update in the /go/ql/test/query-tests/Security/CWE-798 directory: [google.golang.org/grpc](https://github.com/grpc/grpc-go). Updates `google.golang.org/grpc` from 1.40.0 to 1.79.3 - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](grpc/grpc-go@v1.40.0...v1.79.3) --- updated-dependencies: - dependency-name: google.golang.org/grpc dependency-version: 1.79.3 dependency-type: indirect dependency-group: go_modules ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2e7da72 commit da3c675

File tree

3,160 files changed

+1351253
-2059
lines changed

Some content is hidden

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

3,160 files changed

+1351253
-2059
lines changed

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

Lines changed: 17 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module main
22

3-
go 1.18
3+
go 1.24.0
44

55
require (
66
github.com/appleboy/gin-jwt/v2 v2.8.0
@@ -24,7 +24,7 @@ require (
2424
github.com/Shopify/goreferrer v0.0.0-20220729165902-8cddb4f5de06 // indirect
2525
github.com/andybalholm/brotli v1.0.5 // indirect
2626
github.com/aymerick/douceur v0.2.0 // indirect
27-
github.com/cespare/xxhash/v2 v2.1.2 // indirect
27+
github.com/cespare/xxhash/v2 v2.3.0 // indirect
2828
github.com/clbanning/mxj/v2 v2.5.5 // indirect
2929
github.com/davecgh/go-spew v1.1.1 // indirect
3030
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
@@ -37,15 +37,17 @@ require (
3737
github.com/gin-gonic/gin v1.7.7 // indirect
3838
github.com/go-kit/log v0.2.0 // indirect
3939
github.com/go-logfmt/logfmt v0.5.1 // indirect
40+
github.com/go-logr/logr v1.4.3 // indirect
41+
github.com/go-logr/stdr v1.2.2 // indirect
4042
github.com/go-playground/locales v0.13.0 // indirect
4143
github.com/go-playground/universal-translator v0.17.0 // indirect
4244
github.com/go-playground/validator/v10 v10.4.1 // indirect
4345
github.com/go-redis/redis/v8 v8.11.5 // indirect
4446
github.com/go-sql-driver/mysql v1.6.0 // indirect
4547
github.com/gogf/gf/v2 v2.0.0-rc3 // indirect
46-
github.com/golang/protobuf v1.5.2 // indirect
48+
github.com/golang/protobuf v1.5.4 // indirect
4749
github.com/golang/snappy v0.0.4 // indirect
48-
github.com/google/uuid v1.3.0 // indirect
50+
github.com/google/uuid v1.6.0 // indirect
4951
github.com/gorilla/css v1.0.0 // indirect
5052
github.com/gorilla/websocket v1.5.0 // indirect
5153
github.com/grokify/html-strip-tags-go v0.0.1 // indirect
@@ -80,17 +82,19 @@ require (
8082
github.com/vmihailenco/msgpack/v5 v5.3.5 // indirect
8183
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
8284
github.com/yosssi/ace v0.0.5 // indirect
83-
go.opentelemetry.io/otel v1.0.0 // indirect
84-
go.opentelemetry.io/otel/sdk v1.0.0 // indirect
85-
go.opentelemetry.io/otel/trace v1.0.0 // indirect
86-
golang.org/x/crypto v0.7.0 // indirect
87-
golang.org/x/net v0.8.0 // indirect
88-
golang.org/x/sys v0.6.0 // indirect
89-
golang.org/x/text v0.8.0 // indirect
85+
go.opentelemetry.io/auto/sdk v1.2.1 // indirect
86+
go.opentelemetry.io/otel v1.39.0 // indirect
87+
go.opentelemetry.io/otel/metric v1.39.0 // indirect
88+
go.opentelemetry.io/otel/sdk v1.39.0 // indirect
89+
go.opentelemetry.io/otel/trace v1.39.0 // indirect
90+
golang.org/x/crypto v0.46.0 // indirect
91+
golang.org/x/net v0.48.0 // indirect
92+
golang.org/x/sys v0.39.0 // indirect
93+
golang.org/x/text v0.32.0 // indirect
9094
golang.org/x/time v0.3.0 // indirect
9195
google.golang.org/genproto v0.0.0-20210917145530-b395a37504d4 // indirect
92-
google.golang.org/grpc v1.40.0 // indirect
93-
google.golang.org/protobuf v1.29.0 // indirect
96+
google.golang.org/grpc v1.79.3 // indirect
97+
google.golang.org/protobuf v1.36.10 // indirect
9498
gopkg.in/ini.v1 v1.67.0 // indirect
9599
gopkg.in/yaml.v2 v2.4.0 // indirect
96100
gopkg.in/yaml.v3 v3.0.1 // indirect

go/ql/test/query-tests/Security/CWE-798/vendor/github.com/BurntSushi/toml/.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-798/vendor/github.com/BurntSushi/toml/COPYING

Lines changed: 21 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-798/vendor/github.com/BurntSushi/toml/README.md

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