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-10-01 15:46:37 +0300
committerfeistel <6742251-feistel@users.noreply.gitlab.com>2021-11-17 18:47:19 +0300
commit29c0520befcb468e8071bb7f1907626767889a65 (patch)
treee3c0630f2aba7d9285095d6fd129dea9f3ccc657 /go.mod
parent1a00719667fdd852727b8fcbad67f722296fa5f7 (diff)
build: bump gomock to 1.6.0
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod4
1 files changed, 2 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index f526563f..95b588e8 100644
--- a/go.mod
+++ b/go.mod
@@ -8,7 +8,7 @@ go 1.16
require (
github.com/golang-jwt/jwt/v4 v4.1.0
- github.com/golang/mock v1.3.1
+ github.com/golang/mock v1.6.0
github.com/gorilla/handlers v1.4.2
github.com/gorilla/mux v1.8.0
github.com/gorilla/securecookie v1.1.1
@@ -27,7 +27,7 @@ require (
gitlab.com/gitlab-org/go-mimedb v1.45.0
gitlab.com/gitlab-org/labkit v1.3.0
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
- golang.org/x/net v0.0.0-20201202161906-c7110b5ffcbb
+ golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4
golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1
golang.org/x/time v0.0.0-20190308202827-9d24e82272b4
)