Skip to content

Commit ad0d6e3

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

3 files changed

Lines changed: 282 additions & 276 deletions

File tree

go.mod

Lines changed: 43 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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
@@ -16,58 +16,58 @@ 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
3535
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
36+
github.com/johannesboyne/gofakes3 v0.0.0-20260208201424-4c385a1f6a73
37+
github.com/mattn/go-sqlite3 v1.14.34
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.98
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
45+
github.com/panjf2000/ants/v2 v2.11.5
46+
github.com/redis/go-redis/v9 v9.18.0
4747
github.com/samber/lo v1.52.0
48-
github.com/shirou/gopsutil/v4 v4.25.12
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.6.2
54+
go.opentelemetry.io/otel v1.40.0
55+
go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc v0.16.0
56+
go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp v0.16.0
57+
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v1.40.0
58+
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v1.40.0
59+
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.40.0
60+
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.40.0
61+
go.opentelemetry.io/otel/log v0.16.0
62+
go.opentelemetry.io/otel/metric v1.40.0
63+
go.opentelemetry.io/otel/sdk v1.40.0
64+
go.opentelemetry.io/otel/sdk/log v0.16.0
65+
go.opentelemetry.io/otel/sdk/metric v1.40.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.48.0
69+
golang.org/x/text v0.34.0
70+
google.golang.org/grpc v1.79.1
7171
google.golang.org/protobuf v1.36.11
7272
gopkg.in/natefinch/lumberjack.v2 v2.2.1
7373
)
@@ -120,7 +120,7 @@ require (
120120
github.com/desertbit/timer v0.0.0-20180107155436-c41aec40b27f // indirect
121121
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
122122
github.com/dustin/go-humanize v1.0.1 // indirect
123-
github.com/ebitengine/purego v0.9.1 // indirect
123+
github.com/ebitengine/purego v0.10.0 // indirect
124124
github.com/fatih/color v1.17.0 // indirect
125125
github.com/fsnotify/fsnotify v1.6.0 // indirect
126126
github.com/go-ini/ini v1.67.0 // indirect
@@ -135,14 +135,13 @@ require (
135135
github.com/gobwas/glob v0.2.3 // indirect
136136
github.com/gofiber/template v1.8.3 // indirect
137137
github.com/gofiber/utils v1.1.0 // indirect
138-
github.com/golang-jwt/jwt/v4 v4.5.2 // indirect
139138
github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect
140139
github.com/golang/protobuf v1.5.4 // indirect
141140
github.com/golang/snappy v0.0.4 // indirect
142141
github.com/google/cel-go v0.25.0 // indirect
143142
github.com/google/go-cmp v0.7.0 // indirect
144143
github.com/gorilla/mux v1.8.1 // indirect
145-
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.3 // indirect
144+
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.7 // indirect
146145
github.com/hashicorp/errwrap v1.1.0 // indirect
147146
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
148147
github.com/hashicorp/go-hclog v1.6.3 // indirect
@@ -159,7 +158,7 @@ require (
159158
github.com/jonboulle/clockwork v0.5.0 // indirect
160159
github.com/json-iterator/go v1.1.12 // indirect
161160
github.com/kennygrant/sanitize v1.2.4 // indirect
162-
github.com/klauspost/compress v1.18.0 // indirect
161+
github.com/klauspost/compress v1.18.2 // indirect
163162
github.com/klauspost/cpuid/v2 v2.2.11 // indirect
164163
github.com/klauspost/crc32 v1.3.0 // indirect
165164
github.com/lib/pq v1.10.9 // indirect
@@ -169,7 +168,7 @@ require (
169168
github.com/mattn/go-colorable v0.1.14 // indirect
170169
github.com/mattn/go-isatty v0.0.20 // indirect
171170
github.com/mattn/go-runewidth v0.0.16 // indirect
172-
github.com/minio/crc64nvme v1.1.0 // indirect
171+
github.com/minio/crc64nvme v1.1.1 // indirect
173172
github.com/minio/md5-simd v1.1.2 // indirect
174173
github.com/mitchellh/go-homedir v1.1.0 // indirect
175174
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
@@ -196,7 +195,7 @@ require (
196195
github.com/stoewer/go-strcase v1.3.0 // indirect
197196
github.com/technoweenie/multipartstreamer v1.0.1 // indirect
198197
github.com/temoto/robotstxt v1.1.2 // indirect
199-
github.com/tinylib/msgp v1.3.0 // indirect
198+
github.com/tinylib/msgp v1.6.1 // indirect
200199
github.com/tklauser/go-sysconf v0.3.16 // indirect
201200
github.com/tklauser/numcpus v0.11.0 // indirect
202201
github.com/valyala/bytebufferpool v1.0.0 // indirect
@@ -209,21 +208,22 @@ require (
209208
github.com/zclconf/go-cty-yaml v1.1.0 // indirect
210209
go.etcd.io/bbolt v1.4.0 // indirect
211210
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
211+
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.40.0 // indirect
212+
go.opentelemetry.io/otel/trace v1.40.0 // indirect
214213
go.opentelemetry.io/proto/otlp v1.9.0 // indirect
215214
go.shabbyrobe.org/gocovmerge v0.0.0-20230507111327-fa4f82cfbf4d // indirect
216-
go.uber.org/atomic v1.9.0 // indirect
215+
go.uber.org/atomic v1.11.0 // indirect
217216
go.uber.org/multierr v1.11.0 // indirect
217+
go.yaml.in/yaml/v3 v3.0.4 // indirect
218218
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
219+
golang.org/x/mod v0.32.0 // indirect
220+
golang.org/x/net v0.49.0 // indirect
221221
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
222+
golang.org/x/sys v0.41.0 // indirect
223+
golang.org/x/tools v0.41.0 // indirect
224224
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
225+
google.golang.org/genproto/googleapis/api v0.0.0-20260128011058-8636f8732409 // indirect
226+
google.golang.org/genproto/googleapis/rpc v0.0.0-20260128011058-8636f8732409 // indirect
227227
gopkg.in/yaml.v2 v2.4.0 // indirect
228228
gopkg.in/yaml.v3 v3.0.1 // indirect
229229
nhooyr.io/websocket v1.8.7 // indirect

0 commit comments

Comments
 (0)