File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44
55require (
66 github.com/antonlindstrom/pgstore v0.0.0-20220421113606-e3a6e3fed12a
7+ github.com/boj/redistore v1.3.0
78 github.com/bradfitz/gomemcache v0.0.0-20230905024940-24af94b03874
89 github.com/bradleypeabody/gorilla-sessions-memcache v0.0.0-20181103040241-659414f458e1
910 github.com/gin-gonic/gin v1.10.0
@@ -15,7 +16,6 @@ require (
1516 github.com/laziness-coders/mongostore v0.0.14
1617 github.com/memcachier/mc v2.0.1+incompatible
1718 github.com/quasoft/memstore v0.0.0-20191010062613-2bce066d2b0b
18- github.com/snowdreamtech/redistore v0.0.0-20231007100540-6364ca2c97b4
1919 github.com/wader/gormstore/v2 v2.0.3
2020 go.mongodb.org/mongo-driver v1.16.0
2121 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
22github.tiyicn.workers.dev/Masterminds/semver/v3 v3.1.1 /go.mod h1:VPu/7SZ7ePZ3QOrcuXROw5FAcLl4a0cBrbBpGY/8hQs =
33github.tiyicn.workers.dev/antonlindstrom/pgstore v0.0.0-20220421113606-e3a6e3fed12a h1:dIdcLbck6W67B5JFMewU5Dba1yKZA3MsT67i4No/zh0 =
44github.tiyicn.workers.dev/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 =
57github.tiyicn.workers.dev/bradfitz/gomemcache v0.0.0-20230905024940-24af94b03874 h1:N7oVaKyGp8bttX0bfZGmcGkjz7DLQXhAn3DNd3T0ous =
68github.tiyicn.workers.dev/bradfitz/gomemcache v0.0.0-20230905024940-24af94b03874 /go.mod h1:r5xuitiExdLAJ09PR7vBVENGvp4ZuTBeWTGtxuX3K+c =
79github.tiyicn.workers.dev/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
181183github.tiyicn.workers.dev/shopspring/decimal v1.2.0 /go.mod h1:DKyhrW/HYNuLGql+MJL6WCR6knT2jwCFRcu2hWCYk4o =
182184github.tiyicn.workers.dev/sirupsen/logrus v1.4.1 /go.mod h1:ni0Sbl8bgC9z8RoU9G6nDWqqs/fq4eDPysMBDgk/93Q =
183185github.tiyicn.workers.dev/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 =
186186github.tiyicn.workers.dev/stretchr/objx v0.1.0 /go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME =
187187github.tiyicn.workers.dev/stretchr/objx v0.1.1 /go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME =
188188github.tiyicn.workers.dev/stretchr/objx v0.2.0 /go.mod h1:qt09Ya8vawLte6SNmTgCsAVtYtaKzEcn8ATUoHMkEqE =
Original file line number Diff line number Diff line change 55
66 "github.com/gin-contrib/sessions"
77
8+ "github.com/boj/redistore"
89 "github.com/gomodule/redigo/redis"
9- "github.com/snowdreamtech/redistore"
1010)
1111
1212type Store interface {
You can’t perform that action at this time.
0 commit comments