Welcome to mirror list, hosted at ThFree Co, Russian Federation.

go.mod « protoc-gen-go-grpc « tools - gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 39fe70305e09c236160b45299c806d06b0a88fb2 (plain)
1
2
3
4
5
6
7
8
9
10
module gitlab.com/gitlab-org/gitaly/tools/protoc-gen-go-grpc

go 1.17

require (
	google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.2.0
	google.golang.org/protobuf v1.28.0 // indirect
)

require github.com/google/go-cmp v0.5.9 // indirect