Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 17 additions & 17 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,18 @@ require (
entgo.io/ent v0.14.5
github.com/BurntSushi/toml v1.5.0
github.com/PuerkitoBio/goquery v1.10.3
github.com/ThreeDotsLabs/watermill v1.5.0
github.com/ThreeDotsLabs/watermill v1.5.1
github.com/ThreeDotsLabs/watermill-redisstream v1.4.4
github.com/ThreeDotsLabs/watermill-sql/v3 v3.1.0
github.com/TobiEiss/go-jsonforms v1.1.8
github.com/Xuanwo/go-locale v1.1.3
github.com/blevesearch/bleve/v2 v2.5.3
github.com/dchest/captcha v1.1.0
github.com/fullstorydev/grpchan v1.1.1
github.com/go-co-op/gocron/v2 v2.16.4
github.com/go-kratos/kratos/contrib/log/zap/v2 v2.0.0-20250828133012-308cfee50a57
github.com/go-kratos/kratos/contrib/registry/consul/v2 v2.0.0-20250828133012-308cfee50a57
github.com/go-kratos/kratos/v2 v2.8.4
github.com/go-co-op/gocron/v2 v2.16.6
github.com/go-kratos/kratos/contrib/log/zap/v2 v2.0.0-20250912104010-25b6c0fb9f38
github.com/go-kratos/kratos/contrib/registry/consul/v2 v2.0.0-20250912104010-25b6c0fb9f38
github.com/go-kratos/kratos/v2 v2.9.1
github.com/gocolly/colly/v2 v2.2.0
github.com/gofiber/contrib/fiberi18n/v2 v2.0.6
github.com/gofiber/fiber/v2 v2.52.9
Expand All @@ -30,25 +30,25 @@ require (
github.com/google/uuid v1.6.0
github.com/google/wire v0.7.0
github.com/gorilla/feeds v1.2.0
github.com/hashicorp/consul/api v1.32.1
github.com/hashicorp/consul/api v1.32.4
github.com/improbable-eng/grpc-web v0.15.0
github.com/invopop/jsonschema v0.13.0
github.com/jackc/pgx/v5 v5.7.5
github.com/johannesboyne/gofakes3 v0.0.0-20250825084532-6555d310c473
github.com/jackc/pgx/v5 v5.7.6
github.com/johannesboyne/gofakes3 ebf3e50324d3
github.com/mattn/go-sqlite3 v1.14.32
github.com/maypok86/otter/v2 v2.2.1
github.com/meilisearch/meilisearch-go v0.33.2
github.com/meilisearch/meilisearch-go v0.34.0
github.com/minio/minio-go/v7 v7.0.95
github.com/mmcdole/gofeed v1.3.0
github.com/muzhou233/go-favicon v0.1.1
github.com/nicksnyder/go-i18n/v2 v2.6.0
github.com/nikoksr/notify v1.3.0
github.com/panjf2000/ants/v2 v2.11.3
github.com/redis/go-redis/v9 v9.12.1
github.com/samber/lo v1.51.0
github.com/shirou/gopsutil/v4 v4.25.8
github.com/redis/go-redis/v9 v9.14.0
github.com/samber/lo v1.52.0
github.com/shirou/gopsutil/v4 v4.25.9
github.com/sony/sonyflake/v2 v2.2.0
github.com/spf13/afero v1.14.0
github.com/spf13/afero v1.15.0
github.com/stretchr/testify v1.11.1
github.com/tuihub/protos v0.5.10
github.com/urfave/cli/v3 v3.4.1
Expand All @@ -66,10 +66,10 @@ require (
go.opentelemetry.io/otel/sdk/metric v1.38.0
go.uber.org/ratelimit v0.3.1
go.uber.org/zap v1.27.0
golang.org/x/crypto v0.41.0
golang.org/x/text v0.28.0
google.golang.org/grpc v1.75.0
google.golang.org/protobuf v1.36.8
golang.org/x/crypto v0.42.0
golang.org/x/text v0.30.0
google.golang.org/grpc v1.76.0
google.golang.org/protobuf v1.36.10
gopkg.in/natefinch/lumberjack.v2 v2.2.1
)

Expand Down
Loading
Loading