Skip to content

Commit cdfb26f

Browse files
chore(deps): bump google.golang.org/grpc from 1.54.0 to 1.60.0
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.54.0 to 1.60.0. - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](grpc/grpc-go@v1.54.0...v1.60.0) --- updated-dependencies: - dependency-name: google.golang.org/grpc dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3c5b69a commit cdfb26f

File tree

2 files changed

+54
-38
lines changed

2 files changed

+54
-38
lines changed

go.mod

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ require (
3636
github.com/stretchr/testify v1.8.2
3737
github.com/tj/assert v0.0.3
3838
github.com/valyala/fasttemplate v1.2.2
39-
google.golang.org/genproto v0.0.0-20230110181048-76db0878b65f
40-
google.golang.org/grpc v1.54.0
41-
google.golang.org/protobuf v1.30.0
39+
google.golang.org/genproto/googleapis/api v0.0.0-20231002182017-d307bd883b97
40+
google.golang.org/grpc v1.60.0
41+
google.golang.org/protobuf v1.31.0
4242
gopkg.in/yaml.v2 v2.4.0
4343
k8s.io/api v0.25.8
4444
k8s.io/apiextensions-apiserver v0.25.8
@@ -59,7 +59,7 @@ require (
5959
require github.com/matryer/is v1.4.0 // indirect
6060

6161
require (
62-
cloud.google.com/go/compute v1.15.1 // indirect
62+
cloud.google.com/go/compute v1.23.0 // indirect
6363
cloud.google.com/go/compute/metadata v0.2.3 // indirect
6464
github.com/Azure/go-autorest v14.2.0+incompatible // indirect
6565
github.com/Azure/go-autorest/autorest v0.11.27 // indirect
@@ -73,6 +73,8 @@ require (
7373
github.com/google/go-github/v41 v41.0.0 // indirect
7474
github.com/google/go-github/v45 v45.2.0 // indirect
7575
github.com/russross/blackfriday v1.6.0 // indirect
76+
google.golang.org/genproto v0.0.0-20231002182017-d307bd883b97 // indirect
77+
google.golang.org/genproto/googleapis/rpc v0.0.0-20231002182017-d307bd883b97 // indirect
7678
)
7779

7880
require (
@@ -111,15 +113,15 @@ require (
111113
github.com/go-openapi/jsonreference v0.20.0 // indirect
112114
github.com/go-openapi/swag v0.21.1 // indirect
113115
github.com/golang-jwt/jwt/v4 v4.4.3 // indirect
114-
github.com/golang/glog v1.0.0 // indirect
116+
github.com/golang/glog v1.1.2 // indirect
115117
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
116118
github.com/google/btree v1.1.2 // indirect
117119
github.com/google/gnostic v0.6.9 // indirect
118120
github.com/google/go-cmp v0.5.9 // indirect
119121
github.com/google/go-querystring v1.1.0 // indirect
120122
github.com/google/gofuzz v1.2.0 // indirect
121123
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
122-
github.com/google/uuid v1.3.0 // indirect
124+
github.com/google/uuid v1.3.1 // indirect
123125
github.com/gorilla/websocket v1.5.0 // indirect
124126
github.com/gregdel/pushover v1.1.0 // indirect
125127
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 // indirect
@@ -168,18 +170,18 @@ require (
168170
github.com/whilp/git-urls v0.0.0-20191001220047-6db9661140c0 // indirect
169171
github.com/xlab/treeprint v1.1.0 // indirect
170172
go.starlark.net v0.0.0-20200306205701-8dd3e2ee1dd5 // indirect
171-
golang.org/x/crypto v0.5.0 // indirect
173+
golang.org/x/crypto v0.14.0 // indirect
172174
golang.org/x/mod v0.8.0 // indirect
173-
golang.org/x/net v0.8.0 // indirect
174-
golang.org/x/oauth2 v0.5.0 // indirect
175-
golang.org/x/sys v0.7.0 // indirect
176-
golang.org/x/term v0.6.0 // indirect
177-
golang.org/x/text v0.8.0 // indirect
175+
golang.org/x/net v0.16.0 // indirect
176+
golang.org/x/oauth2 v0.13.0 // indirect
177+
golang.org/x/sys v0.13.0 // indirect
178+
golang.org/x/term v0.13.0 // indirect
179+
golang.org/x/text v0.13.0 // indirect
178180
golang.org/x/time v0.3.0 // indirect
179181
golang.org/x/tools v0.6.0 // indirect
180182
gomodules.xyz/envconfig v1.3.1-0.20190308184047-426f31af0d45 // indirect
181183
gomodules.xyz/notify v0.1.1 // indirect
182-
google.golang.org/appengine v1.6.7 // indirect
184+
google.golang.org/appengine v1.6.8 // indirect
183185
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
184186
gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df // indirect
185187
gopkg.in/inf.v0 v0.9.1 // indirect

0 commit comments

Comments
 (0)