Skip to content

Commit b283195

Browse files
authored
chore: bump google.golang.org/grpc to v1.64.0 (#1036)
Signed-off-by: Zbynek Roubalik <[email protected]>
1 parent e04c242 commit b283195

File tree

3 files changed

+17
-18
lines changed

3 files changed

+17
-18
lines changed

go.mod

+14-17
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ require (
1616
go.opentelemetry.io/otel/sdk v1.26.0
1717
go.uber.org/mock v0.4.0
1818
golang.org/x/sync v0.7.0
19-
google.golang.org/grpc v1.63.2
19+
google.golang.org/grpc v1.64.0
2020
google.golang.org/protobuf v1.33.0
2121
k8s.io/api v0.29.4
2222
k8s.io/apimachinery v0.29.4
@@ -41,24 +41,9 @@ replace (
4141
)
4242

4343
require (
44+
github.com/beorn7/perks v1.0.1 // indirect
4445
github.com/blang/semver/v4 v4.0.0 // indirect
4546
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
46-
github.com/go-logr/stdr v1.2.2 // indirect
47-
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
48-
github.com/gorilla/websocket v1.5.1 // indirect
49-
github.com/grpc-ecosystem/grpc-gateway/v2 v2.19.1 // indirect
50-
github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f // indirect
51-
go.opentelemetry.io/otel/trace v1.26.0 // indirect
52-
go.opentelemetry.io/proto/otlp v1.2.0 // indirect
53-
go.uber.org/zap v1.27.0 // indirect
54-
google.golang.org/genproto/googleapis/api v0.0.0-20240401170217-c3f982113cda // indirect
55-
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
56-
k8s.io/component-base v0.29.4 // indirect
57-
k8s.io/gengo v0.0.0-20240129211411-f967bbeff4b4 // indirect
58-
)
59-
60-
require (
61-
github.com/beorn7/perks v1.0.1 // indirect
6247
github.com/cespare/xxhash/v2 v2.3.0 // indirect
6348
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
6449
github.com/emicklei/go-restful/v3 v3.12.0 // indirect
@@ -67,10 +52,12 @@ require (
6752
github.com/expr-lang/expr v1.16.5 // indirect
6853
github.com/fsnotify/fsnotify v1.7.0 // indirect
6954
github.com/go-errors/errors v1.5.1 // indirect
55+
github.com/go-logr/stdr v1.2.2 // indirect
7056
github.com/go-logr/zapr v1.3.0 // indirect
7157
github.com/go-openapi/jsonpointer v0.21.0 // indirect
7258
github.com/go-openapi/jsonreference v0.21.0 // indirect
7359
github.com/go-openapi/swag v0.23.0 // indirect
60+
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
7461
github.com/gogo/protobuf v1.3.2 // indirect
7562
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
7663
github.com/golang/protobuf v1.5.4 // indirect
@@ -79,6 +66,8 @@ require (
7966
github.com/google/pprof v0.0.0-20240424215950-a892ee059fd6 // indirect
8067
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
8168
github.com/google/uuid v1.6.0 // indirect
69+
github.com/gorilla/websocket v1.5.1 // indirect
70+
github.com/grpc-ecosystem/grpc-gateway/v2 v2.19.1 // indirect
8271
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
8372
github.com/imdario/mergo v0.3.16 // indirect
8473
github.com/inconshreveable/mousetrap v1.1.0 // indirect
@@ -90,6 +79,7 @@ require (
9079
github.com/modern-go/reflect2 v1.0.2 // indirect
9180
github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00 // indirect
9281
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
82+
github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f // indirect
9383
github.com/pkg/errors v0.9.1 // indirect
9484
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
9585
github.com/prometheus/client_golang v1.19.0
@@ -102,8 +92,11 @@ require (
10292
go.opentelemetry.io/otel/exporters/prometheus v0.45.1
10393
go.opentelemetry.io/otel/metric v1.26.0
10494
go.opentelemetry.io/otel/sdk/metric v1.26.0
95+
go.opentelemetry.io/otel/trace v1.26.0 // indirect
96+
go.opentelemetry.io/proto/otlp v1.2.0 // indirect
10597
go.starlark.net v0.0.0-20231121155337-90ade8b19d09 // indirect
10698
go.uber.org/multierr v1.11.0 // indirect
99+
go.uber.org/zap v1.27.0 // indirect
107100
golang.org/x/exp v0.0.0-20240416160154-fe59bbe5cc7f // indirect
108101
golang.org/x/mod v0.17.0 // indirect
109102
golang.org/x/net v0.24.0 // indirect
@@ -114,11 +107,15 @@ require (
114107
golang.org/x/time v0.5.0 // indirect
115108
golang.org/x/tools v0.20.0 // indirect
116109
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
110+
google.golang.org/genproto/googleapis/api v0.0.0-20240401170217-c3f982113cda // indirect
117111
google.golang.org/genproto/googleapis/rpc v0.0.0-20240415180920-8c6c420018be // indirect
112+
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
118113
gopkg.in/inf.v0 v0.9.1 // indirect
119114
gopkg.in/yaml.v2 v2.4.0 // indirect
120115
gopkg.in/yaml.v3 v3.0.1 // indirect
121116
k8s.io/apiextensions-apiserver v0.29.4 // indirect
117+
k8s.io/component-base v0.29.4 // indirect
118+
k8s.io/gengo v0.0.0-20240129211411-f967bbeff4b4 // indirect
122119
k8s.io/klog/v2 v2.120.1 // indirect
123120
k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340 // indirect
124121
knative.dev/pkg v0.0.0-20240423132823-3c6badc82748 // indirect

go.sum

+2
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,8 @@ google.golang.org/genproto/googleapis/rpc v0.0.0-20240415180920-8c6c420018be h1:
227227
google.golang.org/genproto/googleapis/rpc v0.0.0-20240415180920-8c6c420018be/go.mod h1:WtryC6hu0hhx87FDGxWCDptyssuo68sk10vYjF+T9fY=
228228
google.golang.org/grpc v1.63.2 h1:MUeiw1B2maTVZthpU5xvASfTh3LDbxHd6IJ6QQVU+xM=
229229
google.golang.org/grpc v1.63.2/go.mod h1:WAX/8DgncnokcFUldAxq7GeB5DXHDbMF+lLvDomNkRA=
230+
google.golang.org/grpc v1.64.0 h1:KH3VH9y/MgNQg1dE7b3XfVK0GsPSIzJwdF617gUSbvY=
231+
google.golang.org/grpc v1.64.0/go.mod h1:oxjF8E3FBnjp+/gVFYdWacaLDx9na1aqy9oovLpxQYg=
230232
google.golang.org/protobuf v1.33.0 h1:uNO2rsAINq/JlFpSdYEKIZ0uKD/R9cpdv0T+yoGwGmI=
231233
google.golang.org/protobuf v1.33.0/go.mod h1:c6P6GXX6sHbq/GpV6MGZEdwhWPcYBgnhAHhKbcUYpos=
232234
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=

scaler/handlers_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ func TestStreamIsActive(t *testing.T) {
270270
return lis.Dial()
271271
}
272272

273-
conn, err := grpc.DialContext(ctx, "bufnet", grpc.WithContextDialer(bufDialFunc), grpc.WithTransportCredentials(insecure.NewCredentials()))
273+
conn, err := grpc.NewClient("passthrough:///bufnet", grpc.WithContextDialer(bufDialFunc), grpc.WithTransportCredentials(insecure.NewCredentials()))
274274
if err != nil {
275275
t.Fatalf("Failed to dial bufnet: %v", err)
276276
}

0 commit comments

Comments
 (0)