File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4
4
5
5
require (
6
6
github.com/antonlindstrom/pgstore v0.0.0-20220421113606-e3a6e3fed12a
7
+ github.com/boj/redistore v1.3.0
7
8
github.com/bradfitz/gomemcache v0.0.0-20230905024940-24af94b03874
8
9
github.com/bradleypeabody/gorilla-sessions-memcache v0.0.0-20181103040241-659414f458e1
9
10
github.com/gin-gonic/gin v1.10.0
@@ -15,7 +16,6 @@ require (
15
16
github.com/laziness-coders/mongostore v0.0.14
16
17
github.com/memcachier/mc v2.0.1+incompatible
17
18
github.com/quasoft/memstore v0.0.0-20191010062613-2bce066d2b0b
18
- github.com/snowdreamtech/redistore v0.0.0-20231007100540-6364ca2c97b4
19
19
github.com/wader/gormstore/v2 v2.0.3
20
20
go.mongodb.org/mongo-driver v1.16.0
21
21
gorm.io/driver/sqlite v1.4.4
Original file line number Diff line number Diff line change @@ -2,6 +2,8 @@ github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03
2
2
github.com/Masterminds/semver/v3 v3.1.1 /go.mod h1:VPu/7SZ7ePZ3QOrcuXROw5FAcLl4a0cBrbBpGY/8hQs =
3
3
github.com/antonlindstrom/pgstore v0.0.0-20220421113606-e3a6e3fed12a h1:dIdcLbck6W67B5JFMewU5Dba1yKZA3MsT67i4No/zh0 =
4
4
github.com/antonlindstrom/pgstore v0.0.0-20220421113606-e3a6e3fed12a /go.mod h1:Sdr/tmSOLEnncCuXS5TwZRxuk7deH1WXVY8cve3eVBM =
5
+ github.com/boj/redistore v1.3.0 h1:2Cz7NezUYeuTLKMxWxKluT3t2enyD/N0eB23Fd1jQk4 =
6
+ github.com/boj/redistore v1.3.0 /go.mod h1:4Dnw2ZVwtwHFiWfJ7FoHVQ79IYAQakYYNICZmt9xIfI =
5
7
github.com/bradfitz/gomemcache v0.0.0-20230905024940-24af94b03874 h1:N7oVaKyGp8bttX0bfZGmcGkjz7DLQXhAn3DNd3T0ous =
6
8
github.com/bradfitz/gomemcache v0.0.0-20230905024940-24af94b03874 /go.mod h1:r5xuitiExdLAJ09PR7vBVENGvp4ZuTBeWTGtxuX3K+c =
7
9
github.com/bradleypeabody/gorilla-sessions-memcache v0.0.0-20181103040241-659414f458e1 h1:4QHxgr7hM4gVD8uOwrk8T1fjkKRLwaLjmTkU0ibhZKU =
@@ -181,8 +183,6 @@ github.com/shopspring/decimal v0.0.0-20180709203117-cd690d0c9e24/go.mod h1:M+9Nz
181
183
github.com/shopspring/decimal v1.2.0 /go.mod h1:DKyhrW/HYNuLGql+MJL6WCR6knT2jwCFRcu2hWCYk4o =
182
184
github.com/sirupsen/logrus v1.4.1 /go.mod h1:ni0Sbl8bgC9z8RoU9G6nDWqqs/fq4eDPysMBDgk/93Q =
183
185
github.com/sirupsen/logrus v1.4.2 /go.mod h1:tLMulIdttU9McNUspp0xgXVQah82FyeX6MwdIuYE2rE =
184
- github.com/snowdreamtech/redistore v0.0.0-20231007100540-6364ca2c97b4 h1:HniAbmj6IsZzZuAouulfsyTDjODtBymeWqbh5lK3EmY =
185
- github.com/snowdreamtech/redistore v0.0.0-20231007100540-6364ca2c97b4 /go.mod h1:VTV42RFvMAoztNB+4GFSAbINm6ZioJjYQvdT/RrIGIM =
186
186
github.com/stretchr/objx v0.1.0 /go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME =
187
187
github.com/stretchr/objx v0.1.1 /go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME =
188
188
github.com/stretchr/objx v0.2.0 /go.mod h1:qt09Ya8vawLte6SNmTgCsAVtYtaKzEcn8ATUoHMkEqE =
Original file line number Diff line number Diff line change 5
5
6
6
"github.com/gin-contrib/sessions"
7
7
8
+ "github.com/boj/redistore"
8
9
"github.com/gomodule/redigo/redis"
9
- "github.com/snowdreamtech/redistore"
10
10
)
11
11
12
12
type Store interface {
You can’t perform that action at this time.
0 commit comments