Skip to content

Commit 8fca474

Browse files
committed
chore: update dependencies to latest versions
- Update the version of `github.com/bradfitz/gomemcache` to `v0.0.0-20230905024940-24af94b03874` - Update the version of `github.com/gin-gonic/gin` to `v1.9.1` - Update the version of `go.mongodb.org/mongo-driver` to `v1.12.1` - Update the version of `gorm.io/gorm` to `v1.25.4` - Add `github.com/bytedance/sonic v1.10.2 // indirect` as a new requirement - Add `github.com/chenzhuoyu/base64x v0.0.0-20230717121745-296ad89f973d // indirect` as a new requirement - Add `github.com/chenzhuoyu/iasm v0.9.0 // indirect` as a new requirement - Add `github.com/gabriel-vasile/mimetype v1.4.2 // indirect` as a new requirement - Update the version of `github.com/go-playground/validator/v10` to `v10.15.5` - Update the version of `github.com/goccy/go-json` to `v0.10.2` - Update the version of `github.com/klauspost/compress` to `v1.17.0` - Update the version of Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
1 parent 2d48feb commit 8fca474

2 files changed

Lines changed: 95 additions & 72 deletions

File tree

go.mod

Lines changed: 27 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ require (
66
github.com/antonlindstrom/pgstore v0.0.0-20220421113606-e3a6e3fed12a
77
github.com/boj/redistore v0.0.0-20180917114910-cd5dcc76aeff
88
github.com/bos-hieu/mongostore v0.0.3
9-
github.com/bradfitz/gomemcache v0.0.0-20230124162541-5f7a7d875746
9+
github.com/bradfitz/gomemcache v0.0.0-20230905024940-24af94b03874
1010
github.com/bradleypeabody/gorilla-sessions-memcache v0.0.0-20181103040241-659414f458e1
11-
github.com/gin-gonic/gin v1.8.2
11+
github.com/gin-gonic/gin v1.9.1
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
@@ -17,42 +17,48 @@ require (
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
20-
go.mongodb.org/mongo-driver v1.11.1
20+
go.mongodb.org/mongo-driver v1.12.1
2121
gorm.io/driver/sqlite v1.4.4
22-
gorm.io/gorm v1.24.5
22+
gorm.io/gorm v1.25.4
2323
)
2424

2525
require (
26+
github.com/bytedance/sonic v1.10.2 // indirect
27+
github.com/chenzhuoyu/base64x v0.0.0-20230717121745-296ad89f973d // indirect
28+
github.com/chenzhuoyu/iasm v0.9.0 // indirect
29+
github.com/gabriel-vasile/mimetype v1.4.2 // indirect
2630
github.com/gin-contrib/sse v0.1.0 // indirect
2731
github.com/go-playground/locales v0.14.1 // indirect
2832
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
33+
github.com/go-playground/validator/v10 v10.15.5 // indirect
34+
github.com/goccy/go-json v0.10.2 // indirect
3135
github.com/golang/snappy v0.0.4 // indirect
3236
github.com/gorilla/securecookie v1.1.1 // indirect
3337
github.com/jinzhu/inflection v1.0.0 // indirect
3438
github.com/jinzhu/now v1.1.5 // indirect
3539
github.com/json-iterator/go v1.1.12 // indirect
36-
github.com/klauspost/compress v1.15.15 // indirect
37-
github.com/leodido/go-urn v1.2.1 // indirect
38-
github.com/lib/pq v1.10.7 // indirect
39-
github.com/mattn/go-isatty v0.0.17 // indirect
40+
github.com/klauspost/compress v1.17.0 // indirect
41+
github.com/klauspost/cpuid/v2 v2.2.5 // indirect
42+
github.com/leodido/go-urn v1.2.4 // indirect
43+
github.com/lib/pq v1.10.9 // indirect
44+
github.com/mattn/go-isatty v0.0.19 // indirect
4045
github.com/mattn/go-sqlite3 v1.14.16 // indirect
4146
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
4247
github.com/modern-go/reflect2 v1.0.2 // indirect
43-
github.com/montanaflynn/stats v0.7.0 // indirect
44-
github.com/pelletier/go-toml/v2 v2.0.6 // indirect
45-
github.com/pkg/errors v0.9.1 // indirect
46-
github.com/ugorji/go/codec v1.2.9 // indirect
48+
github.com/montanaflynn/stats v0.7.1 // indirect
49+
github.com/pelletier/go-toml/v2 v2.1.0 // indirect
50+
github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
51+
github.com/ugorji/go/codec v1.2.11 // indirect
4752
github.com/xdg-go/pbkdf2 v1.0.0 // indirect
4853
github.com/xdg-go/scram v1.1.2 // indirect
4954
github.com/xdg-go/stringprep v1.0.4 // indirect
5055
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
57-
gopkg.in/yaml.v2 v2.4.0 // indirect
56+
golang.org/x/arch v0.5.0 // indirect
57+
golang.org/x/crypto v0.14.0 // indirect
58+
golang.org/x/net v0.16.0 // indirect
59+
golang.org/x/sync v0.4.0 // indirect
60+
golang.org/x/sys v0.13.0 // indirect
61+
golang.org/x/text v0.13.0 // indirect
62+
google.golang.org/protobuf v1.31.0 // indirect
63+
gopkg.in/yaml.v3 v3.0.1 // indirect
5864
)

0 commit comments

Comments
 (0)