Skip to content

Commit ad0d6e3

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

File tree

3 files changed

+282
-276
lines changed

3 files changed

+282
-276
lines changed

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)