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-23 20:17:57 +0300
committerGitLab Renovate Bot <gitlab-bot@gitlab.com>2023-11-23 20:17:57 +0300
commit4a2fc0e612650cb7ee65a1700116e1e36630ff9d (patch)
tree07510c361c72d5f9f49ea4247022e7458a646789 /go.mod
parent61bde9a8820d7d2240dc220cf662f6083deeafbb (diff)
Update module github.com/gorilla/sessions to v1.2.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 2ded0712..56368404 100644
--- a/go.mod
+++ b/go.mod
@@ -12,8 +12,8 @@ require (
github.com/golang/mock v1.6.0
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
+ github.com/gorilla/securecookie v1.1.2
+ github.com/gorilla/sessions v1.2.2
github.com/hashicorp/go-multierror v1.1.1
github.com/karlseguin/ccache/v3 v3.0.5
github.com/namsral/flag v1.7.4-pre