Skip to content

Commit 2f8926e

Browse files
chore: Update all non-major dependencies
1 parent 7a40e1d commit 2f8926e

File tree

2 files changed

+137
-139
lines changed

2 files changed

+137
-139
lines changed

go.mod

Lines changed: 42 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -6,64 +6,64 @@ require (
66
entgo.io/ent v0.14.1
77
github.com/BurntSushi/toml v1.4.0
88
github.com/PuerkitoBio/goquery v1.10.1
9-
github.com/ThreeDotsLabs/watermill v1.4.1
9+
github.com/ThreeDotsLabs/watermill v1.4.4
1010
github.com/ThreeDotsLabs/watermill-redisstream v1.4.2
1111
github.com/ThreeDotsLabs/watermill-sql/v3 v3.1.0
1212
github.com/blevesearch/bleve/v2 v2.4.4
13-
github.com/bufbuild/protovalidate-go v0.8.0
13+
github.com/bufbuild/protovalidate-go v0.9.1
1414
github.com/dchest/captcha v1.1.0
1515
github.com/dgraph-io/ristretto v0.2.0
1616
github.com/fullstorydev/grpchan v1.1.1
17-
github.com/getsentry/sentry-go v0.30.0
18-
github.com/go-co-op/gocron/v2 v2.14.0
19-
github.com/go-kratos/kratos/contrib/log/zap/v2 v2.0.0-20241219093211-5087366d2f90
20-
github.com/go-kratos/kratos/contrib/registry/consul/v2 v2.0.0-20241219093211-5087366d2f90
17+
github.com/getsentry/sentry-go v0.31.1
18+
github.com/go-co-op/gocron/v2 v2.15.0
19+
github.com/go-kratos/kratos/contrib/log/zap/v2 v2.0.0-20250127095200-20970020a5ef
20+
github.com/go-kratos/kratos/contrib/registry/consul/v2 v2.0.0-20250127095200-20970020a5ef
2121
github.com/go-kratos/kratos/v2 v2.8.3
2222
github.com/golang-jwt/jwt/v5 v5.2.1
2323
github.com/google/go-cmp v0.6.0
2424
github.com/google/uuid v1.6.0
2525
github.com/google/wire v0.6.0
2626
github.com/hashicorp/consul/api v1.31.0
2727
github.com/improbable-eng/grpc-web v0.15.0
28-
github.com/invopop/jsonschema v0.12.0
29-
github.com/johannesboyne/gofakes3 v0.0.0-20241026070602-0da3aa9c32ca
28+
github.com/invopop/jsonschema v0.13.0
29+
github.com/johannesboyne/gofakes3 v0.0.0-20250106100439-5c39aecd6999
3030
github.com/lib/pq v1.10.9
3131
github.com/mattn/go-sqlite3 v1.14.24
32-
github.com/meilisearch/meilisearch-go v0.29.0
33-
github.com/minio/minio-go/v7 v7.0.82
32+
github.com/meilisearch/meilisearch-go v0.30.0
33+
github.com/minio/minio-go/v7 v7.0.85
3434
github.com/redis/go-redis/v9 v9.7.0
3535
github.com/sony/sonyflake v1.2.0
3636
github.com/tuihub/protos v0.4.25
37-
go.opentelemetry.io/otel v1.33.0
38-
go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc v0.9.0
39-
go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp v0.9.0
40-
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v1.33.0
41-
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v1.33.0
42-
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.33.0
43-
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.33.0
44-
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.33.0
45-
go.opentelemetry.io/otel/log v0.9.0
46-
go.opentelemetry.io/otel/sdk v1.33.0
47-
go.opentelemetry.io/otel/sdk/log v0.9.0
48-
go.opentelemetry.io/otel/sdk/metric v1.33.0
37+
go.opentelemetry.io/otel v1.34.0
38+
go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc v0.10.0
39+
go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp v0.10.0
40+
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v1.34.0
41+
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v1.34.0
42+
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.34.0
43+
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.34.0
44+
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.34.0
45+
go.opentelemetry.io/otel/log v0.10.0
46+
go.opentelemetry.io/otel/sdk v1.34.0
47+
go.opentelemetry.io/otel/sdk/log v0.10.0
48+
go.opentelemetry.io/otel/sdk/metric v1.34.0
4949
go.uber.org/ratelimit v0.3.1
5050
go.uber.org/zap v1.27.0
51-
golang.org/x/crypto v0.31.0
51+
golang.org/x/crypto v0.33.0
5252
golang.org/x/exp v0.0.0-20241217172543-b2144cdd0a67
53-
google.golang.org/grpc v1.69.2
54-
google.golang.org/protobuf v1.36.1
53+
google.golang.org/grpc v1.70.0
54+
google.golang.org/protobuf v1.36.5
5555
gopkg.in/natefinch/lumberjack.v2 v2.2.1
5656
)
5757

5858
require (
5959
ariga.io/atlas v0.19.1-0.20240203083654-5948b60a8e43 // indirect
60-
buf.build/gen/go/bufbuild/protovalidate/protocolbuffers/go v1.35.2-20241127180247-a33202765966.1 // indirect
61-
cel.dev/expr v0.18.0 // indirect
60+
buf.build/gen/go/bufbuild/protovalidate/protocolbuffers/go v1.36.4-20250130201111-63bb56e20495.1 // indirect
61+
cel.dev/expr v0.19.1 // indirect
6262
dario.cat/mergo v1.0.0 // indirect
6363
github.com/Rican7/retry v0.3.1 // indirect
6464
github.com/RoaringBitmap/roaring v1.9.3 // indirect
6565
github.com/agext/levenshtein v1.2.3 // indirect
66-
github.com/andybalholm/brotli v1.1.0 // indirect
66+
github.com/andybalholm/brotli v1.1.1 // indirect
6767
github.com/andybalholm/cascadia v1.3.3 // indirect
6868
github.com/antlr4-go/antlr/v4 v4.13.0 // indirect
6969
github.com/apparentlymart/go-textseg/v13 v13.0.0 // indirect
@@ -106,14 +106,14 @@ require (
106106
github.com/go-ole/go-ole v1.2.6 // indirect
107107
github.com/go-openapi/inflect v0.19.0 // indirect
108108
github.com/go-playground/form/v4 v4.2.0 // indirect
109-
github.com/goccy/go-json v0.10.3 // indirect
110-
github.com/golang-jwt/jwt/v4 v4.5.0 // indirect
109+
github.com/goccy/go-json v0.10.4 // indirect
110+
github.com/golang-jwt/jwt/v4 v4.5.1 // indirect
111111
github.com/golang/geo v0.0.0-20210211234256-740aa86cb551 // indirect
112112
github.com/golang/protobuf v1.5.4 // indirect
113113
github.com/golang/snappy v0.0.4 // indirect
114-
github.com/google/cel-go v0.22.1 // indirect
114+
github.com/google/cel-go v0.23.0 // indirect
115115
github.com/gorilla/mux v1.8.1 // indirect
116-
github.com/grpc-ecosystem/grpc-gateway/v2 v2.24.0 // indirect
116+
github.com/grpc-ecosystem/grpc-gateway/v2 v2.25.1 // indirect
117117
github.com/hashicorp/errwrap v1.1.0 // indirect
118118
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
119119
github.com/hashicorp/go-hclog v1.5.0 // indirect
@@ -128,7 +128,7 @@ require (
128128
github.com/josharian/intern v1.0.0 // indirect
129129
github.com/json-iterator/go v1.1.12 // indirect
130130
github.com/klauspost/compress v1.17.11 // indirect
131-
github.com/klauspost/cpuid/v2 v2.2.8 // indirect
131+
github.com/klauspost/cpuid/v2 v2.2.9 // indirect
132132
github.com/lithammer/shortuuid/v3 v3.0.7 // indirect
133133
github.com/lufia/plan9stats v0.0.0-20230326075908-cb1d2100619a // indirect
134134
github.com/mailru/easyjson v0.7.7 // indirect
@@ -161,21 +161,21 @@ require (
161161
github.com/zclconf/go-cty v1.12.1 // indirect
162162
go.etcd.io/bbolt v1.3.7 // indirect
163163
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
164-
go.opentelemetry.io/otel/metric v1.33.0 // indirect
165-
go.opentelemetry.io/otel/trace v1.33.0 // indirect
166-
go.opentelemetry.io/proto/otlp v1.4.0 // indirect
164+
go.opentelemetry.io/otel/metric v1.34.0 // indirect
165+
go.opentelemetry.io/otel/trace v1.34.0 // indirect
166+
go.opentelemetry.io/proto/otlp v1.5.0 // indirect
167167
go.shabbyrobe.org/gocovmerge v0.0.0-20230507111327-fa4f82cfbf4d // indirect
168168
go.uber.org/atomic v1.9.0 // indirect
169169
go.uber.org/multierr v1.11.0 // indirect
170170
golang.org/x/mod v0.22.0 // indirect
171-
golang.org/x/net v0.33.0 // indirect
172-
golang.org/x/sync v0.10.0 // indirect
173-
golang.org/x/sys v0.28.0 // indirect
174-
golang.org/x/text v0.21.0 // indirect
171+
golang.org/x/net v0.34.0 // indirect
172+
golang.org/x/sync v0.11.0 // indirect
173+
golang.org/x/sys v0.30.0 // indirect
174+
golang.org/x/text v0.22.0 // indirect
175175
golang.org/x/tools v0.28.0 // indirect
176176
google.golang.org/appengine v1.6.8 // indirect
177-
google.golang.org/genproto/googleapis/api v0.0.0-20241209162323-e6fa225c2576 // indirect
178-
google.golang.org/genproto/googleapis/rpc v0.0.0-20241209162323-e6fa225c2576 // indirect
177+
google.golang.org/genproto/googleapis/api v0.0.0-20250115164207-1a7da9e5054f // indirect
178+
google.golang.org/genproto/googleapis/rpc v0.0.0-20250115164207-1a7da9e5054f // indirect
179179
gopkg.in/yaml.v3 v3.0.1 // indirect
180180
nhooyr.io/websocket v1.8.7 // indirect
181181
)

0 commit comments

Comments
 (0)