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:
authorGitLab Renovate Bot <gitlab-bot@gitlab.com>2023-06-07 08:18:01 +0300
committerJaime Martinez <jmartinez@gitlab.com>2023-07-20 05:14:31 +0300
commit8ffd56b3138dd356602f6146a0bd327871c9038a (patch)
tree399ba9dc8888368571c61b0f6200e7fd8a0b29dc /go.mod
parent3c574a05160ef92529f9e4f5b733c538182f5ea6 (diff)
Update module github.com/gorilla/handlers to v1.5.1
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod3
1 files changed, 2 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 2384af60..79d91783 100644
--- a/go.mod
+++ b/go.mod
@@ -10,7 +10,7 @@ go 1.18
require (
github.com/golang-jwt/jwt/v4 v4.5.0
github.com/golang/mock v1.6.0
- github.com/gorilla/handlers v1.4.2
+ github.com/gorilla/handlers v1.5.1
github.com/gorilla/mux v1.8.0
github.com/gorilla/securecookie v1.1.1
github.com/gorilla/sessions v1.2.0
@@ -41,6 +41,7 @@ require (
github.com/cespare/xxhash/v2 v2.1.2 // indirect
github.com/client9/reopen v1.0.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
+ github.com/felixge/httpsnoop v1.0.1 // indirect
github.com/getsentry/sentry-go v0.13.0 // indirect
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect
github.com/golang/protobuf v1.5.2 // indirect