Skip to content

Commit 24de1a6

Browse files
chore: Update all non-major dependencies
1 parent 7c4fd90 commit 24de1a6

File tree

3 files changed

+336
-304
lines changed

3 files changed

+336
-304
lines changed

go.mod

Lines changed: 53 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
module github.com/tuihub/librarian
22

3-
go 1.25.3
3+
go 1.25.7
44

55
require (
66
buf.build/go/protovalidate v0.14.0
77
connectrpc.com/grpcreflect v1.3.0
8-
entgo.io/ent v0.14.5
8+
entgo.io/ent v0.14.6
99
github.com/BurntSushi/toml v1.6.0
10-
github.com/PuerkitoBio/goquery v1.11.0
10+
github.com/PuerkitoBio/goquery v1.12.0
1111
github.com/ThreeDotsLabs/watermill v1.5.1
1212
github.com/ThreeDotsLabs/watermill-redisstream v1.4.5
1313
github.com/ThreeDotsLabs/watermill-sql/v3 v3.1.0
@@ -16,64 +16,64 @@ require (
1616
github.com/blevesearch/bleve/v2 v2.5.7
1717
github.com/dchest/captcha v1.1.0
1818
github.com/fullstorydev/grpchan v1.1.2
19-
github.com/go-co-op/gocron/v2 v2.19.0
19+
github.com/go-co-op/gocron/v2 v2.19.1
2020
github.com/go-kratos/kratos/contrib/log/zap/v2 v2.0.0-20250828133012-308cfee50a57
2121
github.com/go-kratos/kratos/contrib/registry/consul/v2 v2.0.0-20250828133012-308cfee50a57
2222
github.com/go-kratos/kratos/v2 v2.9.2
2323
github.com/gocolly/colly/v2 v2.3.0
2424
github.com/gofiber/contrib/fiberi18n/v2 v2.0.6
2525
github.com/gofiber/fiber/v2 v2.52.10
2626
github.com/gofiber/template/html/v2 v2.1.3
27-
github.com/golang-jwt/jwt/v5 v5.3.0
27+
github.com/golang-jwt/jwt/v5 v5.3.1
2828
github.com/google/go-querystring v1.2.0
2929
github.com/google/uuid v1.6.0
3030
github.com/google/wire v0.7.0
3131
github.com/gorilla/feeds v1.2.0
32-
github.com/hashicorp/consul/api v1.33.0
32+
github.com/hashicorp/consul/api v1.33.4
3333
github.com/improbable-eng/grpc-web v0.15.0
3434
github.com/invopop/jsonschema v0.13.0
35-
github.com/jackc/pgx/v5 v5.8.0
36-
github.com/johannesboyne/gofakes3 v0.0.0-20250916175020-ebf3e50324d3
37-
github.com/mattn/go-sqlite3 v1.14.32
35+
github.com/jackc/pgx/v5 v5.9.1
36+
github.com/johannesboyne/gofakes3 v0.0.0-20260208201424-4c385a1f6a73
37+
github.com/mattn/go-sqlite3 v1.14.37
3838
github.com/maypok86/otter/v2 v2.3.0
39-
github.com/meilisearch/meilisearch-go v0.35.0
40-
github.com/minio/minio-go/v7 v7.0.97
39+
github.com/meilisearch/meilisearch-go v0.36.1
40+
github.com/minio/minio-go/v7 v7.0.99
4141
github.com/mmcdole/gofeed v1.3.0
4242
github.com/muzhou233/go-favicon v0.1.1
43-
github.com/nicksnyder/go-i18n/v2 v2.6.0
43+
github.com/nicksnyder/go-i18n/v2 v2.6.1
4444
github.com/nikoksr/notify v1.5.0
45-
github.com/panjf2000/ants/v2 v2.11.4
46-
github.com/redis/go-redis/v9 v9.17.2
47-
github.com/samber/lo v1.52.0
48-
github.com/shirou/gopsutil/v4 v4.25.12
45+
github.com/panjf2000/ants/v2 v2.12.0
46+
github.com/redis/go-redis/v9 v9.18.0
47+
github.com/samber/lo v1.53.0
48+
github.com/shirou/gopsutil/v4 v4.26.2
4949
github.com/sony/sonyflake/v2 v2.2.0
5050
github.com/spf13/afero v1.15.0
5151
github.com/stretchr/testify v1.11.1
5252
github.com/tuihub/protos v0.6.2
53-
github.com/urfave/cli/v3 v3.6.1
54-
go.opentelemetry.io/otel v1.39.0
55-
go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc v0.15.0
56-
go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp v0.15.0
57-
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v1.39.0
58-
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v1.39.0
59-
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.39.0
60-
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.39.0
61-
go.opentelemetry.io/otel/log v0.15.0
62-
go.opentelemetry.io/otel/metric v1.39.0
63-
go.opentelemetry.io/otel/sdk v1.39.0
64-
go.opentelemetry.io/otel/sdk/log v0.15.0
65-
go.opentelemetry.io/otel/sdk/metric v1.39.0
53+
github.com/urfave/cli/v3 v3.7.0
54+
go.opentelemetry.io/otel v1.42.0
55+
go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc v0.18.0
56+
go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp v0.18.0
57+
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v1.42.0
58+
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v1.42.0
59+
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.42.0
60+
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.42.0
61+
go.opentelemetry.io/otel/log v0.18.0
62+
go.opentelemetry.io/otel/metric v1.42.0
63+
go.opentelemetry.io/otel/sdk v1.42.0
64+
go.opentelemetry.io/otel/sdk/log v0.18.0
65+
go.opentelemetry.io/otel/sdk/metric v1.42.0
6666
go.uber.org/ratelimit v0.3.1
6767
go.uber.org/zap v1.27.1
68-
golang.org/x/crypto v0.46.0
69-
golang.org/x/text v0.32.0
70-
google.golang.org/grpc v1.78.0
68+
golang.org/x/crypto v0.49.0
69+
golang.org/x/text v0.35.0
70+
google.golang.org/grpc v1.79.2
7171
google.golang.org/protobuf v1.36.11
7272
gopkg.in/natefinch/lumberjack.v2 v2.2.1
7373
)
7474

7575
require (
76-
ariga.io/atlas v0.32.1-0.20250325101103-175b25e1c1b9 // indirect
76+
ariga.io/atlas v0.36.2-0.20250730182955-2c6300d0a3e1 // indirect
7777
buf.build/gen/go/bufbuild/protovalidate/protocolbuffers/go v1.36.10-20250912141014-52f32327d4b0.1 // indirect
7878
cel.dev/expr v0.25.1 // indirect
7979
connectrpc.com/connect v1.19.1 // indirect
@@ -116,12 +116,14 @@ require (
116116
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
117117
github.com/cenkalti/backoff/v5 v5.0.3 // indirect
118118
github.com/cespare/xxhash/v2 v2.3.0 // indirect
119+
github.com/clipperhouse/stringish v0.1.1 // indirect
120+
github.com/clipperhouse/uax29/v2 v2.3.0 // indirect
119121
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
120122
github.com/desertbit/timer v0.0.0-20180107155436-c41aec40b27f // indirect
121123
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
122124
github.com/dustin/go-humanize v1.0.1 // indirect
123-
github.com/ebitengine/purego v0.9.1 // indirect
124-
github.com/fatih/color v1.17.0 // indirect
125+
github.com/ebitengine/purego v0.10.0 // indirect
126+
github.com/fatih/color v1.18.0 // indirect
125127
github.com/fsnotify/fsnotify v1.6.0 // indirect
126128
github.com/go-ini/ini v1.67.0 // indirect
127129
github.com/go-kratos/aegis v0.2.0 // indirect
@@ -135,14 +137,13 @@ require (
135137
github.com/gobwas/glob v0.2.3 // indirect
136138
github.com/gofiber/template v1.8.3 // indirect
137139
github.com/gofiber/utils v1.1.0 // indirect
138-
github.com/golang-jwt/jwt/v4 v4.5.2 // indirect
139140
github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect
140141
github.com/golang/protobuf v1.5.4 // indirect
141142
github.com/golang/snappy v0.0.4 // indirect
142143
github.com/google/cel-go v0.25.0 // indirect
143144
github.com/google/go-cmp v0.7.0 // indirect
144145
github.com/gorilla/mux v1.8.1 // indirect
145-
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.3 // indirect
146+
github.com/grpc-ecosystem/grpc-gateway/v2 v2.28.0 // indirect
146147
github.com/hashicorp/errwrap v1.1.0 // indirect
147148
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
148149
github.com/hashicorp/go-hclog v1.6.3 // indirect
@@ -159,7 +160,7 @@ require (
159160
github.com/jonboulle/clockwork v0.5.0 // indirect
160161
github.com/json-iterator/go v1.1.12 // indirect
161162
github.com/kennygrant/sanitize v1.2.4 // indirect
162-
github.com/klauspost/compress v1.18.0 // indirect
163+
github.com/klauspost/compress v1.18.2 // indirect
163164
github.com/klauspost/cpuid/v2 v2.2.11 // indirect
164165
github.com/klauspost/crc32 v1.3.0 // indirect
165166
github.com/lib/pq v1.10.9 // indirect
@@ -168,8 +169,8 @@ require (
168169
github.com/mailru/easyjson v0.9.0 // indirect
169170
github.com/mattn/go-colorable v0.1.14 // indirect
170171
github.com/mattn/go-isatty v0.0.20 // indirect
171-
github.com/mattn/go-runewidth v0.0.16 // indirect
172-
github.com/minio/crc64nvme v1.1.0 // indirect
172+
github.com/mattn/go-runewidth v0.0.19 // indirect
173+
github.com/minio/crc64nvme v1.1.1 // indirect
173174
github.com/minio/md5-simd v1.1.2 // indirect
174175
github.com/mitchellh/go-homedir v1.1.0 // indirect
175176
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
@@ -184,7 +185,6 @@ require (
184185
github.com/pkg/errors v0.9.1 // indirect
185186
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
186187
github.com/power-devops/perfstat v0.0.0-20240221224432-82ca36839d55 // indirect
187-
github.com/rivo/uniseg v0.4.4 // indirect
188188
github.com/robfig/cron/v3 v3.0.1 // indirect
189189
github.com/rs/cors v1.8.3 // indirect
190190
github.com/rs/xid v1.6.0 // indirect
@@ -196,7 +196,7 @@ require (
196196
github.com/stoewer/go-strcase v1.3.0 // indirect
197197
github.com/technoweenie/multipartstreamer v1.0.1 // indirect
198198
github.com/temoto/robotstxt v1.1.2 // indirect
199-
github.com/tinylib/msgp v1.3.0 // indirect
199+
github.com/tinylib/msgp v1.6.1 // indirect
200200
github.com/tklauser/go-sysconf v0.3.16 // indirect
201201
github.com/tklauser/numcpus v0.11.0 // indirect
202202
github.com/valyala/bytebufferpool v1.0.0 // indirect
@@ -209,21 +209,22 @@ require (
209209
github.com/zclconf/go-cty-yaml v1.1.0 // indirect
210210
go.etcd.io/bbolt v1.4.0 // indirect
211211
go.opentelemetry.io/auto/sdk v1.2.1 // indirect
212-
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.39.0 // indirect
213-
go.opentelemetry.io/otel/trace v1.39.0 // indirect
212+
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.42.0 // indirect
213+
go.opentelemetry.io/otel/trace v1.42.0 // indirect
214214
go.opentelemetry.io/proto/otlp v1.9.0 // indirect
215215
go.shabbyrobe.org/gocovmerge v0.0.0-20230507111327-fa4f82cfbf4d // indirect
216-
go.uber.org/atomic v1.9.0 // indirect
216+
go.uber.org/atomic v1.11.0 // indirect
217217
go.uber.org/multierr v1.11.0 // indirect
218+
go.yaml.in/yaml/v3 v3.0.4 // indirect
218219
golang.org/x/exp v0.0.0-20251209150349-8475f28825e9 // indirect
219-
golang.org/x/mod v0.31.0 // indirect
220-
golang.org/x/net v0.48.0 // indirect
221-
golang.org/x/sync v0.19.0 // indirect
222-
golang.org/x/sys v0.39.0 // indirect
223-
golang.org/x/tools v0.40.0 // indirect
220+
golang.org/x/mod v0.33.0 // indirect
221+
golang.org/x/net v0.52.0 // indirect
222+
golang.org/x/sync v0.20.0 // indirect
223+
golang.org/x/sys v0.42.0 // indirect
224+
golang.org/x/tools v0.42.0 // indirect
224225
google.golang.org/appengine v1.6.8 // indirect
225-
google.golang.org/genproto/googleapis/api v0.0.0-20251202230838-ff82c1b0f217 // indirect
226-
google.golang.org/genproto/googleapis/rpc v0.0.0-20251202230838-ff82c1b0f217 // indirect
226+
google.golang.org/genproto/googleapis/api v0.0.0-20260209200024-4cfbd4190f57 // indirect
227+
google.golang.org/genproto/googleapis/rpc v0.0.0-20260209200024-4cfbd4190f57 // indirect
227228
gopkg.in/yaml.v2 v2.4.0 // indirect
228229
gopkg.in/yaml.v3 v3.0.1 // indirect
229230
nhooyr.io/websocket v1.8.7 // indirect

0 commit comments

Comments
 (0)