Skip to content

Commit 9e8c299

Browse files
Bump google.golang.org/grpc from 1.61.0 to 1.79.3
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.61.0 to 1.79.3. - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](grpc/grpc-go@v1.61.0...v1.79.3) --- updated-dependencies: - dependency-name: google.golang.org/grpc dependency-version: 1.79.3 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3264362 commit 9e8c299

File tree

2 files changed

+67
-59
lines changed

2 files changed

+67
-59
lines changed

go.mod

Lines changed: 19 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ require (
1414
github.com/fatih/color v1.15.0
1515
github.com/fsnotify/fsnotify v1.6.0
1616
github.com/go-redis/redis/v9 v9.0.0-beta.1
17-
github.com/google/go-cmp v0.6.0
17+
github.com/google/go-cmp v0.7.0
1818
github.com/google/go-containerregistry v0.19.1
1919
github.com/google/uuid v1.6.0
2020
github.com/lf-edge/eden/eserver v0.0.0-20220711180217-6e2bfa9c3f67
@@ -27,7 +27,7 @@ require (
2727
github.com/nerd2/gexto v0.0.0-20190529073929-39468ec063f6
2828
github.com/onsi/gomega v1.29.0
2929
github.com/packethost/packngo v0.25.0
30-
github.com/rogpeppe/go-internal v1.11.0
30+
github.com/rogpeppe/go-internal v1.14.1
3131
github.com/satori/go.uuid v1.2.1-0.20181028125025-b2ce2384e17b
3232
github.com/sirupsen/logrus v1.9.3
3333
github.com/spf13/cobra v1.8.0
@@ -36,21 +36,21 @@ require (
3636
github.com/stretchr/testify v1.11.1
3737
github.com/thediveo/enumflag v0.10.1
3838
github.com/tmc/scp v0.0.0-20170824174625-f7b48647feef
39-
golang.org/x/crypto v0.45.0
39+
golang.org/x/crypto v0.46.0
4040
golang.org/x/exp v0.0.0-20220827204233-334a2380cb91
41-
golang.org/x/net v0.47.0
42-
golang.org/x/oauth2 v0.30.0
43-
golang.org/x/term v0.37.0
44-
golang.org/x/text v0.31.0
41+
golang.org/x/net v0.48.0
42+
golang.org/x/oauth2 v0.34.0
43+
golang.org/x/term v0.38.0
44+
golang.org/x/text v0.32.0
4545
google.golang.org/api v0.160.0
46-
google.golang.org/protobuf v1.36.3
46+
google.golang.org/protobuf v1.36.10
4747
gopkg.in/errgo.v2 v2.1.0
4848
gopkg.in/yaml.v2 v2.4.0
4949
oras.land/oras-go v1.2.5
5050
)
5151

5252
require (
53-
cloud.google.com/go/compute/metadata v0.3.0 // indirect
53+
cloud.google.com/go/compute/metadata v0.9.0 // indirect
5454
cyphar.com/go-pathrs v0.2.1 // indirect
5555
github.com/AdaLogics/go-fuzz-headers v0.0.0-20230811130428-ced1acdcaa24 // indirect
5656
github.com/AdamKorcz/go-118-fuzz-build v0.0.0-20231105174938-2b5cbb29f3e2 // indirect
@@ -59,7 +59,7 @@ require (
5959
github.com/Microsoft/hcsshim v0.11.7 // indirect
6060
github.com/beorn7/perks v1.0.1 // indirect
6161
github.com/bugsnag/bugsnag-go v1.5.3 // indirect
62-
github.com/cespare/xxhash/v2 v2.2.0 // indirect
62+
github.com/cespare/xxhash/v2 v2.3.0 // indirect
6363
github.com/containerd/cgroups v1.1.0 // indirect
6464
github.com/containerd/containerd/api v1.8.0 // indirect
6565
github.com/containerd/continuity v0.4.4 // indirect
@@ -80,7 +80,7 @@ require (
8080
github.com/docker/go-units v0.5.0 // indirect
8181
github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7 // indirect
8282
github.com/felixge/httpsnoop v1.0.4 // indirect
83-
github.com/go-logr/logr v1.4.2 // indirect
83+
github.com/go-logr/logr v1.4.3 // indirect
8484
github.com/go-logr/stdr v1.2.2 // indirect
8585
github.com/go-resty/resty/v2 v2.7.0 // indirect
8686
github.com/gogo/protobuf v1.3.2 // indirect
@@ -129,15 +129,16 @@ require (
129129
github.com/yvasiyarov/gorelic v0.0.7 // indirect
130130
github.com/yvasiyarov/newrelic_platform_go v0.0.0-20160601141957-9c099fbc30e9 // indirect
131131
go.opencensus.io v0.24.0 // indirect
132+
go.opentelemetry.io/auto/sdk v1.2.1 // indirect
132133
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.48.0 // indirect
133-
go.opentelemetry.io/otel v1.23.1 // indirect
134-
go.opentelemetry.io/otel/metric v1.23.1 // indirect
135-
go.opentelemetry.io/otel/trace v1.23.1 // indirect
136-
golang.org/x/sync v0.18.0 // indirect
137-
golang.org/x/sys v0.38.0 // indirect
134+
go.opentelemetry.io/otel v1.39.0 // indirect
135+
go.opentelemetry.io/otel/metric v1.39.0 // indirect
136+
go.opentelemetry.io/otel/trace v1.39.0 // indirect
137+
golang.org/x/sync v0.19.0 // indirect
138+
golang.org/x/sys v0.39.0 // indirect
138139
google.golang.org/genproto v0.0.0-20240205150955-31a09d347014 // indirect
139-
google.golang.org/genproto/googleapis/rpc v0.0.0-20240401170217-c3f982113cda // indirect
140-
google.golang.org/grpc v1.61.0 // indirect
140+
google.golang.org/genproto/googleapis/rpc v0.0.0-20251202230838-ff82c1b0f217 // indirect
141+
google.golang.org/grpc v1.79.3 // indirect
141142
gopkg.in/ini.v1 v1.66.6 // indirect
142143
gopkg.in/yaml.v3 v3.0.1 // indirect
143144
)

0 commit comments

Comments
 (0)