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

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

go 1.20

require golang.org/x/tools v0.14.0

require (
	golang.org/x/mod v0.13.0 // indirect
	golang.org/x/sys v0.13.0 // indirect
)