@@ -3,10 +3,10 @@ module github.com/tuihub/librarian
33go 1.23.0
44
55require (
6- entgo.io/ent v0.14.3
7- github.com/BurntSushi/toml v1.4 .0
6+ entgo.io/ent v0.14.4
7+ github.com/BurntSushi/toml v1.5 .0
88 github.com/PuerkitoBio/goquery v1.10.2
9- github.com/ThreeDotsLabs/watermill v1.4.4
9+ github.com/ThreeDotsLabs/watermill v1.4.6
1010 github.com/ThreeDotsLabs/watermill-redisstream v1.4.2
1111 github.com/ThreeDotsLabs/watermill-sql/v3 v3.1.0
1212 github.com/blevesearch/bleve/v2 v2.4.4
@@ -15,45 +15,45 @@ require (
1515 github.com/dgraph-io/ristretto v0.2.0
1616 github.com/fullstorydev/grpchan v1.1.1
1717 github.com/getsentry/sentry-go v0.31.1
18- github.com/go-co-op/gocron/v2 v2.16.0
19- github.com/go-kratos/kratos/contrib/log/zap/v2 v2.0.0-20250210091908-15168b5a1b7d
20- github.com/go-kratos/kratos/contrib/registry/consul/v2 v2.0.0-20250210091908-15168b5a1b7d
21- github.com/go-kratos/kratos/v2 v2.8.3
18+ github.com/go-co-op/gocron/v2 v2.16.1
19+ github.com/go-kratos/kratos/contrib/log/zap/v2 v2.0.0-20250321075247-025c2dc2b0ff
20+ github.com/go-kratos/kratos/contrib/registry/consul/v2 v2.0.0-20250321075247-025c2dc2b0ff
21+ github.com/go-kratos/kratos/v2 v2.8.4
2222 github.com/gofiber/fiber/v2 v2.52.6
2323 github.com/gofiber/template/html/v2 v2.1.3
2424 github.com/golang-jwt/jwt/v5 v5.2.2
2525 github.com/google/uuid v1.6.0
2626 github.com/google/wire v0.6.0
27- github.com/hashicorp/consul/api v1.31.2
27+ github.com/hashicorp/consul/api v1.32.0
2828 github.com/improbable-eng/grpc-web v0.15.0
2929 github.com/invopop/jsonschema v0.13.0
3030 github.com/johannesboyne/gofakes3 v0.0.0-20250106100439-5c39aecd6999
3131 github.com/lib/pq v1.10.9
3232 github.com/mattn/go-sqlite3 v1.14.24
3333 github.com/meilisearch/meilisearch-go v0.31.0
34- github.com/minio/minio-go/v7 v7.0.87
34+ github.com/minio/minio-go/v7 v7.0.89
3535 github.com/redis/go-redis/v9 v9.7.3
3636 github.com/samber/lo v1.49.1
3737 github.com/sony/sonyflake v1.2.0
38- github.com/spf13/afero v1.2.1
38+ github.com/spf13/afero v1.14.0
3939 github.com/tuihub/protos v0.5.2
40- go.opentelemetry.io/otel v1.34 .0
41- go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc v0.10 .0
42- go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp v0.10 .0
43- go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v1.34 .0
44- go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v1.34 .0
45- go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.34 .0
46- go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.34 .0
47- go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.34 .0
48- go.opentelemetry.io/otel/log v0.10 .0
49- go.opentelemetry.io/otel/sdk v1.34 .0
50- go.opentelemetry.io/otel/sdk/log v0.10 .0
51- go.opentelemetry.io/otel/sdk/metric v1.34 .0
40+ go.opentelemetry.io/otel v1.35 .0
41+ go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc v0.11 .0
42+ go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp v0.11 .0
43+ go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v1.35 .0
44+ go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v1.35 .0
45+ go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.35 .0
46+ go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.35 .0
47+ go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.35 .0
48+ go.opentelemetry.io/otel/log v0.11 .0
49+ go.opentelemetry.io/otel/sdk v1.35 .0
50+ go.opentelemetry.io/otel/sdk/log v0.11 .0
51+ go.opentelemetry.io/otel/sdk/metric v1.35 .0
5252 go.uber.org/ratelimit v0.3.1
5353 go.uber.org/zap v1.27.0
54- golang.org/x/crypto v0.35 .0
55- google.golang.org/grpc v1.70 .0
56- google.golang.org/protobuf v1.36.5
54+ golang.org/x/crypto v0.36 .0
55+ google.golang.org/grpc v1.71 .0
56+ google.golang.org/protobuf v1.36.6
5757 gopkg.in/natefinch/lumberjack.v2 v2.2.1
5858)
5959
@@ -120,7 +120,7 @@ require (
120120 github.com/google/cel-go v0.23.2 // indirect
121121 github.com/google/go-cmp v0.7.0 // indirect
122122 github.com/gorilla/mux v1.8.1 // indirect
123- github.com/grpc-ecosystem/grpc-gateway/v2 v2.25 .1 // indirect
123+ github.com/grpc-ecosystem/grpc-gateway/v2 v2.26 .1 // indirect
124124 github.com/hashicorp/errwrap v1.1.0 // indirect
125125 github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
126126 github.com/hashicorp/go-hclog v1.5.0 // indirect
@@ -134,8 +134,8 @@ require (
134134 github.com/jonboulle/clockwork v0.5.0 // indirect
135135 github.com/josharian/intern v1.0.0 // indirect
136136 github.com/json-iterator/go v1.1.12 // indirect
137- github.com/klauspost/compress v1.17.11 // indirect
138- github.com/klauspost/cpuid/v2 v2.2.9 // indirect
137+ github.com/klauspost/compress v1.18.0 // indirect
138+ github.com/klauspost/cpuid/v2 v2.2.10 // indirect
139139 github.com/lithammer/shortuuid/v3 v3.0.7 // indirect
140140 github.com/lufia/plan9stats v0.0.0-20230326075908-cb1d2100619a // indirect
141141 github.com/mailru/easyjson v0.9.0 // indirect
@@ -175,22 +175,22 @@ require (
175175 github.com/zclconf/go-cty-yaml v1.1.0 // indirect
176176 go.etcd.io/bbolt v1.3.7 // indirect
177177 go.opentelemetry.io/auto/sdk v1.1.0 // indirect
178- go.opentelemetry.io/otel/metric v1.34 .0 // indirect
179- go.opentelemetry.io/otel/trace v1.34 .0 // indirect
178+ go.opentelemetry.io/otel/metric v1.35 .0 // indirect
179+ go.opentelemetry.io/otel/trace v1.35 .0 // indirect
180180 go.opentelemetry.io/proto/otlp v1.5.0 // indirect
181181 go.shabbyrobe.org/gocovmerge v0.0.0-20230507111327-fa4f82cfbf4d // indirect
182182 go.uber.org/atomic v1.9.0 // indirect
183183 go.uber.org/multierr v1.11.0 // indirect
184184 golang.org/x/exp v0.0.0-20250228200357-dead58393ab7 // indirect
185185 golang.org/x/mod v0.23.0 // indirect
186- golang.org/x/net v0.35 .0 // indirect
187- golang.org/x/sync v0.11 .0 // indirect
188- golang.org/x/sys v0.30 .0 // indirect
189- golang.org/x/text v0.22 .0 // indirect
186+ golang.org/x/net v0.37 .0 // indirect
187+ golang.org/x/sync v0.12 .0 // indirect
188+ golang.org/x/sys v0.31 .0 // indirect
189+ golang.org/x/text v0.23 .0 // indirect
190190 golang.org/x/tools v0.30.0 // indirect
191191 google.golang.org/appengine v1.6.8 // indirect
192- google.golang.org/genproto/googleapis/api v0.0.0-20250115164207-1a7da9e5054f // indirect
193- google.golang.org/genproto/googleapis/rpc v0.0.0-20250115164207-1a7da9e5054f // indirect
192+ google.golang.org/genproto/googleapis/api v0.0.0-20250218202821-56aae31c358a // indirect
193+ google.golang.org/genproto/googleapis/rpc v0.0.0-20250218202821-56aae31c358a // indirect
194194 gopkg.in/yaml.v3 v3.0.1 // indirect
195195 nhooyr.io/websocket v1.8.7 // indirect
196196)
0 commit comments