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

go.work - gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ca301e694f66460402912f8c1cb296cf68fe0444 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
go 1.18

use (
	.
	./client
	./proto
	./structerr
)

replace (
	gitlab.com/gitlab-org/gitaly/client/v15 v15.9.0-rc3 => ./client
	gitlab.com/gitlab-org/gitaly/proto/v15 v15.9.0-rc3 => ./proto
	gitlab.com/gitlab-org/gitaly/structerr/v15 v15.9.0-rc3 => ./structerr
)