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

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

go 1.16

require (
	github.com/golang/mock v1.6.0
	github.com/golangci/golangci-lint v1.43.0
	gotest.tools/gotestsum v1.7.0
)