Skip to content

Commit 5c9a349

Browse files
authored
chore: update third-party dependencies to latest versions (#262)
- Update `github.com/gorilla/context` to version `v1.1.2` - Update `github.com/gorilla/sessions` to version `v1.2.2` - Update `go.mongodb.org/mongo-driver` to version `v1.14.0` - Update `gorm.io/gorm` to version `v1.25.8` - Update `github.com/bytedance/sonic` to version `v1.11.3` - Update `github.com/chenzhuoyu/iasm` to version `v0.9.1` - Update `github.com/gabriel-vasile/mimetype` to version `v1.4.3` - Update `github.com/go-playground/validator/v10` to version `v10.19.0` - Update `github.com/gorilla/securecookie` to version `v1.1.2` - Update `github.com/klauspost/compress` to version `v1.17.7` - Update `github.com/klauspost/cpuid/v2` to version `v2.2.7` - Update `github.com/leodido/go-urn` to version `v1.4.0` - Update `github.com/mattn/go-isatty` to version `v0.0.20` - Update `github.com/pelletier/go-toml/v2` to version `v2.2.0` - Update `github.com/ugorji/go/codec` to version `v1.2.12` - Update `golang.org/x/arch` to version `v0.7.0` - Update `golang.org/x/crypto` to version `v0.21.0` - Update `golang.org/x/net` to version `v0.22.0` - Update `golang.org/x/sync` to version `v0.6.0` - Update `golang.org/x/sys` to version `v0.18.0` - Update `google.golang.org/protobuf` to version `v1.33.0` Signed-off-by: appleboy <appleboy.tw@gmail.com>
1 parent 98372e3 commit 5c9a349

2 files changed

Lines changed: 67 additions & 72 deletions

File tree

go.mod

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -11,54 +11,54 @@ require (
1111
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
14-
github.com/gorilla/context v1.1.1
15-
github.com/gorilla/sessions v1.2.1
14+
github.com/gorilla/context v1.1.2
15+
github.com/gorilla/sessions v1.2.2
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
1919
github.com/wader/gormstore/v2 v2.0.3
20-
go.mongodb.org/mongo-driver v1.12.1
20+
go.mongodb.org/mongo-driver v1.14.0
2121
gorm.io/driver/sqlite v1.4.4
22-
gorm.io/gorm v1.25.4
22+
gorm.io/gorm v1.25.8
2323
)
2424

2525
require (
26-
github.com/bytedance/sonic v1.10.2 // indirect
26+
github.com/bytedance/sonic v1.11.3 // indirect
2727
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
28+
github.com/chenzhuoyu/iasm v0.9.1 // indirect
29+
github.com/gabriel-vasile/mimetype v1.4.3 // indirect
3030
github.com/gin-contrib/sse v0.1.0 // indirect
3131
github.com/go-playground/locales v0.14.1 // indirect
3232
github.com/go-playground/universal-translator v0.18.1 // indirect
33-
github.com/go-playground/validator/v10 v10.15.5 // indirect
33+
github.com/go-playground/validator/v10 v10.19.0 // indirect
3434
github.com/goccy/go-json v0.10.2 // indirect
3535
github.com/golang/snappy v0.0.4 // indirect
36-
github.com/gorilla/securecookie v1.1.1 // indirect
36+
github.com/gorilla/securecookie v1.1.2 // indirect
3737
github.com/jinzhu/inflection v1.0.0 // indirect
3838
github.com/jinzhu/now v1.1.5 // indirect
3939
github.com/json-iterator/go v1.1.12 // 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
40+
github.com/klauspost/compress v1.17.7 // indirect
41+
github.com/klauspost/cpuid/v2 v2.2.7 // indirect
42+
github.com/leodido/go-urn v1.4.0 // indirect
4343
github.com/lib/pq v1.10.9 // indirect
44-
github.com/mattn/go-isatty v0.0.19 // indirect
44+
github.com/mattn/go-isatty v0.0.20 // indirect
4545
github.com/mattn/go-sqlite3 v1.14.16 // indirect
4646
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
4747
github.com/modern-go/reflect2 v1.0.2 // indirect
4848
github.com/montanaflynn/stats v0.7.1 // indirect
49-
github.com/pelletier/go-toml/v2 v2.1.0 // indirect
49+
github.com/pelletier/go-toml/v2 v2.2.0 // indirect
5050
github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
51-
github.com/ugorji/go/codec v1.2.11 // indirect
51+
github.com/ugorji/go/codec v1.2.12 // indirect
5252
github.com/xdg-go/pbkdf2 v1.0.0 // indirect
5353
github.com/xdg-go/scram v1.1.2 // indirect
5454
github.com/xdg-go/stringprep v1.0.4 // indirect
5555
github.com/youmark/pkcs8 v0.0.0-20201027041543-1326539a0a0a // indirect
56-
golang.org/x/arch v0.5.0 // indirect
57-
golang.org/x/crypto v0.17.0 // indirect
58-
golang.org/x/net v0.19.0 // indirect
59-
golang.org/x/sync v0.4.0 // indirect
60-
golang.org/x/sys v0.15.0 // indirect
56+
golang.org/x/arch v0.7.0 // indirect
57+
golang.org/x/crypto v0.21.0 // indirect
58+
golang.org/x/net v0.22.0 // indirect
59+
golang.org/x/sync v0.6.0 // indirect
60+
golang.org/x/sys v0.18.0 // indirect
6161
golang.org/x/text v0.14.0 // indirect
62-
google.golang.org/protobuf v1.31.0 // indirect
62+
google.golang.org/protobuf v1.33.0 // indirect
6363
gopkg.in/yaml.v3 v3.0.1 // indirect
6464
)

0 commit comments

Comments
 (0)