mirror of
https://github.com/dokku/dokku.git
synced 2026-02-24 04:00:36 +01:00
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](https://github.com/grpc/grpc-go/compare/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>
18 lines
434 B
Modula-2
18 lines
434 B
Modula-2
module github.com/dokku/dokko/tests/apps/gorpc
|
|
|
|
go 1.25.5
|
|
|
|
require (
|
|
golang.org/x/net v0.47.0 // indirect
|
|
golang.org/x/sys v0.38.0 // indirect
|
|
golang.org/x/text v0.31.0 // indirect
|
|
google.golang.org/grpc v1.78.0
|
|
)
|
|
|
|
require (
|
|
google.golang.org/grpc/examples v0.0.0-20240118175532-987df1309236
|
|
google.golang.org/protobuf v1.36.11
|
|
)
|
|
|
|
require google.golang.org/genproto/googleapis/rpc v0.0.0-20251029180050-ab9386a59fda // indirect
|