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-11-05 22:17:48 +0300
committerGitLab Renovate Bot <gitlab-bot@gitlab.com>2023-11-05 22:17:48 +0300
commit5f4d1b73f7338d3960fc8c13a492482368a48a75 (patch)
tree8428b7a9244a0ef0d4b1bf195d1eb22231f1a3ba /go.mod
parent27c081fad0bc2a29f0392dad809e00faa4a5a618 (diff)
Update module github.com/gorilla/handlers to v1.5.2
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 d5bfd5c3..5dbb9072 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.5.1
+ github.com/gorilla/handlers v1.5.2
github.com/gorilla/mux v1.8.0
github.com/gorilla/securecookie v1.1.1
github.com/gorilla/sessions v1.2.1
@@ -41,7 +41,7 @@ require (
github.com/cespare/xxhash/v2 v2.2.0 // 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/felixge/httpsnoop v1.0.3 // 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.3 // indirect