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:
authorVladimir Shushlin <vshushlin@gitlab.com>2022-03-18 16:21:22 +0300
committerVladimir Shushlin <vshushlin@gitlab.com>2022-03-18 16:21:22 +0300
commitc9a01682aaa1bdb4b5c7b0234b8eb14f8ae444e1 (patch)
treedb39183535ae1529187ad768b512cbc4ee1b730c /go.mod
parentcc02518188beef74f9cc64c2411e7afe1c163491 (diff)
parent8bb08f8f0b8e0366b2a3b75767d011aec35b265b (diff)
Merge branch 'kassio/update-go-cmp' into 'master'
Update go-cmp See merge request gitlab-org/gitlab-pages!713
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod1
1 files changed, 1 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index 1e5fd598..762a5acc 100644
--- a/go.mod
+++ b/go.mod
@@ -9,6 +9,7 @@ go 1.16
require (
github.com/golang-jwt/jwt/v4 v4.1.0
github.com/golang/mock v1.6.0
+ github.com/google/go-cmp v0.5.7 // indirect
github.com/gorilla/handlers v1.4.2
github.com/gorilla/mux v1.8.0
github.com/gorilla/securecookie v1.1.1