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

gitlab.com/gitlab-org/gitlab-pages.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorJaime Martinez <jmartinez@gitlab.com>2020-05-28 02:57:33 +0300
committerJaime Martinez <jmartinez@gitlab.com>2020-05-28 04:11:34 +0300
commitfcc4821ce03aa2f1c44c9a4b705f691e648de0d4 (patch)
treeeab631a5ff0dd9332ff2e03afe5f93d4e68d8225 /go.mod
parent08d8a8c4b27ec66485dbc4cbcb0d9088ba52720b (diff)
Use custom code_quality job inspired by the runner
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod3
1 files changed, 3 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index c18dc1ae..84a99d32 100644
--- a/go.mod
+++ b/go.mod
@@ -29,5 +29,8 @@ require (
golang.org/x/lint v0.0.0-20191125180803-fdd1cda4f05f
golang.org/x/net v0.0.0-20200226121028-0de0cce0169b
golang.org/x/sys v0.0.0-20200113162924-86b910548bc1
+ golang.org/x/tools v0.0.0-20200502202811-ed308ab3e770
+ gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
gopkg.in/yaml.v2 v2.2.8
+ honnef.co/go/tools v0.0.1-2020.1.3 // indirect
)