Skip to content

Commit d71e611

Browse files
committed
chore: upgrade dependencies
1 parent 7b5717d commit d71e611

File tree

2 files changed

+55
-55
lines changed

2 files changed

+55
-55
lines changed

go.mod

+17-17
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ require (
99
github.com/blang/semver v3.5.1+incompatible
1010
github.com/chenyahui/gin-cache v1.9.0
1111
github.com/corona10/goimagehash v1.1.0
12-
github.com/duke-git/lancet/v2 v2.3.3
12+
github.com/duke-git/lancet/v2 v2.3.4
1313
github.com/gabriel-vasile/mimetype v1.4.7
1414
github.com/gin-contrib/cors v1.7.2
1515
github.com/gin-gonic/gin v1.10.0
@@ -26,8 +26,8 @@ require (
2626
github.com/studio-b12/gowebdav v0.9.0
2727
github.com/u2takey/ffmpeg-go v0.5.0
2828
go.mongodb.org/mongo-driver v1.17.1
29-
golang.org/x/crypto v0.29.0
30-
golang.org/x/image v0.22.0
29+
golang.org/x/crypto v0.31.0
30+
golang.org/x/image v0.23.0
3131
)
3232

3333
require (
@@ -36,26 +36,26 @@ require (
3636
github.com/andybalholm/cascadia v1.3.2 // indirect
3737
github.com/aws/aws-sdk-go v1.55.5 // indirect
3838
github.com/beorn7/perks v1.0.1 // indirect
39-
github.com/bits-and-blooms/bitset v1.17.0 // indirect
39+
github.com/bits-and-blooms/bitset v1.19.1 // indirect
4040
github.com/bytedance/sonic v1.12.5 // indirect
4141
github.com/bytedance/sonic/loader v0.2.1 // indirect
4242
github.com/cespare/xxhash/v2 v2.3.0 // indirect
4343
github.com/cloudflare/circl v1.5.0 // indirect
4444
github.com/cloudwego/base64x v0.1.4 // indirect
4545
github.com/cloudwego/iasm v0.2.0 // indirect
4646
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
47-
github.com/fasthttp/router v1.5.2 // indirect
47+
github.com/fasthttp/router v1.5.3 // indirect
4848
github.com/gin-contrib/sse v0.1.0 // indirect
4949
github.com/go-playground/locales v0.14.1 // indirect
5050
github.com/go-playground/universal-translator v0.18.1 // indirect
5151
github.com/go-playground/validator/v10 v10.23.0 // indirect
5252
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
53-
github.com/goccy/go-json v0.10.3 // indirect
53+
github.com/goccy/go-json v0.10.4 // indirect
5454
github.com/golang-jwt/jwt/v4 v4.5.1 // indirect
5555
github.com/golang/snappy v0.0.4 // indirect
5656
github.com/google/go-github/v30 v30.1.0 // indirect
5757
github.com/google/go-querystring v1.1.0 // indirect
58-
github.com/google/pprof v0.0.0-20241122213907-cbe949e5a41b // indirect
58+
github.com/google/pprof v0.0.0-20241210010833-40e02aabc2ad // indirect
5959
github.com/grbit/go-json v0.11.0 // indirect
6060
github.com/hashicorp/errwrap v1.1.0 // indirect
6161
github.com/hashicorp/go-multierror v1.1.1 // indirect
@@ -78,7 +78,7 @@ require (
7878
github.com/pkg/errors v0.9.1 // indirect
7979
github.com/prometheus/client_golang v1.20.5 // indirect
8080
github.com/prometheus/client_model v0.6.1 // indirect
81-
github.com/prometheus/common v0.60.1 // indirect
81+
github.com/prometheus/common v0.61.0 // indirect
8282
github.com/prometheus/procfs v0.15.1 // indirect
8383
github.com/quic-go/qpack v0.5.1 // indirect
8484
github.com/quic-go/quic-go v0.48.2 // indirect
@@ -89,7 +89,7 @@ require (
8989
github.com/u2takey/go-utils v0.3.1 // indirect
9090
github.com/ugorji/go/codec v1.2.12 // indirect
9191
github.com/ulikunitz/xz v0.5.12 // indirect
92-
github.com/valyala/fasthttp v1.57.0 // indirect
92+
github.com/valyala/fasthttp v1.58.0 // indirect
9393
github.com/valyala/fastjson v1.6.4 // indirect
9494
github.com/xdg-go/pbkdf2 v1.0.0 // indirect
9595
github.com/xdg-go/scram v1.1.2 // indirect
@@ -98,20 +98,20 @@ require (
9898
go.uber.org/mock v0.5.0 // indirect
9999
golang.org/x/arch v0.12.0 // indirect
100100
golang.org/x/mod v0.22.0 // indirect
101-
golang.org/x/net v0.31.0 // indirect
101+
golang.org/x/net v0.32.0 // indirect
102102
golang.org/x/oauth2 v0.24.0 // indirect
103-
golang.org/x/tools v0.27.0 // indirect
103+
golang.org/x/tools v0.28.0 // indirect
104104
google.golang.org/protobuf v1.35.2 // indirect
105105
)
106106

107107
require (
108108
github.com/fsnotify/fsnotify v1.8.0 // indirect
109109
github.com/gookit/color v1.5.4 // indirect
110-
github.com/gookit/goutil v0.6.17 // indirect
110+
github.com/gookit/goutil v0.6.18 // indirect
111111
github.com/gookit/gsr v0.1.0 // indirect
112112
github.com/hashicorp/hcl v1.0.0 // indirect
113113
github.com/imroc/req/v3 v3.48.0
114-
github.com/magiconair/properties v1.8.7 // indirect
114+
github.com/magiconair/properties v1.8.9 // indirect
115115
github.com/mitchellh/mapstructure v1.5.0 // indirect
116116
github.com/mymmrac/telego v0.31.4
117117
github.com/pelletier/go-toml/v2 v2.2.3 // indirect
@@ -125,10 +125,10 @@ require (
125125
github.com/valyala/bytebufferpool v1.0.0 // indirect
126126
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
127127
go.uber.org/multierr v1.11.0 // indirect
128-
golang.org/x/exp v0.0.0-20241108190413-2d47ceb2692f // indirect
129-
golang.org/x/sync v0.9.0 // indirect
130-
golang.org/x/sys v0.27.0 // indirect
131-
golang.org/x/text v0.20.0 // indirect
128+
golang.org/x/exp v0.0.0-20241210194714-1829a127f884 // indirect
129+
golang.org/x/sync v0.10.0 // indirect
130+
golang.org/x/sys v0.28.0 // indirect
131+
golang.org/x/text v0.21.0 // indirect
132132
gopkg.in/ini.v1 v1.67.0 // indirect
133133
gopkg.in/yaml.v3 v3.0.1 // indirect
134134
)

0 commit comments

Comments
 (0)