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
diff options
context:
space:
mode:
authorfeistel <6742251-feistel@users.noreply.gitlab.com>2021-10-01 15:46:37 +0300
committerfeistel <6742251-feistel@users.noreply.gitlab.com>2021-11-17 18:47:19 +0300
commit29c0520befcb468e8071bb7f1907626767889a65 (patch)
treee3c0630f2aba7d9285095d6fd129dea9f3ccc657 /tools/go.mod
parent1a00719667fdd852727b8fcbad67f722296fa5f7 (diff)
build: bump gomock to 1.6.0
Diffstat (limited to 'tools/go.mod')
-rw-r--r--tools/go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/go.mod b/tools/go.mod
index 8a1f888f..ede3aa12 100644
--- a/tools/go.mod
+++ b/tools/go.mod
@@ -3,7 +3,7 @@ module gitlab.com/gitlab-org/gitlab-pages/tools
go 1.16
require (
- github.com/golang/mock v1.3.1
+ github.com/golang/mock v1.6.0
github.com/golangci/golangci-lint v1.27.0
gotest.tools/gotestsum v1.7.0
)