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:
authorfeistel <6742251-feistel@users.noreply.gitlab.com>2021-08-25 03:44:27 +0300
committerJaime Martinez <jmartinez@gitlab.com>2021-08-25 03:44:27 +0300
commit76eadf2e34352edaa9f7d6be746fc8564b9bc9ef (patch)
treea2f220293450c7ced931090c37c138b478bdef96 /go.mod
parent84a77c9ef1766b81510e06d7c9d77129830b029f (diff)
build: move tools/dev dependencies to a separate go.mod
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod3
1 files changed, 0 insertions, 3 deletions
diff --git a/go.mod b/go.mod
index f16ed172..91131c18 100644
--- a/go.mod
+++ b/go.mod
@@ -6,7 +6,6 @@ require (
github.com/andybalholm/brotli v1.0.3
github.com/golang-jwt/jwt/v4 v4.0.0
github.com/golang/mock v1.3.1
- github.com/golangci/golangci-lint v1.27.0
github.com/gorilla/handlers v1.4.2
github.com/gorilla/mux v1.8.0
github.com/gorilla/securecookie v1.1.1
@@ -20,7 +19,6 @@ require (
github.com/prometheus/client_golang v1.6.0
github.com/rs/cors v1.7.0
github.com/sirupsen/logrus v1.7.0
- github.com/stretchr/objx v0.2.0 // indirect
github.com/stretchr/testify v1.6.1
github.com/tj/assert v0.0.3 // indirect
github.com/tj/go-redirects v0.0.0-20180508180010-5c02ead0bbc5
@@ -29,5 +27,4 @@ require (
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
golang.org/x/net v0.0.0-20201202161906-c7110b5ffcbb
golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1
- gotest.tools/gotestsum v1.7.0
)