Skip to content

Commit c87419c

Browse files
chore(deps): bump google.golang.org/grpc from 1.77.0 to 1.78.0
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.77.0 to 1.78.0. - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](grpc/grpc-go@v1.77.0...v1.78.0) --- updated-dependencies: - dependency-name: google.golang.org/grpc dependency-version: 1.78.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d60ddfd commit c87419c

2 files changed

Lines changed: 73 additions & 107 deletions

File tree

go.mod

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ require (
3030
github.com/spf13/viper v1.21.0
3131
github.com/stretchr/testify v1.11.1
3232
google.golang.org/genproto/googleapis/api v0.0.0-20260114163908-3f89685c29c3
33-
google.golang.org/grpc v1.77.0
33+
google.golang.org/grpc v1.78.0
3434
google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.6.0
3535
google.golang.org/protobuf v1.36.11
3636
gopkg.in/yaml.v3 v3.0.1
@@ -67,6 +67,7 @@ require (
6767
github.com/bufbuild/protocompile v0.14.2-0.20260114160500-16922e24f2b6 // indirect
6868
github.com/bufbuild/protoplugin v0.0.0-20250218205857-750e09ce93e1 // indirect
6969
github.com/catppuccin/go v0.3.0 // indirect
70+
github.com/cespare/xxhash/v2 v2.3.0 // indirect
7071
github.com/charmbracelet/bubbles v0.21.1-0.20250623103423-23b8fd6302d7 // indirect
7172
github.com/charmbracelet/bubbletea v1.3.6 // indirect
7273
github.com/charmbracelet/colorprofile v0.2.3-0.20250311203215-f60798e515dc // indirect
@@ -195,5 +196,6 @@ require (
195196
google.golang.org/genproto/googleapis/rpc v0.0.0-20260114163908-3f89685c29c3 // indirect
196197
gopkg.in/ini.v1 v1.67.0 // indirect
197198
gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect
199+
mvdan.cc/xurls/v2 v2.6.0 // indirect
198200
pluginrpc.com/pluginrpc v0.5.0 // indirect
199201
)

0 commit comments

Comments
 (0)