File tree 2 files changed +4
-5
lines changed
2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 1
1
module github.com/ProxeusApp/proxeus-core
2
2
3
3
go 1.22
4
-
5
- toolchain go1.22.0
4
+ toolchain go1.23.2
6
5
7
6
require (
8
7
github.com/SparkPost/gosparkpost v0.2.0
@@ -17,7 +16,7 @@ require (
17
16
github.com/golang/mock v1.6.0
18
17
github.com/google/go-querystring v1.1.0 // indirect
19
18
github.com/google/renameio v1.0.1
20
- github.com/gorilla/sessions v1.3 .0
19
+ github.com/gorilla/sessions v1.4 .0
21
20
github.com/h2non/filetype v1.1.3
22
21
github.com/imkira/go-interpol v1.1.0 // indirect
23
22
github.com/labstack/gommon v0.4.2
Original file line number Diff line number Diff line change @@ -143,8 +143,8 @@ github.com/gorilla/context v1.1.2 h1:WRkNAv2uoa03QNIc1A6u4O7DAGMUVoopZhkiXWA2V1o
143
143
github.com/gorilla/context v1.1.2 /go.mod h1:KDPwT9i/MeWHiLl90fuTgrt4/wPcv75vFAZLaOOcbxM =
144
144
github.com/gorilla/securecookie v1.1.2 h1:YCIWL56dvtr73r6715mJs5ZvhtnY73hBvEF8kXD8ePA =
145
145
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 =
148
148
github.com/gorilla/websocket v1.0.0 /go.mod h1:E7qHFY5m1UJ88s3WnNqhKjPHQ0heANvMoAMk2YaljkQ =
149
149
github.com/gorilla/websocket v1.5.3 h1:saDtZ6Pbx/0u+bgYQ3q96pZgCzfhKXGPqt7kZ72aNNg =
150
150
github.com/gorilla/websocket v1.5.3 /go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE =
You can’t perform that action at this time.
0 commit comments