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-09-29 01:24:28 +0300
committerGitLab Renovate Bot <gitlab-bot@gitlab.com>2023-09-29 01:24:28 +0300
commit07bc9076f1e7b13fb4d312e09b5921f0ecc1db75 (patch)
tree838b1520bfc33db1dc05fe107aebd2178291d4ec /go.mod
parent2bcffacc2da585900802b319dc8603e6b8e727b3 (diff)
Update module github.com/gorilla/sessions to v1.2.1
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 21ea117c..bb88308b 100644
--- a/go.mod
+++ b/go.mod
@@ -13,7 +13,7 @@ require (
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
+ github.com/gorilla/sessions v1.2.1
github.com/hashicorp/go-multierror v1.1.1
github.com/karlseguin/ccache/v2 v2.0.8
github.com/namsral/flag v1.7.4-pre