aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-03-07 01:49:16 +0000
committerGitHub <noreply@github.com>2024-03-07 01:49:16 +0000
commitc3b708f7af4fca98ff019656d2afa35ab974c37c (patch)
tree154b4b4f38976d5b5ac1f78e7204f44f001a51c5 /go.mod
parenteede36ca2465a062b22415400d3066dd35e4a752 (diff)
downloadx-c3b708f7af4fca98ff019656d2afa35ab974c37c.tar.xz
x-c3b708f7af4fca98ff019656d2afa35ab974c37c.zip
build(deps): bump google.golang.org/grpc from 1.61.0 to 1.62.1 (#563)
* build(deps): bump google.golang.org/grpc from 1.61.0 to 1.62.1 Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.61.0 to 1.62.1. - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](https://github.com/grpc/grpc-go/compare/v1.61.0...v1.62.1) --- updated-dependencies: - dependency-name: google.golang.org/grpc dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Bump Go mod SRI --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Mimi <mimi@xeserv.us>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod4
1 files changed, 2 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index 7faa16e..313fd09 100644
--- a/go.mod
+++ b/go.mod
@@ -46,7 +46,7 @@ require (
golang.org/x/crypto v0.19.0
golang.org/x/oauth2 v0.16.0
golang.org/x/sync v0.6.0
- google.golang.org/grpc v1.61.0
+ google.golang.org/grpc v1.62.1
honnef.co/go/transmission v0.0.0-20200712215954-58262f0ca9c9
modernc.org/sqlite v1.29.1
nhooyr.io/websocket v1.8.10
@@ -101,7 +101,7 @@ require (
github.com/valyala/fasthttp v1.51.0 // indirect
github.com/vektah/gqlparser/v2 v2.5.1 // indirect
golang.org/x/arch v0.6.0 // indirect
- google.golang.org/genproto/googleapis/rpc v0.0.0-20231106174013-bbf56f31fb17 // indirect
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20240123012728-ef4313101c80 // indirect
modernc.org/gc/v3 v3.0.0-20240107210532-573471604cb6 // indirect
modernc.org/libc v1.41.0 // indirect
modernc.org/mathutil v1.6.0 // indirect