Skip to content

Commit 3a1109d

Browse files
chore(deps): bump github.com/laziness-coders/mongostore
Bumps [github.com/laziness-coders/mongostore](https://github.com/laziness-coders/mongostore) from 0.0.14 to 0.0.15. - [Release notes](https://github.com/laziness-coders/mongostore/releases) - [Commits](laziness-coders/mongostore@v0.0.14...v0.0.15) --- updated-dependencies: - dependency-name: github.com/laziness-coders/mongostore dependency-version: 0.0.15 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 54c2d39 commit 3a1109d

2 files changed

Lines changed: 7 additions & 4 deletions

File tree

go.mod

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/gin-contrib/sessions
22

3-
go 1.23.0
3+
go 1.24.2
44

55
require (
66
github.com/antonlindstrom/pgstore v0.0.0-20220421113606-e3a6e3fed12a
@@ -13,7 +13,7 @@ require (
1313
github.com/gorilla/context v1.1.2
1414
github.com/gorilla/sessions v1.4.0
1515
github.com/kidstuff/mongostore v0.0.0-20181113001930-e650cd85ee4b
16-
github.com/laziness-coders/mongostore v0.0.14
16+
github.com/laziness-coders/mongostore v0.0.15
1717
github.com/memcachier/mc v2.0.1+incompatible
1818
github.com/quasoft/memstore v0.0.0-20191010062613-2bce066d2b0b
1919
github.com/wader/gormstore/v2 v2.0.3
@@ -54,6 +54,7 @@ require (
5454
github.com/xdg-go/scram v1.1.2 // indirect
5555
github.com/xdg-go/stringprep v1.0.4 // indirect
5656
github.com/youmark/pkcs8 v0.0.0-20240726163527-a2c0da244d78 // indirect
57+
go.mongodb.org/mongo-driver/v2 v2.2.1 // indirect
5758
golang.org/x/arch v0.16.0 // indirect
5859
golang.org/x/crypto v0.37.0 // indirect
5960
golang.org/x/net v0.38.0 // indirect

go.sum

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,8 @@ github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ=
137137
github.com/kr/pty v1.1.8/go.mod h1:O1sed60cT9XZ5uDucP5qwvh+TE3NnUj51EiZO/lmSfw=
138138
github.com/kr/text v0.1.0 h1:45sCR5RtlFHMR4UwH9sdQ5TC8v0qDQCHnXt+kaKSTVE=
139139
github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI=
140-
github.com/laziness-coders/mongostore v0.0.14 h1:4RrtOeTsGr3pBbImtpCZT7L4LB/kXfAzpCPXds69RgA=
141-
github.com/laziness-coders/mongostore v0.0.14/go.mod h1:Rh+yJax2Vxc2QY62clIM/kRnLk+TxivgSLHOXENXPtk=
140+
github.com/laziness-coders/mongostore v0.0.15 h1:Cq7Ob0FJyxx8yvj3SBfb1ozrhg1SFo36icTks1Ujn8c=
141+
github.com/laziness-coders/mongostore v0.0.15/go.mod h1:VCVr7YGSaBZkObo08H3Dcr/KzY/tyP/gJYsnGRp3RqM=
142142
github.com/leodido/go-urn v1.4.0 h1:WT9HwE9SGECu3lg4d/dIA+jxlljEa1/ffXKmRjqdmIQ=
143143
github.com/leodido/go-urn v1.4.0/go.mod h1:bvxc+MVxLKB4z00jd1z+Dvzr47oO32F/QSNjSBOlFxI=
144144
github.com/lib/pq v1.0.0/go.mod h1:5WUZQaWbwv1U+lTReE5YruASi9Al49XbQIvNi/34Woo=
@@ -220,6 +220,8 @@ github.com/yuin/goldmark v1.4.13/go.mod h1:6yULJ656Px+3vBD8DxQVa3kxgyrAnzto9xy5t
220220
github.com/zenazn/goji v0.9.0/go.mod h1:7S9M489iMyHBNxwZnk9/EHS098H4/F6TATF2mIxtB1Q=
221221
go.mongodb.org/mongo-driver v1.17.3 h1:TQyXhnsWfWtgAhMtOgtYHMTkZIfBTpMTsMnd9ZBeHxQ=
222222
go.mongodb.org/mongo-driver v1.17.3/go.mod h1:Hy04i7O2kC4RS06ZrhPRqj/u4DTYkFDAAccj+rVKqgQ=
223+
go.mongodb.org/mongo-driver/v2 v2.2.1 h1:w5xra3yyu/sGrziMzK1D0cRRaH/b7lWCSsoN6+WV6AM=
224+
go.mongodb.org/mongo-driver/v2 v2.2.1/go.mod h1:qQkDMhCGWl3FN509DfdPd4GRBLU/41zqF/k8eTRceps=
223225
go.uber.org/atomic v1.3.2/go.mod h1:gD2HeocX3+yG+ygLZcrzQJaqmWj9AIm7n08wl/qW/PE=
224226
go.uber.org/atomic v1.4.0/go.mod h1:gD2HeocX3+yG+ygLZcrzQJaqmWj9AIm7n08wl/qW/PE=
225227
go.uber.org/atomic v1.5.0/go.mod h1:sABNBOSYdrvTF6hTgEIbc7YasKWGhgEQZyfxyTvoXHQ=

0 commit comments

Comments
 (0)