Update module github.com/gorilla/sessions to v1.4.0 #3

Merged
finn merged 1 commit from renovate/github.com-gorilla-sessions-1.x into main 2024-09-08 05:03:34 +00:00
2 changed files with 6 additions and 2 deletions

6
go.mod
View file

@ -1,11 +1,13 @@
module git.janky.solutions/finn/go-project-template
go 1.21.8
go 1.23
toolchain go1.23.1
require (
github.com/coreos/go-oidc/v3 v3.11.0
github.com/google/uuid v1.6.0
github.com/gorilla/sessions v1.3.0
github.com/gorilla/sessions v1.4.0
github.com/jackc/pgx/v5 v5.5.5
github.com/labstack/echo/v4 v4.12.0
github.com/pressly/goose/v3 v3.20.0

2
go.sum
View file

@ -17,6 +17,8 @@ github.com/gorilla/securecookie v1.1.2 h1:YCIWL56dvtr73r6715mJs5ZvhtnY73hBvEF8kX
github.com/gorilla/securecookie v1.1.2/go.mod h1:NfCASbcHqRSY+3a8tlWJwsQap2VX5pwzwo4h3eOamfo=
github.com/gorilla/sessions v1.3.0 h1:XYlkq7KcpOB2ZhHBPv5WpjMIxrQosiZanfoy1HLZFzg=
github.com/gorilla/sessions v1.3.0/go.mod h1:ePLdVu+jbEgHH+KWw8I1z2wqd0BAdAQh/8LRvBeoNcQ=
github.com/gorilla/sessions v1.4.0 h1:kpIYOp/oi6MG/p5PgxApU8srsSw9tuFbt46Lt7auzqQ=
github.com/gorilla/sessions v1.4.0/go.mod h1:FLWm50oby91+hl7p/wRxDth9bWSuk0qVL2emc7lT5ik=
github.com/hashicorp/golang-lru/v2 v2.0.7 h1:a+bsQ5rvGLjzHuww6tVxozPZFVghXaHOwFs4luLUK2k=
github.com/hashicorp/golang-lru/v2 v2.0.7/go.mod h1:QeFd9opnmA6QUJc5vARoKUSoFhyfM2/ZepoAG6RGpeM=
github.com/jackc/pgpassfile v1.0.0 h1:/6Hmqy13Ss2zCq62VdNG8tM1wchn8zjSGOBJ6icpsIM=