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: 8edb4e9fe05857325992ba4fd902f78f7a8522ba (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.11.1

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