mirror of
https://github.com/dokku/dokku.git
synced 2025-12-29 00:25:08 +01:00
Bumps google.golang.org/protobuf from 1.36.0 to 1.36.1. --- updated-dependencies: - dependency-name: google.golang.org/protobuf dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
18 lines
433 B
Modula-2
18 lines
433 B
Modula-2
module github.com/dokku/dokko/tests/apps/gorpc
|
|
|
|
go 1.23.2
|
|
|
|
require (
|
|
golang.org/x/net v0.30.0 // indirect
|
|
golang.org/x/sys v0.26.0 // indirect
|
|
golang.org/x/text v0.19.0 // indirect
|
|
google.golang.org/grpc v1.69.2
|
|
)
|
|
|
|
require (
|
|
google.golang.org/grpc/examples v0.0.0-20240118175532-987df1309236
|
|
google.golang.org/protobuf v1.36.1
|
|
)
|
|
|
|
require google.golang.org/genproto/googleapis/rpc v0.0.0-20241015192408-796eee8c2d53 // indirect
|