File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
1
module flamingo.me/flamingo/v3
2
2
3
- go 1.22
3
+ go 1.23
4
4
5
5
toolchain go1.23.1
6
6
@@ -16,7 +16,7 @@ require (
16
16
github.com/golang-jwt/jwt/v5 v5.2.1
17
17
github.com/google/go-cmp v0.6.0
18
18
github.com/gorilla/securecookie v1.1.2
19
- github.com/gorilla/sessions v1.3 .0
19
+ github.com/gorilla/sessions v1.4 .0
20
20
github.com/hashicorp/golang-lru/v2 v2.0.7
21
21
github.com/leekchan/accounting v0.3.1
22
22
github.com/nicksnyder/go-i18n v0.0.0-20180814031359-04f547cc50da
Original file line number Diff line number Diff line change @@ -245,6 +245,8 @@ github.com/gorilla/securecookie v1.1.2 h1:YCIWL56dvtr73r6715mJs5ZvhtnY73hBvEF8kX
245
245
github.com/gorilla/securecookie v1.1.2 /go.mod h1:NfCASbcHqRSY+3a8tlWJwsQap2VX5pwzwo4h3eOamfo =
246
246
github.com/gorilla/sessions v1.3.0 h1:XYlkq7KcpOB2ZhHBPv5WpjMIxrQosiZanfoy1HLZFzg =
247
247
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 =
248
250
github.com/grpc-ecosystem/grpc-gateway v1.16.0 /go.mod h1:BDjrQk3hbvj6Nolgz8mAMFbcEtjT1g+wF4CSlocrBnw =
249
251
github.com/hashicorp/golang-lru v0.5.0 /go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8 =
250
252
github.com/hashicorp/golang-lru v0.5.1 /go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8 =
You can’t perform that action at this time.
0 commit comments