Skip to content

Commit c72e971

Browse files
committed
chore(deps): upgrade go module version
1 parent 1e8a975 commit c72e971

2 files changed

Lines changed: 155 additions & 151 deletions

File tree

go.mod

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -3,56 +3,56 @@ module github.com/gin-contrib/sessions
33
go 1.18
44

55
require (
6-
github.com/antonlindstrom/pgstore v0.0.0-20200229204646-b08ebf1105e0
6+
github.com/antonlindstrom/pgstore v0.0.0-20220421113606-e3a6e3fed12a
77
github.com/boj/redistore v0.0.0-20180917114910-cd5dcc76aeff
8-
github.com/bos-hieu/mongostore v0.0.2
9-
github.com/bradfitz/gomemcache v0.0.0-20190913173617-a41fca850d0b
8+
github.com/bos-hieu/mongostore v0.0.3
9+
github.com/bradfitz/gomemcache v0.0.0-20230124162541-5f7a7d875746
1010
github.com/bradleypeabody/gorilla-sessions-memcache v0.0.0-20181103040241-659414f458e1
11-
github.com/gin-gonic/gin v1.8.1
11+
github.com/gin-gonic/gin v1.8.2
1212
github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8
1313
github.com/gomodule/redigo v2.0.0+incompatible
1414
github.com/gorilla/context v1.1.1
1515
github.com/gorilla/sessions v1.2.1
1616
github.com/kidstuff/mongostore v0.0.0-20181113001930-e650cd85ee4b
1717
github.com/memcachier/mc v2.0.1+incompatible
1818
github.com/quasoft/memstore v0.0.0-20191010062613-2bce066d2b0b
19-
github.com/wader/gormstore/v2 v2.0.0
20-
go.mongodb.org/mongo-driver v1.9.1
21-
gorm.io/driver/sqlite v1.3.4
22-
gorm.io/gorm v1.23.5
19+
github.com/wader/gormstore/v2 v2.0.3
20+
go.mongodb.org/mongo-driver v1.11.1
21+
gorm.io/driver/sqlite v1.4.1
22+
gorm.io/gorm v1.24.5
2323
)
2424

2525
require (
2626
github.com/gin-contrib/sse v0.1.0 // indirect
27-
github.com/go-playground/locales v0.14.0 // indirect
28-
github.com/go-playground/universal-translator v0.18.0 // indirect
29-
github.com/go-playground/validator/v10 v10.10.0 // indirect
30-
github.com/go-stack/stack v1.8.0 // indirect
31-
github.com/goccy/go-json v0.9.7 // indirect
32-
github.com/golang/snappy v0.0.1 // indirect
27+
github.com/go-playground/locales v0.14.1 // indirect
28+
github.com/go-playground/universal-translator v0.18.1 // indirect
29+
github.com/go-playground/validator/v10 v10.11.2 // indirect
30+
github.com/goccy/go-json v0.10.0 // indirect
31+
github.com/golang/snappy v0.0.4 // indirect
3332
github.com/gorilla/securecookie v1.1.1 // indirect
3433
github.com/jinzhu/inflection v1.0.0 // indirect
3534
github.com/jinzhu/now v1.1.5 // indirect
3635
github.com/json-iterator/go v1.1.12 // indirect
37-
github.com/klauspost/compress v1.13.6 // indirect
36+
github.com/klauspost/compress v1.15.15 // indirect
3837
github.com/leodido/go-urn v1.2.1 // indirect
39-
github.com/lib/pq v1.10.3 // indirect
40-
github.com/mattn/go-isatty v0.0.14 // indirect
38+
github.com/lib/pq v1.10.7 // indirect
39+
github.com/mattn/go-isatty v0.0.17 // indirect
4140
github.com/mattn/go-sqlite3 v2.0.3+incompatible // indirect
42-
github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421 // indirect
41+
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
4342
github.com/modern-go/reflect2 v1.0.2 // indirect
44-
github.com/pelletier/go-toml/v2 v2.0.1 // indirect
43+
github.com/montanaflynn/stats v0.7.0 // indirect
44+
github.com/pelletier/go-toml/v2 v2.0.6 // indirect
4545
github.com/pkg/errors v0.9.1 // indirect
46-
github.com/ugorji/go/codec v1.2.7 // indirect
46+
github.com/ugorji/go/codec v1.2.9 // indirect
4747
github.com/xdg-go/pbkdf2 v1.0.0 // indirect
48-
github.com/xdg-go/scram v1.0.2 // indirect
49-
github.com/xdg-go/stringprep v1.0.2 // indirect
50-
github.com/youmark/pkcs8 v0.0.0-20181117223130-1be2e3e5546d // indirect
51-
golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97 // indirect
52-
golang.org/x/net v0.0.0-20210226172049-e18ecbb05110 // indirect
53-
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e // indirect
54-
golang.org/x/sys v0.0.0-20220408201424-a24fb2fb8a0f // indirect
55-
golang.org/x/text v0.3.6 // indirect
56-
google.golang.org/protobuf v1.28.0 // indirect
48+
github.com/xdg-go/scram v1.1.2 // indirect
49+
github.com/xdg-go/stringprep v1.0.4 // indirect
50+
github.com/youmark/pkcs8 v0.0.0-20201027041543-1326539a0a0a // indirect
51+
golang.org/x/crypto v0.5.0 // indirect
52+
golang.org/x/net v0.5.0 // indirect
53+
golang.org/x/sync v0.1.0 // indirect
54+
golang.org/x/sys v0.5.0 // indirect
55+
golang.org/x/text v0.6.0 // indirect
56+
google.golang.org/protobuf v1.28.1 // indirect
5757
gopkg.in/yaml.v2 v2.4.0 // indirect
5858
)

0 commit comments

Comments
 (0)