Skip to content

Commit

Permalink
chore: Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 31, 2023
1 parent 2c6ed98 commit 32bbcb4
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@ go 1.20
require (
entgo.io/ent v0.12.5
github.com/PuerkitoBio/goquery v1.8.1
github.com/ThreeDotsLabs/watermill v1.3.4
github.com/ThreeDotsLabs/watermill v1.3.5
github.com/ThreeDotsLabs/watermill-sql/v2 v2.0.0
github.com/Xuanwo/go-locale v1.1.0
github.com/blevesearch/bleve/v2 v2.3.10
github.com/bufbuild/protovalidate-go v0.4.2
github.com/bufbuild/protovalidate-go v0.4.3
github.com/cayleygraph/cayley v0.7.7
github.com/cayleygraph/quad v1.2.5
github.com/dgraph-io/ristretto v0.1.1
github.com/fullstorydev/grpchan v1.1.1
github.com/go-co-op/gocron v1.36.0
github.com/go-kratos/kratos/contrib/registry/consul/v2 v2.0.0-20231201055217-d13071e45f8d
github.com/go-kratos/kratos/v2 v2.7.1
github.com/go-co-op/gocron v1.37.0
github.com/go-kratos/kratos/contrib/registry/consul/v2 v2.7.2
github.com/go-kratos/kratos/v2 v2.7.2
github.com/gocolly/colly/v2 v2.1.1-0.20231020184023-3c987f1982ed
github.com/golang-jwt/jwt/v4 v4.5.0
github.com/google/go-cmp v0.6.0
Expand All @@ -26,21 +26,21 @@ require (
github.com/improbable-eng/grpc-web v0.15.0
github.com/johannesboyne/gofakes3 v0.0.0-20230914150226-f005f5cc03aa
github.com/lib/pq v1.10.9
github.com/mattn/go-sqlite3 v1.14.18
github.com/mattn/go-sqlite3 v1.14.19
github.com/meilisearch/meilisearch-go v0.26.0
github.com/minio/minio-go/v7 v7.0.64
github.com/minio/minio-go/v7 v7.0.66
github.com/mmcdole/gofeed v1.2.1
github.com/muzhou233/go-favicon v0.1.1
github.com/nikoksr/notify v0.41.0
github.com/redis/go-redis/v9 v9.3.0
github.com/redis/go-redis/v9 v9.3.1
github.com/sony/sonyflake v1.2.0
github.com/stretchr/testify v1.8.4
github.com/tuihub/protos v0.2.46
github.com/tuihub/protos v0.2.47
github.com/zhihu/norm v0.1.11
golang.org/x/crypto v0.17.0
golang.org/x/exp v0.0.0-20231127185646-65229373498e
google.golang.org/grpc v1.59.0
google.golang.org/protobuf v1.31.0
golang.org/x/exp 02704c960a9b
google.golang.org/grpc v1.60.1
google.golang.org/protobuf v1.32.0
)

require (
Expand Down Expand Up @@ -175,12 +175,12 @@ require (
require (
github.com/facebook/fbthrift v0.31.1-0.20211129061412-801ed7f9f295 // indirect
github.com/fsnotify/fsnotify v1.6.0 // indirect
github.com/go-kratos/kratos/contrib/log/zap/v2 v2.0.0-20231201055217-d13071e45f8d
github.com/go-kratos/kratos/contrib/log/zap/v2 v2.7.2
github.com/go-logr/logr v1.2.4 // indirect
github.com/go-logr/stdr v1.2.2 // indirect
github.com/go-playground/form/v4 v4.2.0 // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/google/uuid v1.4.0
github.com/google/uuid v1.5.0
github.com/gorilla/mux v1.8.0 // indirect
github.com/imdario/mergo v0.3.16 // indirect
go.opentelemetry.io/otel v1.16.0 // indirect
Expand Down

0 comments on commit 32bbcb4

Please sign in to comment.