Skip to content

Commit 84ec577

Browse files
chore(deps): update all non-major dependencies (#85)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8263eb9 commit 84ec577

File tree

6 files changed

+164
-157
lines changed

6 files changed

+164
-157
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- name: Set up Go
4747
uses: actions/setup-go@v6
4848
with:
49-
go-version: '1.25.4'
49+
go-version: '1.25.5'
5050

5151
- name: Configure environment
5252
run: |

debug/app/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,23 +18,23 @@
1818
"pinia": "^3.0.4",
1919
"reconnecting-websocket": "^4.4.0",
2020
"uuid": "^13.0.0",
21-
"vue": "^3.5.24",
21+
"vue": "^3.5.25",
2222
"vue-json-pretty": "^2.6.0",
2323
"vue-router": "^4.6.3"
2424
},
2525
"devDependencies": {
2626
"@antfu/eslint-config": "^6.1.0",
2727
"@iconify-json/ant-design": "^1.2.5",
2828
"@types/node": "^24.9.2",
29-
"@unocss/preset-attributify": "^66.5.9",
30-
"@unocss/preset-icons": "^66.5.9",
31-
"@unocss/preset-uno": "^66.5.9",
29+
"@unocss/preset-attributify": "^66.5.10",
30+
"@unocss/preset-icons": "^66.5.10",
31+
"@unocss/preset-uno": "^66.5.10",
3232
"@vitejs/plugin-vue": "^6.0.2",
3333
"@vitejs/plugin-vue-jsx": "^5.1.2",
3434
"eslint": "^9.39.1",
35-
"eslint-plugin-format": "^1.0.2",
35+
"eslint-plugin-format": "^1.1.0",
3636
"typescript": "^5.9.3",
37-
"unocss": "^66.5.9",
37+
"unocss": "^66.5.10",
3838
"unplugin-auto-import": "^20.2.0",
3939
"unplugin-vue-components": "^30.0.0",
4040
"vite": "^7.1.10",

go.mod

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/uozi-tech/cosy
22

3-
go 1.25.4
3+
go 1.25.5
44

55
require (
66
github.com/BurntSushi/toml v1.5.0
@@ -11,7 +11,7 @@ require (
1111
github.com/fatih/color v1.18.0
1212
github.com/gin-contrib/pprof v1.5.3
1313
github.com/gin-gonic/gin v1.11.0
14-
github.com/go-co-op/gocron/v2 v2.18.0
14+
github.com/go-co-op/gocron/v2 v2.18.2
1515
github.com/go-gormigrate/gormigrate/v2 v2.1.5
1616
github.com/go-playground/validator/v10 v10.28.0
1717
github.com/google/pprof v0.0.0-20250923004556-9e5a51aed1e8
@@ -20,11 +20,11 @@ require (
2020
github.com/guregu/null/v6 v6.0.0
2121
github.com/jackc/pgtype v1.14.4
2222
github.com/mitchellh/mapstructure v1.5.0
23-
github.com/oschwald/geoip2-golang/v2 v2.0.0
24-
github.com/quic-go/quic-go v0.57.0
25-
github.com/redis/go-redis/v9 v9.17.0
23+
github.com/oschwald/geoip2-golang/v2 v2.0.1
24+
github.com/quic-go/quic-go v0.57.1
25+
github.com/redis/go-redis/v9 v9.17.2
2626
github.com/samber/lo v1.52.0
27-
github.com/shirou/gopsutil/v4 v4.25.10
27+
github.com/shirou/gopsutil/v4 v4.25.11
2828
github.com/shopspring/decimal v1.4.0
2929
github.com/sony/sonyflake/v2 v2.2.0
3030
github.com/spf13/cast v1.10.0
@@ -53,7 +53,7 @@ require (
5353
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
5454
github.com/dennwc/varint v1.0.0 // indirect
5555
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
56-
github.com/ebitengine/purego v0.9.0 // indirect
56+
github.com/ebitengine/purego v0.9.1 // indirect
5757
github.com/gabriel-vasile/mimetype v1.4.11 // indirect
5858
github.com/gin-contrib/sse v1.1.0 // indirect
5959
github.com/go-kit/kit v0.13.0 // indirect
@@ -87,7 +87,7 @@ require (
8787
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
8888
github.com/modern-go/reflect2 v1.0.3-0.20250322232337-35a7c28c31ee // indirect
8989
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
90-
github.com/oschwald/maxminddb-golang/v2 v2.0.0 // indirect
90+
github.com/oschwald/maxminddb-golang/v2 v2.1.1 // indirect
9191
github.com/pelletier/go-toml/v2 v2.2.4 // indirect
9292
github.com/pierrec/lz4/v4 v4.1.22 // indirect
9393
github.com/pkg/errors v0.9.1 // indirect
@@ -100,8 +100,8 @@ require (
100100
github.com/prometheus/prometheus v0.307.3 // indirect
101101
github.com/quic-go/qpack v0.6.0 // indirect
102102
github.com/robfig/cron/v3 v3.0.1 // indirect
103-
github.com/tklauser/go-sysconf v0.3.15 // indirect
104-
github.com/tklauser/numcpus v0.10.0 // indirect
103+
github.com/tklauser/go-sysconf v0.3.16 // indirect
104+
github.com/tklauser/numcpus v0.11.0 // indirect
105105
github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
106106
github.com/ugorji/go/codec v1.3.1 // indirect
107107
github.com/yusufpapurcu/wmi v1.2.4 // indirect
@@ -114,7 +114,7 @@ require (
114114
golang.org/x/mod v0.29.0 // indirect
115115
golang.org/x/net v0.46.0 // indirect
116116
golang.org/x/sync v0.17.0 // indirect
117-
golang.org/x/sys v0.37.0 // indirect
117+
golang.org/x/sys v0.38.0 // indirect
118118
golang.org/x/text v0.30.0 // indirect
119119
golang.org/x/tools v0.38.0 // indirect
120120
google.golang.org/genproto/googleapis/rpc v0.0.0-20250922171735-9219d122eba9 // indirect

go.sum

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,8 @@ github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f h1:lO4WD4F/r
123123
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f/go.mod h1:cuUVRXasLTGF7a8hSLbxyZXjz+1KgoB3wDUb6vlszIc=
124124
github.com/ebitengine/purego v0.9.0 h1:mh0zpKBIXDceC63hpvPuGLiJ8ZAa3DfrFTudmfi8A4k=
125125
github.com/ebitengine/purego v0.9.0/go.mod h1:iIjxzd6CiRiOG0UyXP+V1+jWqUXVjPKLAI0mRfJZTmQ=
126+
github.com/ebitengine/purego v0.9.1 h1:a/k2f2HQU3Pi399RPW1MOaZyhKJL9w/xFpKAg4q1s0A=
127+
github.com/ebitengine/purego v0.9.1/go.mod h1:iIjxzd6CiRiOG0UyXP+V1+jWqUXVjPKLAI0mRfJZTmQ=
126128
github.com/elliotchance/orderedmap/v3 v3.1.0 h1:j4DJ5ObEmMBt/lcwIecKcoRxIQUEnw0L804lXYDt/pg=
127129
github.com/elliotchance/orderedmap/v3 v3.1.0/go.mod h1:G+Hc2RwaZvJMcS4JpGCOyViCnGeKf0bTYCGTO4uhjSo=
128130
github.com/fatih/color v1.18.0 h1:S8gINlzdQ840/4pfAwic/ZE0djQEH3wM94VfqLTZcOM=
@@ -145,6 +147,8 @@ github.com/go-co-op/gocron/v2 v2.17.0 h1:e/oj6fcAM8vOOKZxv2Cgfmjo+s8AXC46po5ZPta
145147
github.com/go-co-op/gocron/v2 v2.17.0/go.mod h1:Zii6he+Zfgy5W9B+JKk/KwejFOW0kZTFvHtwIpR4aBI=
146148
github.com/go-co-op/gocron/v2 v2.18.0 h1:DS3Uhru66q1jy/5f9V0itmi3cLXcn2b7N+duGfgT7gU=
147149
github.com/go-co-op/gocron/v2 v2.18.0/go.mod h1:Zii6he+Zfgy5W9B+JKk/KwejFOW0kZTFvHtwIpR4aBI=
150+
github.com/go-co-op/gocron/v2 v2.18.2 h1:+5VU41FUXPWSPKLXZQ/77SGzUiPCcakU0v7ENc2H20Q=
151+
github.com/go-co-op/gocron/v2 v2.18.2/go.mod h1:Zii6he+Zfgy5W9B+JKk/KwejFOW0kZTFvHtwIpR4aBI=
148152
github.com/go-gormigrate/gormigrate/v2 v2.1.5 h1:1OyorA5LtdQw12cyJDEHuTrEV3GiXiIhS4/QTTa/SM8=
149153
github.com/go-gormigrate/gormigrate/v2 v2.1.5/go.mod h1:mj9ekk/7CPF3VjopaFvWKN2v7fN3D9d3eEOAXRhi/+M=
150154
github.com/go-kit/kit v0.13.0 h1:OoneCcHKHQ03LfBpoQCUfCluwd2Vt3ohz+kvbJneZAU=
@@ -336,8 +340,12 @@ github.com/oklog/ulid/v2 v2.1.1 h1:suPZ4ARWLOJLegGFiZZ1dFAkqzhMjL3J1TzI+5wHz8s=
336340
github.com/oklog/ulid/v2 v2.1.1/go.mod h1:rcEKHmBBKfef9DhnvX7y1HZBYxjXb0cP5ExxNsTT1QQ=
337341
github.com/oschwald/geoip2-golang/v2 v2.0.0 h1:1GZ7MsQsbIKeOXMDV2MqBVfV8NuCIqWatomkS67LwQo=
338342
github.com/oschwald/geoip2-golang/v2 v2.0.0/go.mod h1:MR3+NmQTkjxyJ/u6iZJSfpfy5al/QqsaJL1Gg6uI7sU=
343+
github.com/oschwald/geoip2-golang/v2 v2.0.1 h1:YcYoG/L+gmSfk7AlToTmoL0JvblNyhGC8NyVhwDzzi8=
344+
github.com/oschwald/geoip2-golang/v2 v2.0.1/go.mod h1:qdVmcPgrTJ4q2eP9tHq/yldMTdp2VMr33uVdFbHBiBc=
339345
github.com/oschwald/maxminddb-golang/v2 v2.0.0 h1:Gyljxck1kHbBxDgLM++NfDWBqvu1pWWfT8XbosSo0bo=
340346
github.com/oschwald/maxminddb-golang/v2 v2.0.0/go.mod h1:gG4V88LsawPEqtbL1Veh1WRh+nVSYwXzJ1P5Fcn77g0=
347+
github.com/oschwald/maxminddb-golang/v2 v2.1.1 h1:lA8FH0oOrM4u7mLvowq8IT6a3Q/qEnqRzLQn9eH5ojc=
348+
github.com/oschwald/maxminddb-golang/v2 v2.1.1/go.mod h1:PLdx6PR+siSIoXqqy7C7r3SB3KZnhxWr1Dp6g0Hacl8=
341349
github.com/pelletier/go-toml/v2 v2.2.4 h1:mye9XuhQ6gvn5h28+VilKrrPoQVanw5PMw/TB0t5Ec4=
342350
github.com/pelletier/go-toml/v2 v2.2.4/go.mod h1:2gIqNv+qfxSVS7cM2xJQKtLSTLUE9V8t9Stt+h56mCY=
343351
github.com/pierrec/lz4/v4 v4.1.22 h1:cKFw6uJDK+/gfw5BcDL0JL5aBsAFdsIT18eRtLj7VIU=
@@ -382,10 +390,14 @@ github.com/quic-go/quic-go v0.56.0 h1:q/TW+OLismmXAehgFLczhCDTYB3bFmua4D9lsNBWxv
382390
github.com/quic-go/quic-go v0.56.0/go.mod h1:9gx5KsFQtw2oZ6GZTyh+7YEvOxWCL9WZAepnHxgAo6c=
383391
github.com/quic-go/quic-go v0.57.0 h1:AsSSrrMs4qI/hLrKlTH/TGQeTMY0ib1pAOX7vA3AdqE=
384392
github.com/quic-go/quic-go v0.57.0/go.mod h1:ly4QBAjHA2VhdnxhojRsCUOeJwKYg+taDlos92xb1+s=
393+
github.com/quic-go/quic-go v0.57.1 h1:25KAAR9QR8KZrCZRThWMKVAwGoiHIrNbT72ULHTuI10=
394+
github.com/quic-go/quic-go v0.57.1/go.mod h1:ly4QBAjHA2VhdnxhojRsCUOeJwKYg+taDlos92xb1+s=
385395
github.com/redis/go-redis/v9 v9.16.0 h1:OotgqgLSRCmzfqChbQyG1PHC3tLNR89DG4jdOERSEP4=
386396
github.com/redis/go-redis/v9 v9.16.0/go.mod h1:u410H11HMLoB+TP67dz8rL9s6QW2j76l0//kSOd3370=
387397
github.com/redis/go-redis/v9 v9.17.0 h1:K6E+ZlYN95KSMmZeEQPbU/c++wfmEvfFB17yEAq/VhM=
388398
github.com/redis/go-redis/v9 v9.17.0/go.mod h1:u410H11HMLoB+TP67dz8rL9s6QW2j76l0//kSOd3370=
399+
github.com/redis/go-redis/v9 v9.17.2 h1:P2EGsA4qVIM3Pp+aPocCJ7DguDHhqrXNhVcEp4ViluI=
400+
github.com/redis/go-redis/v9 v9.17.2/go.mod h1:u410H11HMLoB+TP67dz8rL9s6QW2j76l0//kSOd3370=
389401
github.com/robfig/cron/v3 v3.0.1 h1:WdRxkvbJztn8LMz/QEvLN5sBU+xKpSqwwUO1Pjr4qDs=
390402
github.com/robfig/cron/v3 v3.0.1/go.mod h1:eQICP3HwyT7UooqI/z+Ov+PtYAWygg1TEWWzGIFLtro=
391403
github.com/rogpeppe/go-internal v1.3.0/go.mod h1:M8bDsm7K2OlrFYOpmOWEs/qY81heoFRclV5y23lUDJ4=
@@ -401,6 +413,8 @@ github.com/shirou/gopsutil/v4 v4.25.9 h1:JImNpf6gCVhKgZhtaAHJ0serfFGtlfIlSC08eaK
401413
github.com/shirou/gopsutil/v4 v4.25.9/go.mod h1:gxIxoC+7nQRwUl/xNhutXlD8lq+jxTgpIkEf3rADHL8=
402414
github.com/shirou/gopsutil/v4 v4.25.10 h1:at8lk/5T1OgtuCp+AwrDofFRjnvosn0nkN2OLQ6g8tA=
403415
github.com/shirou/gopsutil/v4 v4.25.10/go.mod h1:+kSwyC8DRUD9XXEHCAFjK+0nuArFJM0lva+StQAcskM=
416+
github.com/shirou/gopsutil/v4 v4.25.11 h1:X53gB7muL9Gnwwo2evPSE+SfOrltMoR6V3xJAXZILTY=
417+
github.com/shirou/gopsutil/v4 v4.25.11/go.mod h1:EivAfP5x2EhLp2ovdpKSozecVXn1TmuG7SMzs/Wh4PU=
404418
github.com/shopspring/decimal v0.0.0-20180709203117-cd690d0c9e24/go.mod h1:M+9NzErvs504Cn4c5DxATwIqPbtswREoFCre64PpcG4=
405419
github.com/shopspring/decimal v1.2.0/go.mod h1:DKyhrW/HYNuLGql+MJL6WCR6knT2jwCFRcu2hWCYk4o=
406420
github.com/shopspring/decimal v1.4.0 h1:bxl37RwXBklmTi0C79JfXCEBD1cqqHt0bbgBAGFp81k=
@@ -433,8 +447,12 @@ github.com/tjfoc/gmsm v1.3.2 h1:7JVkAn5bvUJ7HtU08iW6UiD+UTmJTIToHCfeFzkcCxM=
433447
github.com/tjfoc/gmsm v1.3.2/go.mod h1:HaUcFuY0auTiaHB9MHFGCPx5IaLhTUd2atbCFBQXn9w=
434448
github.com/tklauser/go-sysconf v0.3.15 h1:VE89k0criAymJ/Os65CSn1IXaol+1wrsFHEB8Ol49K4=
435449
github.com/tklauser/go-sysconf v0.3.15/go.mod h1:Dmjwr6tYFIseJw7a3dRLJfsHAMXZ3nEnL/aZY+0IuI4=
450+
github.com/tklauser/go-sysconf v0.3.16 h1:frioLaCQSsF5Cy1jgRBrzr6t502KIIwQ0MArYICU0nA=
451+
github.com/tklauser/go-sysconf v0.3.16/go.mod h1:/qNL9xxDhc7tx3HSRsLWNnuzbVfh3e7gh/BmM179nYI=
436452
github.com/tklauser/numcpus v0.10.0 h1:18njr6LDBk1zuna922MgdjQuJFjrdppsZG60sHGfjso=
437453
github.com/tklauser/numcpus v0.10.0/go.mod h1:BiTKazU708GQTYF4mB+cmlpT2Is1gLk7XVuEeem8LsQ=
454+
github.com/tklauser/numcpus v0.11.0 h1:nSTwhKH5e1dMNsCdVBukSZrURJRoHbSEQjdEbY+9RXw=
455+
github.com/tklauser/numcpus v0.11.0/go.mod h1:z+LwcLq54uWZTX0u/bGobaV34u6V7KNlTZejzM6/3MQ=
438456
github.com/twitchyliquid64/golang-asm v0.15.1 h1:SU5vSMR7hnwNxj24w34ZyCi/FmDZTkS4MhqMhdFk5YI=
439457
github.com/twitchyliquid64/golang-asm v0.15.1/go.mod h1:a1lVb/DtPvCB8fslRZhAngC2+aY1QWCk3Cedj/Gdt08=
440458
github.com/ugorji/go/codec v1.3.0 h1:Qd2W2sQawAfG8XSvzwhBeoGq71zXOC/Q1E9y/wUcsUA=
@@ -562,6 +580,8 @@ golang.org/x/sys v0.8.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
562580
golang.org/x/sys v0.17.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
563581
golang.org/x/sys v0.37.0 h1:fdNQudmxPjkdUTPnLn5mdQv7Zwvbvpaxqs831goi9kQ=
564582
golang.org/x/sys v0.37.0/go.mod h1:OgkHotnGiDImocRcuBABYBEXf8A9a87e/uXjp9XT3ks=
583+
golang.org/x/sys v0.38.0 h1:3yZWxaJjBmCWXqhN1qh02AkOnCQ1poK6oF+a7xWL6Gc=
584+
golang.org/x/sys v0.38.0/go.mod h1:OgkHotnGiDImocRcuBABYBEXf8A9a87e/uXjp9XT3ks=
565585
golang.org/x/term v0.0.0-20201117132131-f5c789dd3221/go.mod h1:Nr5EML6q2oocZ2LXRh80K7BxOlk5/8JxuGnuhpl+muw=
566586
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo=
567587
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211/go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8=

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"devDependencies": {
33
"vitepress": "^1.6.4",
4-
"vue": "^3.5.24"
4+
"vue": "^3.5.25"
55
},
66
"scripts": {
77
"docs:dev": "vitepress dev docs",
88
"docs:build": "vitepress build docs",
99
"docs:preview": "vitepress preview docs"
1010
},
1111
"dependencies": {
12-
"vite": "^7.2.4",
13-
"vitepress-plugin-legend": "^1.1.0"
12+
"vite": "^7.2.6",
13+
"vitepress-plugin-legend": "^1.2.1"
1414
}
1515
}

0 commit comments

Comments
 (0)