Skip to content

Commit 38425f1

Browse files
Bump github.com/gorilla/sessions from 1.3.0 to 1.4.0
Bumps [github.com/gorilla/sessions](https://github.com/gorilla/sessions) from 1.3.0 to 1.4.0. - [Release notes](https://github.com/gorilla/sessions/releases) - [Commits](gorilla/sessions@v1.3.0...v1.4.0) --- updated-dependencies: - dependency-name: github.com/gorilla/sessions dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent cd77653 commit 38425f1

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

Diff for: go.mod

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
module github.com/ProxeusApp/proxeus-core
22

33
go 1.22
4-
5-
toolchain go1.22.0
4+
toolchain go1.23.2
65

76
require (
87
github.com/SparkPost/gosparkpost v0.2.0
@@ -17,7 +16,7 @@ require (
1716
github.com/golang/mock v1.6.0
1817
github.com/google/go-querystring v1.1.0 // indirect
1918
github.com/google/renameio v1.0.1
20-
github.com/gorilla/sessions v1.3.0
19+
github.com/gorilla/sessions v1.4.0
2120
github.com/h2non/filetype v1.1.3
2221
github.com/imkira/go-interpol v1.1.0 // indirect
2322
github.com/labstack/gommon v0.4.2

Diff for: go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -143,8 +143,8 @@ github.com/gorilla/context v1.1.2 h1:WRkNAv2uoa03QNIc1A6u4O7DAGMUVoopZhkiXWA2V1o
143143
github.com/gorilla/context v1.1.2/go.mod h1:KDPwT9i/MeWHiLl90fuTgrt4/wPcv75vFAZLaOOcbxM=
144144
github.com/gorilla/securecookie v1.1.2 h1:YCIWL56dvtr73r6715mJs5ZvhtnY73hBvEF8kXD8ePA=
145145
github.com/gorilla/securecookie v1.1.2/go.mod h1:NfCASbcHqRSY+3a8tlWJwsQap2VX5pwzwo4h3eOamfo=
146-
github.com/gorilla/sessions v1.3.0 h1:XYlkq7KcpOB2ZhHBPv5WpjMIxrQosiZanfoy1HLZFzg=
147-
github.com/gorilla/sessions v1.3.0/go.mod h1:ePLdVu+jbEgHH+KWw8I1z2wqd0BAdAQh/8LRvBeoNcQ=
146+
github.com/gorilla/sessions v1.4.0 h1:kpIYOp/oi6MG/p5PgxApU8srsSw9tuFbt46Lt7auzqQ=
147+
github.com/gorilla/sessions v1.4.0/go.mod h1:FLWm50oby91+hl7p/wRxDth9bWSuk0qVL2emc7lT5ik=
148148
github.com/gorilla/websocket v1.0.0/go.mod h1:E7qHFY5m1UJ88s3WnNqhKjPHQ0heANvMoAMk2YaljkQ=
149149
github.com/gorilla/websocket v1.5.3 h1:saDtZ6Pbx/0u+bgYQ3q96pZgCzfhKXGPqt7kZ72aNNg=
150150
github.com/gorilla/websocket v1.5.3/go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE=

0 commit comments

Comments
 (0)