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: c2e22ce17ba5ed9d9eeb1846e22a619c5bb61876 (plain)
1
2
3
4
5
6
7
8
9
10
module gitlab.com/gitlab-org/gitaly/tools/goimports

go 1.19

require golang.org/x/tools v0.10.0

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