Skip to content

Commit c5290e2

Browse files
chore: Update all non-major dependencies (#140)
* chore: Update all non-major dependencies * fix * fix --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: MuZhou233 <muzhou233@outlook.com>
1 parent c9e0de9 commit c5290e2

File tree

6 files changed

+312
-309
lines changed

6 files changed

+312
-309
lines changed

go.mod

Lines changed: 53 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -5,27 +5,27 @@ go 1.24
55
toolchain go1.24.2
66

77
require (
8-
buf.build/go/protovalidate v0.13.1
9-
entgo.io/ent v0.14.4
8+
buf.build/go/protovalidate v0.14.0
9+
entgo.io/ent v0.14.5
1010
github.com/BurntSushi/toml v1.5.0
1111
github.com/PuerkitoBio/goquery v1.10.3
12-
github.com/ThreeDotsLabs/watermill v1.4.6
13-
github.com/ThreeDotsLabs/watermill-redisstream v1.4.3
12+
github.com/ThreeDotsLabs/watermill v1.5.0
13+
github.com/ThreeDotsLabs/watermill-redisstream v1.4.4
1414
github.com/ThreeDotsLabs/watermill-sql/v3 v3.1.0
1515
github.com/TobiEiss/go-jsonforms v1.1.8
1616
github.com/Xuanwo/go-locale v1.1.3
17-
github.com/blevesearch/bleve/v2 v2.5.2
17+
github.com/blevesearch/bleve/v2 v2.5.3
1818
github.com/dchest/captcha v1.1.0
1919
github.com/fullstorydev/grpchan v1.1.1
20-
github.com/go-co-op/gocron/v2 v2.16.2
21-
github.com/go-kratos/kratos/contrib/log/zap/v2 v2.0.0-20250527152916-d6f5f00cf562
22-
github.com/go-kratos/kratos/contrib/registry/consul/v2 v2.0.0-20250527152916-d6f5f00cf562
20+
github.com/go-co-op/gocron/v2 v2.16.4
21+
github.com/go-kratos/kratos/contrib/log/zap/v2 v2.0.0-20250828133012-308cfee50a57
22+
github.com/go-kratos/kratos/contrib/registry/consul/v2 v2.0.0-20250828133012-308cfee50a57
2323
github.com/go-kratos/kratos/v2 v2.8.4
2424
github.com/gocolly/colly/v2 v2.2.0
2525
github.com/gofiber/contrib/fiberi18n/v2 v2.0.6
2626
github.com/gofiber/fiber/v2 v2.52.9
2727
github.com/gofiber/template/html/v2 v2.1.3
28-
github.com/golang-jwt/jwt/v5 v5.2.2
28+
github.com/golang-jwt/jwt/v5 v5.3.0
2929
github.com/google/go-querystring v1.1.0
3030
github.com/google/uuid v1.6.0
3131
github.com/google/wire v0.7.0
@@ -34,49 +34,49 @@ require (
3434
github.com/improbable-eng/grpc-web v0.15.0
3535
github.com/invopop/jsonschema v0.13.0
3636
github.com/jackc/pgx/v5 v5.7.5
37-
github.com/johannesboyne/gofakes3 v0.0.0-20250603205740-ed9094be7668
38-
github.com/mattn/go-sqlite3 v1.14.28
37+
github.com/johannesboyne/gofakes3 v0.0.0-20250825084532-6555d310c473
38+
github.com/mattn/go-sqlite3 v1.14.32
3939
github.com/maypok86/otter/v2 v2.2.1
40-
github.com/meilisearch/meilisearch-go v0.32.0
41-
github.com/minio/minio-go/v7 v7.0.94
40+
github.com/meilisearch/meilisearch-go v0.33.2
41+
github.com/minio/minio-go/v7 v7.0.95
4242
github.com/mmcdole/gofeed v1.3.0
4343
github.com/muzhou233/go-favicon v0.1.1
4444
github.com/nicksnyder/go-i18n/v2 v2.6.0
4545
github.com/nikoksr/notify v1.3.0
4646
github.com/panjf2000/ants/v2 v2.11.3
47-
github.com/redis/go-redis/v9 v9.11.0
47+
github.com/redis/go-redis/v9 v9.12.1
4848
github.com/samber/lo v1.51.0
49-
github.com/shirou/gopsutil/v4 v4.25.7
49+
github.com/shirou/gopsutil/v4 v4.25.8
5050
github.com/sony/sonyflake/v2 v2.2.0
5151
github.com/spf13/afero v1.14.0
52-
github.com/stretchr/testify v1.10.0
52+
github.com/stretchr/testify v1.11.1
5353
github.com/tuihub/protos v0.5.10
5454
github.com/urfave/cli/v3 v3.4.1
55-
go.opentelemetry.io/otel v1.37.0
56-
go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc v0.13.0
57-
go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp v0.13.0
58-
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v1.37.0
59-
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v1.37.0
60-
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.37.0
61-
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.37.0
62-
go.opentelemetry.io/otel/log v0.13.0
63-
go.opentelemetry.io/otel/metric v1.37.0
64-
go.opentelemetry.io/otel/sdk v1.37.0
65-
go.opentelemetry.io/otel/sdk/log v0.13.0
66-
go.opentelemetry.io/otel/sdk/metric v1.37.0
55+
go.opentelemetry.io/otel v1.38.0
56+
go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc v0.14.0
57+
go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp v0.14.0
58+
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v1.38.0
59+
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v1.38.0
60+
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.38.0
61+
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.38.0
62+
go.opentelemetry.io/otel/log v0.14.0
63+
go.opentelemetry.io/otel/metric v1.38.0
64+
go.opentelemetry.io/otel/sdk v1.38.0
65+
go.opentelemetry.io/otel/sdk/log v0.14.0
66+
go.opentelemetry.io/otel/sdk/metric v1.38.0
6767
go.uber.org/ratelimit v0.3.1
6868
go.uber.org/zap v1.27.0
69-
golang.org/x/crypto v0.39.0
70-
golang.org/x/text v0.26.0
71-
google.golang.org/grpc v1.73.0
72-
google.golang.org/protobuf v1.36.6
69+
golang.org/x/crypto v0.41.0
70+
golang.org/x/text v0.28.0
71+
google.golang.org/grpc v1.75.0
72+
google.golang.org/protobuf v1.36.8
7373
gopkg.in/natefinch/lumberjack.v2 v2.2.1
7474
)
7575

7676
require (
77-
ariga.io/atlas v0.31.1-0.20250212144724-069be8033e83 // indirect
78-
buf.build/gen/go/bufbuild/protovalidate/protocolbuffers/go v1.36.6-20250613105001-9f2d3c737feb.1 // indirect
79-
cel.dev/expr v0.23.1 // indirect
77+
ariga.io/atlas v0.32.1-0.20250325101103-175b25e1c1b9 // indirect
78+
buf.build/gen/go/bufbuild/protovalidate/protocolbuffers/go v1.36.6-20250717165733-d22d418d82d8.1 // indirect
79+
cel.dev/expr v0.24.0 // indirect
8080
dario.cat/mergo v1.0.0 // indirect
8181
github.com/Jeffail/gabs/v2 v2.7.0 // indirect
8282
github.com/Rican7/retry v0.3.1 // indirect
@@ -88,15 +88,13 @@ require (
8888
github.com/antchfx/xmlquery v1.4.4 // indirect
8989
github.com/antchfx/xpath v1.3.3 // indirect
9090
github.com/antlr4-go/antlr/v4 v4.13.0 // indirect
91-
github.com/apparentlymart/go-textseg/v13 v13.0.0 // indirect
9291
github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect
9392
github.com/armon/go-metrics v0.4.1 // indirect
94-
github.com/aws/aws-sdk-go v1.49.5 // indirect
9593
github.com/bahlo/generic-list-go v0.2.0 // indirect
9694
github.com/benbjohnson/clock v1.3.0 // indirect
9795
github.com/bits-and-blooms/bitset v1.22.0 // indirect
9896
github.com/blevesearch/bleve_index_api v1.2.8 // indirect
99-
github.com/blevesearch/geo v0.2.3 // indirect
97+
github.com/blevesearch/geo v0.2.4 // indirect
10098
github.com/blevesearch/go-faiss v1.0.25 // indirect
10199
github.com/blevesearch/go-porterstemmer v1.0.3 // indirect
102100
github.com/blevesearch/gtreap v0.1.1 // indirect
@@ -114,9 +112,8 @@ require (
114112
github.com/blevesearch/zapx/v16 v16.2.4 // indirect
115113
github.com/bmatcuk/doublestar v1.3.4 // indirect
116114
github.com/buger/jsonparser v1.1.1 // indirect
117-
github.com/cenkalti/backoff/v3 v3.2.2 // indirect
118115
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
119-
github.com/cenkalti/backoff/v5 v5.0.2 // indirect
116+
github.com/cenkalti/backoff/v5 v5.0.3 // indirect
120117
github.com/cespare/xxhash/v2 v2.3.0 // indirect
121118
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
122119
github.com/desertbit/timer v0.0.0-20180107155436-c41aec40b27f // indirect
@@ -137,41 +134,40 @@ require (
137134
github.com/goccy/go-json v0.10.5 // indirect
138135
github.com/gofiber/template v1.8.3 // indirect
139136
github.com/gofiber/utils v1.1.0 // indirect
140-
github.com/golang-jwt/jwt/v4 v4.5.1 // indirect
137+
github.com/golang-jwt/jwt/v4 v4.5.2 // indirect
141138
github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect
142139
github.com/golang/protobuf v1.5.4 // indirect
143140
github.com/golang/snappy v0.0.4 // indirect
144141
github.com/google/cel-go v0.25.0 // indirect
145142
github.com/google/go-cmp v0.7.0 // indirect
146143
github.com/gorilla/mux v1.8.1 // indirect
147-
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.1 // indirect
144+
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.2 // indirect
148145
github.com/hashicorp/errwrap v1.1.0 // indirect
149146
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
150147
github.com/hashicorp/go-hclog v1.6.3 // indirect
151148
github.com/hashicorp/go-immutable-radix v1.3.1 // indirect
152149
github.com/hashicorp/go-multierror v1.1.1 // indirect
153150
github.com/hashicorp/go-rootcerts v1.0.2 // indirect
154151
github.com/hashicorp/golang-lru v1.0.2 // indirect
155-
github.com/hashicorp/hcl/v2 v2.16.1 // indirect
152+
github.com/hashicorp/hcl/v2 v2.18.1 // indirect
156153
github.com/hashicorp/serf v0.10.1 // indirect
157154
github.com/jackc/pgpassfile v1.0.0 // indirect
158155
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
159156
github.com/jackc/puddle/v2 v2.2.2 // indirect
160157
github.com/jhump/protoreflect v1.11.0 // indirect
161158
github.com/jonboulle/clockwork v0.5.0 // indirect
162-
github.com/josharian/intern v1.0.0 // indirect
163159
github.com/json-iterator/go v1.1.12 // indirect
164160
github.com/kennygrant/sanitize v1.2.4 // indirect
165161
github.com/klauspost/compress v1.18.0 // indirect
166-
github.com/klauspost/cpuid/v2 v2.2.10 // indirect
162+
github.com/klauspost/cpuid/v2 v2.2.11 // indirect
167163
github.com/lib/pq v1.10.9 // indirect
168164
github.com/lithammer/shortuuid/v3 v3.0.7 // indirect
169165
github.com/lufia/plan9stats v0.0.0-20230326075908-cb1d2100619a // indirect
170166
github.com/mailru/easyjson v0.9.0 // indirect
171167
github.com/mattn/go-colorable v0.1.13 // indirect
172168
github.com/mattn/go-isatty v0.0.20 // indirect
173169
github.com/mattn/go-runewidth v0.0.16 // indirect
174-
github.com/minio/crc64nvme v1.0.1 // indirect
170+
github.com/minio/crc64nvme v1.0.2 // indirect
175171
github.com/minio/md5-simd v1.1.2 // indirect
176172
github.com/mitchellh/go-homedir v1.1.0 // indirect
177173
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
@@ -182,11 +178,11 @@ require (
182178
github.com/mschoch/smat v0.2.0 // indirect
183179
github.com/nlnwa/whatwg-url v0.6.1 // indirect
184180
github.com/oklog/ulid v1.3.1 // indirect
185-
github.com/philhofer/fwd v1.1.3-0.20240916144458-20a13a1f6b7c // indirect
181+
github.com/philhofer/fwd v1.2.0 // indirect
186182
github.com/pingcap/errors v0.11.4 // indirect
187183
github.com/pkg/errors v0.9.1 // indirect
188184
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
189-
github.com/power-devops/perfstat v0.0.0-20221212215047-62379fc7944b // indirect
185+
github.com/power-devops/perfstat v0.0.0-20240221224432-82ca36839d55 // indirect
190186
github.com/rivo/uniseg v0.4.4 // indirect
191187
github.com/robfig/cron/v3 v3.0.1 // indirect
192188
github.com/rs/cors v1.8.3 // indirect
@@ -212,21 +208,21 @@ require (
212208
github.com/zclconf/go-cty-yaml v1.1.0 // indirect
213209
go.etcd.io/bbolt v1.4.0 // indirect
214210
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
215-
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.37.0 // indirect
216-
go.opentelemetry.io/otel/trace v1.37.0 // indirect
217-
go.opentelemetry.io/proto/otlp v1.7.0 // indirect
211+
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.38.0 // indirect
212+
go.opentelemetry.io/otel/trace v1.38.0 // indirect
213+
go.opentelemetry.io/proto/otlp v1.7.1 // indirect
218214
go.shabbyrobe.org/gocovmerge v0.0.0-20230507111327-fa4f82cfbf4d // indirect
219215
go.uber.org/atomic v1.9.0 // indirect
220216
go.uber.org/multierr v1.11.0 // indirect
221217
golang.org/x/exp v0.0.0-20250305212735-054e65f0b394 // indirect
222-
golang.org/x/mod v0.25.0 // indirect
223-
golang.org/x/net v0.41.0 // indirect
218+
golang.org/x/mod v0.26.0 // indirect
219+
golang.org/x/net v0.43.0 // indirect
224220
golang.org/x/sync v0.16.0 // indirect
225-
golang.org/x/sys v0.34.0 // indirect
226-
golang.org/x/tools v0.33.0 // indirect
221+
golang.org/x/sys v0.35.0 // indirect
222+
golang.org/x/tools v0.35.0 // indirect
227223
google.golang.org/appengine v1.6.8 // indirect
228-
google.golang.org/genproto/googleapis/api v0.0.0-20250603155806-513f23925822 // indirect
229-
google.golang.org/genproto/googleapis/rpc v0.0.0-20250603155806-513f23925822 // indirect
224+
google.golang.org/genproto/googleapis/api v0.0.0-20250825161204-c5933d9347a5 // indirect
225+
google.golang.org/genproto/googleapis/rpc v0.0.0-20250825161204-c5933d9347a5 // indirect
230226
gopkg.in/yaml.v2 v2.4.0 // indirect
231227
gopkg.in/yaml.v3 v3.0.1 // indirect
232228
nhooyr.io/websocket v1.8.7 // indirect

0 commit comments

Comments
 (0)