Skip to content

Commit

Permalink
chore: Update all non-major dependencies (#85)
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 Jan 2, 2024
1 parent ec8f436 commit 3c7908b
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 51 deletions.
36 changes: 18 additions & 18 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ require (
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.0.0-20231219111544-85740b179b09
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,26 +26,26 @@ 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.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 v0.0.0-20231226003508-02704c960a9b
google.golang.org/grpc v1.60.1
google.golang.org/protobuf v1.32.0
)

require (
ariga.io/atlas v0.14.1-0.20230918065911-83ad451a4935 // indirect
buf.build/gen/go/bufbuild/protovalidate/protocolbuffers/go v1.31.0-20231106192134-1baebb0a1518.2 // indirect
buf.build/gen/go/bufbuild/protovalidate/protocolbuffers/go v1.31.0-20231115204500-e097f827e652.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
Expand Down Expand Up @@ -110,8 +110,8 @@ require (
github.com/json-iterator/go v1.1.12 // indirect
github.com/karrick/godirwalk v1.17.0 // indirect
github.com/kennygrant/sanitize v1.2.4 // indirect
github.com/klauspost/compress v1.16.7 // indirect
github.com/klauspost/cpuid/v2 v2.2.5 // indirect
github.com/klauspost/compress v1.17.4 // indirect
github.com/klauspost/cpuid/v2 v2.2.6 // indirect
github.com/lithammer/shortuuid/v3 v3.0.7 // indirect
github.com/lufia/plan9stats v0.0.0-20230326075908-cb1d2100619a // indirect
github.com/mailru/easyjson v0.7.7 // indirect
Expand Down Expand Up @@ -164,10 +164,10 @@ require (
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
google.golang.org/genproto/googleapis/rpc v0.0.0-20230913181813-007df8e322eb // indirect
google.golang.org/appengine v1.6.8 // indirect
google.golang.org/genproto v0.0.0-20231002182017-d307bd883b97 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20231002182017-d307bd883b97 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20231002182017-d307bd883b97 // indirect
gopkg.in/ini.v1 v1.67.0 // indirect
nhooyr.io/websocket v1.8.7 // indirect
)
Expand All @@ -180,7 +180,7 @@ require (
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
Loading

0 comments on commit 3c7908b

Please sign in to comment.