Skip to content
This repository was archived by the owner on Jan 20, 2026. It is now read-only.

Commit 1d8ec35

Browse files
chore(deps): bump google.golang.org/grpc from 1.47.0 to 1.56.3 in /image (#427)
1 parent 19d9f91 commit 1d8ec35

File tree

2 files changed

+12
-106
lines changed

2 files changed

+12
-106
lines changed

image/go.mod

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ require (
1919
github.com/docker/go-connections v0.4.0 // indirect
2020
github.com/docker/go-units v0.5.0 // indirect
2121
github.com/gogo/protobuf v1.3.2 // indirect
22-
github.com/golang/protobuf v1.5.2 // indirect
22+
github.com/golang/protobuf v1.5.3 // indirect
2323
github.com/google/uuid v1.3.0 // indirect
2424
github.com/imdario/mergo v0.3.15 // indirect
2525
github.com/klauspost/compress v1.11.13 // indirect
@@ -37,8 +37,8 @@ require (
3737
golang.org/x/exp v0.0.0-20230510235704-dd950f8aeaea // indirect
3838
golang.org/x/net v0.17.0 // indirect
3939
golang.org/x/sys v0.13.0 // indirect
40-
google.golang.org/genproto v0.0.0-20220617124728-180714bec0ad // indirect
41-
google.golang.org/grpc v1.47.0 // indirect
42-
google.golang.org/protobuf v1.28.0 // indirect
40+
google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect
41+
google.golang.org/grpc v1.56.3 // indirect
42+
google.golang.org/protobuf v1.30.0 // indirect
4343
gopkg.in/yaml.v3 v3.0.1 // indirect
4444
)

0 commit comments

Comments
 (0)