Skip to content

Commit

Permalink
chore: Update all non-major dependencies (#78)
Browse files Browse the repository at this point in the history
* chore: Update all non-major dependencies

* fix

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: MuZhou233 <[email protected]>
  • Loading branch information
renovate[bot] and MuZhou233 authored Dec 1, 2023
1 parent be9603a commit 29a640a
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 49 deletions.
36 changes: 18 additions & 18 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@ module github.com/tuihub/librarian
go 1.20

require (
entgo.io/ent v0.12.4
entgo.io/ent v0.12.5
github.com/PuerkitoBio/goquery v1.8.1
github.com/ThreeDotsLabs/watermill v1.3.4
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.0
github.com/bufbuild/protovalidate-go v0.4.2
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.35.3
github.com/go-kratos/kratos/contrib/registry/consul/v2 v2.0.0-20231107125212-e38a364340c5
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/gocolly/colly/v2 v2.1.1-0.20231020184023-3c987f1982ed
github.com/golang-jwt/jwt/v4 v4.5.0
Expand All @@ -28,7 +28,7 @@ require (
github.com/lib/pq v1.10.9
github.com/mattn/go-sqlite3 v1.14.18
github.com/meilisearch/meilisearch-go v0.26.0
github.com/minio/minio-go/v7 v7.0.63
github.com/minio/minio-go/v7 v7.0.64
github.com/mmcdole/gofeed v1.2.1
github.com/muzhou233/go-favicon v0.1.1
github.com/nikoksr/notify v0.41.0
Expand All @@ -37,23 +37,23 @@ require (
github.com/stretchr/testify v1.8.4
github.com/tuihub/protos v0.2.43
github.com/zhihu/norm v0.1.11
golang.org/x/crypto v0.14.0
golang.org/x/exp v0.0.0-20231006140011-7918f672742d
golang.org/x/crypto v0.16.0
golang.org/x/exp v0.0.0-20231127185646-65229373498e
google.golang.org/grpc v1.59.0
google.golang.org/protobuf v1.31.0
)

require (
ariga.io/atlas v0.14.1-0.20230918065911-83ad451a4935 // indirect
buf.build/gen/go/bufbuild/protovalidate/protocolbuffers/go v1.31.0-20231030212536-12f9cba37c9d.2 // indirect
buf.build/gen/go/bufbuild/protovalidate/protocolbuffers/go v1.31.0-20231106192134-1baebb0a1518.2 // indirect
github.com/RoaringBitmap/roaring v1.2.3 // indirect
github.com/agext/levenshtein v1.2.3 // indirect
github.com/andybalholm/brotli v1.0.4 // indirect
github.com/andybalholm/cascadia v1.3.1 // indirect
github.com/antchfx/htmlquery v1.3.0 // indirect
github.com/antchfx/xmlquery v1.3.15 // indirect
github.com/antchfx/xpath v1.2.4 // indirect
github.com/antlr/antlr4/runtime/Go/antlr/v4 v4.0.0-20230512164433-5d1fd1a340c9 // indirect
github.com/antlr4-go/antlr/v4 v4.13.0 // indirect
github.com/apparentlymart/go-textseg/v13 v13.0.0 // indirect
github.com/armon/go-metrics v0.4.1 // indirect
github.com/aws/aws-sdk-go v1.44.256 // indirect
Expand Down Expand Up @@ -94,7 +94,7 @@ require (
github.com/golang/glog v1.1.2 // indirect
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/golang/snappy v0.0.1 // indirect
github.com/google/cel-go v0.18.1 // indirect
github.com/google/cel-go v0.18.2 // indirect
github.com/hashicorp/errwrap v1.1.0 // indirect
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
github.com/hashicorp/go-hclog v1.5.0 // indirect
Expand Down Expand Up @@ -161,9 +161,9 @@ require (
github.com/zclconf/go-cty v1.12.1 // indirect
go.etcd.io/bbolt v1.3.7 // indirect
go.opentelemetry.io/otel/metric v1.16.0 // indirect
golang.org/x/mod v0.13.0 // indirect
golang.org/x/term v0.13.0 // indirect
golang.org/x/tools v0.14.0 // indirect
golang.org/x/mod v0.14.0 // indirect
golang.org/x/term v0.15.0 // indirect
golang.org/x/tools v0.16.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/genproto v0.0.0-20230822172742-b8732ec3820d // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20230913181813-007df8e322eb // indirect
Expand All @@ -175,7 +175,7 @@ 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-20231107125212-e38a364340c5
github.com/go-kratos/kratos/contrib/log/zap/v2 v2.0.0-20231201055217-d13071e45f8d
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
Expand All @@ -188,10 +188,10 @@ require (
go.uber.org/atomic v1.11.0 // indirect
go.uber.org/multierr v1.11.0 // indirect
go.uber.org/zap v1.26.0
golang.org/x/net v0.17.0 // indirect
golang.org/x/sync v0.4.0 // indirect
golang.org/x/sys v0.13.0 // indirect
golang.org/x/text v0.13.0 // indirect
golang.org/x/net v0.19.0 // indirect
golang.org/x/sync v0.5.0 // indirect
golang.org/x/sys v0.15.0 // indirect
golang.org/x/text v0.14.0 // indirect
gopkg.in/natefinch/lumberjack.v2 v2.2.1
gopkg.in/yaml.v3 v3.0.1 // indirect
)
Expand Down
Loading

0 comments on commit 29a640a

Please sign in to comment.