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

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

go 1.19

require mvdan.cc/gofumpt v0.5.0

require (
	github.com/google/go-cmp v0.5.9 // indirect
	golang.org/x/mod v0.10.0 // indirect
	golang.org/x/sync v0.1.0 // indirect
	golang.org/x/tools v0.8.0 // indirect
)