Skip to content

Commit 189ef97

Browse files
chore(deps): update module github.com/gorilla/sessions to v1.4.0
1 parent 8cb9ebe commit 189ef97

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

go.mod

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

3-
go 1.21
3+
go 1.23
4+
5+
toolchain go1.23.0
46

57
require (
68
contrib.go.opencensus.io/exporter/jaeger v0.2.1
@@ -14,7 +16,7 @@ require (
1416
github.com/golang-jwt/jwt/v5 v5.2.1
1517
github.com/google/go-cmp v0.6.0
1618
github.com/gorilla/securecookie v1.1.2
17-
github.com/gorilla/sessions v1.3.0
19+
github.com/gorilla/sessions v1.4.0
1820
github.com/hashicorp/golang-lru/v2 v2.0.7
1921
github.com/leekchan/accounting v0.3.1
2022
github.com/nicksnyder/go-i18n v0.0.0-20180814031359-04f547cc50da

go.sum

+2
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,8 @@ github.com/gorilla/sessions v1.2.2 h1:lqzMYz6bOfvn2WriPUjNByzeXIlVzURcPmgMczkmTj
256256
github.com/gorilla/sessions v1.2.2/go.mod h1:ePLdVu+jbEgHH+KWw8I1z2wqd0BAdAQh/8LRvBeoNcQ=
257257
github.com/gorilla/sessions v1.3.0 h1:XYlkq7KcpOB2ZhHBPv5WpjMIxrQosiZanfoy1HLZFzg=
258258
github.com/gorilla/sessions v1.3.0/go.mod h1:ePLdVu+jbEgHH+KWw8I1z2wqd0BAdAQh/8LRvBeoNcQ=
259+
github.com/gorilla/sessions v1.4.0 h1:kpIYOp/oi6MG/p5PgxApU8srsSw9tuFbt46Lt7auzqQ=
260+
github.com/gorilla/sessions v1.4.0/go.mod h1:FLWm50oby91+hl7p/wRxDth9bWSuk0qVL2emc7lT5ik=
259261
github.com/grpc-ecosystem/grpc-gateway v1.16.0/go.mod h1:BDjrQk3hbvj6Nolgz8mAMFbcEtjT1g+wF4CSlocrBnw=
260262
github.com/hashicorp/golang-lru v0.5.0/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8=
261263
github.com/hashicorp/golang-lru v0.5.1/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8=

0 commit comments

Comments
 (0)