From bee8cf47b42d426a5edf00ff2495656377aec285 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 28 Apr 2024 22:09:45 +0000 Subject: [PATCH] chore: Update all non-major dependencies --- go.mod | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/go.mod b/go.mod index 1aa4c87..9493518 100644 --- a/go.mod +++ b/go.mod @@ -5,12 +5,12 @@ go 1.21 require ( entgo.io/ent v0.13.1 github.com/BurntSushi/toml v1.3.2 - github.com/PuerkitoBio/goquery v1.9.0 + github.com/PuerkitoBio/goquery v1.9.1 github.com/ThreeDotsLabs/watermill v1.3.5 - github.com/ThreeDotsLabs/watermill-redisstream v1.2.2 - github.com/ThreeDotsLabs/watermill-sql/v3 v3.0.0 - github.com/blevesearch/bleve/v2 v2.3.10 - github.com/bufbuild/protovalidate-go v0.6.0 + github.com/ThreeDotsLabs/watermill-redisstream v1.3.0 + github.com/ThreeDotsLabs/watermill-sql/v3 v3.0.1 + github.com/blevesearch/bleve/v2 v2.4.0 + github.com/bufbuild/protovalidate-go v0.6.2 github.com/cayleygraph/cayley v0.7.7 github.com/cayleygraph/quad v1.2.5 github.com/dchest/captcha v1.0.0 @@ -18,33 +18,33 @@ require ( github.com/fullstorydev/grpchan v1.1.1 github.com/getsentry/sentry-go v0.27.0 github.com/getsentry/sentry-go/otel v0.27.0 - github.com/go-co-op/gocron/v2 v2.2.4 - github.com/go-kratos/kratos/contrib/log/zap/v2 v2.0.0-20240301031206-50cad79c96ae - github.com/go-kratos/kratos/contrib/registry/consul/v2 v2.0.0-20240301031206-50cad79c96ae - github.com/go-kratos/kratos/v2 v2.7.2 + github.com/go-co-op/gocron/v2 v2.2.10 + github.com/go-kratos/kratos/contrib/log/zap/v2 v2.7.3 + github.com/go-kratos/kratos/contrib/registry/consul/v2 v2.7.3 + github.com/go-kratos/kratos/v2 v2.7.3 github.com/golang-jwt/jwt/v4 v4.5.0 github.com/google/go-cmp v0.6.0 github.com/google/uuid v1.6.0 github.com/google/wire v0.6.0 - github.com/hashicorp/consul/api v1.28.0 + github.com/hashicorp/consul/api v1.28.2 github.com/improbable-eng/grpc-web v0.15.0 github.com/johannesboyne/gofakes3 v0.0.0-20240217095638-c55a48f17be6 github.com/lib/pq v1.10.9 github.com/mattn/go-sqlite3 v1.14.22 github.com/meilisearch/meilisearch-go v0.26.2 - github.com/minio/minio-go/v7 v7.0.67 + github.com/minio/minio-go/v7 v7.0.70 github.com/redis/go-redis/v9 v9.5.1 github.com/sony/sonyflake v1.2.0 - github.com/stretchr/testify v1.8.4 + github.com/stretchr/testify v1.9.0 github.com/tuihub/protos v0.4.9 github.com/zhihu/norm v0.1.11 - go.opentelemetry.io/otel v1.24.0 - go.opentelemetry.io/otel/sdk v1.24.0 - go.uber.org/ratelimit v0.3.0 + go.opentelemetry.io/otel v1.26.0 + go.opentelemetry.io/otel/sdk v1.26.0 + go.uber.org/ratelimit v0.3.1 go.uber.org/zap v1.27.0 - golang.org/x/crypto v0.20.0 - golang.org/x/exp v0.0.0-20240222234643-814bf88cf225 - google.golang.org/grpc v1.62.0 + golang.org/x/crypto v0.22.0 + golang.org/x/exp fe59bbe5cc7f + google.golang.org/grpc v1.63.2 google.golang.org/protobuf v1.33.0 gopkg.in/natefinch/lumberjack.v2 v2.2.1 )