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

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

go 1.17

require google.golang.org/protobuf v1.28.1

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