Skip to content

Commit 40ff6b1

Browse files
chore(deps): update module github.com/gorilla/sessions to v1.4.0
1 parent 2871fb3 commit 40ff6b1

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

go.mod

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
module flamingo.me/flamingo/v3
22

3-
go 1.22
3+
go 1.23
44

5-
toolchain go1.23.1
5+
toolchain go1.23.2
66

77
require (
88
contrib.go.opencensus.io/exporter/jaeger v0.2.1
@@ -16,7 +16,7 @@ require (
1616
github.com/golang-jwt/jwt/v5 v5.2.1
1717
github.com/google/go-cmp v0.6.0
1818
github.com/gorilla/securecookie v1.1.2
19-
github.com/gorilla/sessions v1.3.0
19+
github.com/gorilla/sessions v1.4.0
2020
github.com/hashicorp/golang-lru/v2 v2.0.7
2121
github.com/leekchan/accounting v0.3.1
2222
github.com/nicksnyder/go-i18n v0.0.0-20180814031359-04f547cc50da

go.sum

+2
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,8 @@ github.com/gorilla/securecookie v1.1.2 h1:YCIWL56dvtr73r6715mJs5ZvhtnY73hBvEF8kX
245245
github.com/gorilla/securecookie v1.1.2/go.mod h1:NfCASbcHqRSY+3a8tlWJwsQap2VX5pwzwo4h3eOamfo=
246246
github.com/gorilla/sessions v1.3.0 h1:XYlkq7KcpOB2ZhHBPv5WpjMIxrQosiZanfoy1HLZFzg=
247247
github.com/gorilla/sessions v1.3.0/go.mod h1:ePLdVu+jbEgHH+KWw8I1z2wqd0BAdAQh/8LRvBeoNcQ=
248+
github.com/gorilla/sessions v1.4.0 h1:kpIYOp/oi6MG/p5PgxApU8srsSw9tuFbt46Lt7auzqQ=
249+
github.com/gorilla/sessions v1.4.0/go.mod h1:FLWm50oby91+hl7p/wRxDth9bWSuk0qVL2emc7lT5ik=
248250
github.com/grpc-ecosystem/grpc-gateway v1.16.0/go.mod h1:BDjrQk3hbvj6Nolgz8mAMFbcEtjT1g+wF4CSlocrBnw=
249251
github.com/hashicorp/golang-lru v0.5.0/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8=
250252
github.com/hashicorp/golang-lru v0.5.1/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8=

0 commit comments

Comments
 (0)