diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-05-30 10:57:08 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-30 10:57:08 +0000 |
| commit | 690311da403f1f59ae35c7deeac523b76acb74ae (patch) | |
| tree | 6e55b94cec884c6477c8ee997885aec73d12f625 /go.mod | |
| parent | 4cd5c1366892ea8c28d390d5a24b8162e3a3ab63 (diff) | |
| download | x-690311da403f1f59ae35c7deeac523b76acb74ae.tar.xz x-690311da403f1f59ae35c7deeac523b76acb74ae.zip | |
build(deps): bump google.golang.org/grpc from 1.62.1 to 1.64.0 (#605)
* build(deps): bump google.golang.org/grpc from 1.62.1 to 1.64.0
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.62.1 to 1.64.0.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](https://github.com/grpc/grpc-go/compare/v1.62.1...v1.64.0)
---
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.mod | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -63,7 +63,7 @@ require ( golang.org/x/crypto v0.23.0 golang.org/x/oauth2 v0.18.0 golang.org/x/sync v0.7.0 - google.golang.org/grpc v1.62.1 + google.golang.org/grpc v1.64.0 gorm.io/gorm v1.25.10 gorm.io/plugin/prometheus v0.1.0 honnef.co/go/transmission v0.0.0-20200712215954-58262f0ca9c9 @@ -216,7 +216,7 @@ require ( go.uber.org/zap v1.26.0 // indirect golang.org/x/arch v0.6.0 // indirect golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 // indirect - google.golang.org/genproto/googleapis/rpc v0.0.0-20240123012728-ef4313101c80 // indirect + google.golang.org/genproto/googleapis/rpc v0.0.0-20240318140521-94a12d6c2237 // indirect gopkg.in/warnings.v0 v0.1.2 // indirect gopkg.in/yaml.v3 v3.0.1 // indirect lukechampine.com/blake3 v1.2.1 // indirect @@ -258,7 +258,7 @@ require ( github.com/godbus/dbus/v5 v5.1.1-0.20230522191255-76236955d466 // indirect github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect - github.com/golang/protobuf v1.5.3 // indirect + github.com/golang/protobuf v1.5.4 // indirect github.com/google/btree v1.1.2 // indirect github.com/google/go-cmp v0.6.0 // indirect github.com/google/go-querystring v1.1.0 // indirect |
