Skip to content

Commit bd2b63c

Browse files
chore(deps): bump google.golang.org/grpc from 1.65.0 to 1.71.0 (#94)
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.65.0 to 1.71.0. - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](grpc/grpc-go@v1.65.0...v1.71.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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 173acb7 commit bd2b63c

File tree

2 files changed

+27
-2641
lines changed

2 files changed

+27
-2641
lines changed

go.mod

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11
module go.flipt.io/flipt-grpc
22

33
go 1.17
4+
toolchain go1.24.1
45

56
require (
6-
google.golang.org/genproto/googleapis/api v0.0.0-20240528184218-531527333157
7-
google.golang.org/grpc v1.65.0
7+
google.golang.org/genproto/googleapis/api v0.0.0-20250106144421-5f5ef82da422
8+
google.golang.org/grpc v1.71.0
89
google.golang.org/protobuf v1.36.5
910
)
1011

1112
require (
1213
golang.org/x/net v0.36.0 // indirect
1314
golang.org/x/sys v0.30.0 // indirect
1415
golang.org/x/text v0.22.0 // indirect
15-
google.golang.org/genproto/googleapis/rpc v0.0.0-20240528184218-531527333157 // indirect
16+
google.golang.org/genproto/googleapis/rpc v0.0.0-20250115164207-1a7da9e5054f // indirect
1617
)

0 commit comments

Comments
 (0)