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:
authorKassio Borges <kborges@gitlab.com>2022-03-16 20:40:24 +0300
committerKassio Borges <kborges@gitlab.com>2022-03-16 21:17:00 +0300
commit8bb08f8f0b8e0366b2a3b75767d011aec35b265b (patch)
tree6d9dbc17680fb812eab5c92a98ea54680bcee1dd /go.mod
parent8d0041e051d16bb44208a5992e88ff7cd33a14e8 (diff)
Changelog: changed
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 84785709..1fa6ee7d 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