Skip to content

Commit e1d17aa

Browse files
renovate[bot]mangalaman93
authored andcommitted
chore(deps): Update go minor and patch
1 parent c1cd252 commit e1d17aa

2 files changed

Lines changed: 80 additions & 75 deletions

File tree

go.mod

Lines changed: 26 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -7,21 +7,21 @@ require (
77
github.com/HdrHistogram/hdrhistogram-go v1.1.2
88
github.com/IBM/sarama v1.45.1
99
github.com/Masterminds/semver/v3 v3.3.1
10-
github.com/blevesearch/bleve/v2 v2.4.4
11-
github.com/dgraph-io/badger/v4 v4.6.0
12-
github.com/dgraph-io/dgo/v250 v250.0.0-20250414070504-5d94e1cb33a5
10+
github.com/blevesearch/bleve/v2 v2.5.0
11+
github.com/dgraph-io/badger/v4 v4.7.0
12+
github.com/dgraph-io/dgo/v250 v250.0.0-preview1
1313
github.com/dgraph-io/gqlgen v0.13.2
1414
github.com/dgraph-io/gqlparser/v2 v2.2.2
1515
github.com/dgraph-io/graphql-transport-ws v0.0.0-20210511143556-2cef522f1f15
16-
github.com/dgraph-io/ristretto/v2 v2.1.0
16+
github.com/dgraph-io/ristretto/v2 v2.2.0
1717
github.com/dgraph-io/simdjson-go v0.3.0
1818
github.com/dgryski/go-farm v0.0.0-20240924180020-3414d57e47da
1919
github.com/dgryski/go-groupvarint v0.0.0-20230630160417-2bfb7969fb3c
20-
github.com/docker/docker v28.0.4+incompatible
20+
github.com/docker/docker v28.1.1+incompatible
2121
github.com/docker/go-connections v0.5.0
2222
github.com/dustin/go-humanize v1.0.1
23-
github.com/go-jose/go-jose/v4 v4.0.5
24-
github.com/go-sql-driver/mysql v1.9.1
23+
github.com/go-jose/go-jose/v4 v4.1.0
24+
github.com/go-sql-driver/mysql v1.9.2
2525
github.com/golang-jwt/jwt/v5 v5.2.2
2626
github.com/golang/geo v0.0.0-20230421003525-6adc56603217
2727
github.com/golang/glog v1.2.4
@@ -37,36 +37,36 @@ require (
3737
github.com/paulmach/go.geojson v1.5.0
3838
github.com/pkg/errors v0.9.1
3939
github.com/pkg/profile v1.7.0
40-
github.com/prometheus/client_golang v1.21.1
40+
github.com/prometheus/client_golang v1.22.0
4141
github.com/soheilhy/cmux v0.1.5
4242
github.com/spf13/cast v1.7.1
4343
github.com/spf13/cobra v1.9.1
4444
github.com/spf13/pflag v1.0.6
4545
github.com/spf13/viper v1.20.1
4646
github.com/stretchr/testify v1.10.0
47-
github.com/twpayne/go-geom v1.6.0
47+
github.com/twpayne/go-geom v1.6.1
4848
github.com/viterin/vek v0.4.2
4949
github.com/xdg/scram v1.0.5
5050
go.etcd.io/etcd/raft/v3 v3.5.21
5151
go.opencensus.io v0.24.0
52-
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.54.0
53-
go.opentelemetry.io/contrib/zpages v0.59.0
54-
go.opentelemetry.io/otel v1.34.0
55-
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.34.0
56-
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.34.0
57-
go.opentelemetry.io/otel/sdk v1.34.0
58-
go.opentelemetry.io/otel/trace v1.34.0
52+
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.60.0
53+
go.opentelemetry.io/contrib/zpages v0.60.0
54+
go.opentelemetry.io/otel v1.35.0
55+
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.35.0
56+
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.35.0
57+
go.opentelemetry.io/otel/sdk v1.35.0
58+
go.opentelemetry.io/otel/trace v1.35.0
5959
go.uber.org/zap v1.27.0
6060
golang.org/x/crypto v0.37.0
61-
golang.org/x/exp v0.0.0-20250305212735-054e65f0b394
61+
golang.org/x/exp v0.0.0-20250408133849-7e4ce0ab07d0
6262
golang.org/x/mod v0.24.0
6363
golang.org/x/net v0.39.0
6464
golang.org/x/sync v0.13.0
6565
golang.org/x/sys v0.32.0
6666
golang.org/x/term v0.31.0
6767
golang.org/x/text v0.24.0
68-
golang.org/x/tools v0.31.0
69-
google.golang.org/grpc v1.71.1
68+
golang.org/x/tools v0.32.0
69+
google.golang.org/grpc v1.72.0
7070
google.golang.org/protobuf v1.36.6
7171
gopkg.in/yaml.v3 v3.0.1
7272
)
@@ -76,8 +76,8 @@ require (
7676
github.com/Microsoft/go-winio v0.6.2 // indirect
7777
github.com/agnivade/levenshtein v1.2.1 // indirect
7878
github.com/beorn7/perks v1.0.1 // indirect
79-
github.com/bits-and-blooms/bitset v1.20.0 // indirect
80-
github.com/blevesearch/bleve_index_api v1.2.1 // indirect
79+
github.com/bits-and-blooms/bitset v1.22.0 // indirect
80+
github.com/blevesearch/bleve_index_api v1.2.7 // indirect
8181
github.com/blevesearch/geo v0.1.20 // indirect
8282
github.com/blevesearch/go-porterstemmer v1.0.3 // indirect
8383
github.com/blevesearch/segment v0.9.1 // indirect
@@ -104,7 +104,7 @@ require (
104104
github.com/golang/protobuf v1.5.4 // indirect
105105
github.com/google/flatbuffers v25.2.10+incompatible // indirect
106106
github.com/google/pprof v0.0.0-20250128161936-077ca0a936bf // indirect
107-
github.com/grpc-ecosystem/grpc-gateway/v2 v2.25.1 // indirect
107+
github.com/grpc-ecosystem/grpc-gateway/v2 v2.26.1 // indirect
108108
github.com/hashicorp/errwrap v1.1.0 // indirect
109109
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
110110
github.com/hashicorp/go-multierror v1.1.1 // indirect
@@ -128,6 +128,7 @@ require (
128128
github.com/mitchellh/go-homedir v1.1.0 // indirect
129129
github.com/mitchellh/mapstructure v1.5.1-0.20231216201459-8508981c8b6c // indirect
130130
github.com/moby/docker-image-spec v1.3.1 // indirect
131+
github.com/moby/sys/atomicwriter v0.1.0 // indirect
131132
github.com/moby/term v0.5.2 // indirect
132133
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
133134
github.com/modern-go/reflect2 v1.0.2 // indirect
@@ -152,12 +153,12 @@ require (
152153
github.com/xdg/stringprep v1.0.3 // indirect
153154
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
154155
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.59.0 // indirect
155-
go.opentelemetry.io/otel/metric v1.34.0 // indirect
156+
go.opentelemetry.io/otel/metric v1.35.0 // indirect
156157
go.opentelemetry.io/proto/otlp v1.5.0 // indirect
157158
go.uber.org/multierr v1.11.0 // indirect
158159
golang.org/x/time v0.9.0 // indirect
159-
google.golang.org/genproto/googleapis/api v0.0.0-20250115164207-1a7da9e5054f // indirect
160-
google.golang.org/genproto/googleapis/rpc v0.0.0-20250127172529-29210b9bc287 // indirect
160+
google.golang.org/genproto/googleapis/api v0.0.0-20250218202821-56aae31c358a // indirect
161+
google.golang.org/genproto/googleapis/rpc v0.0.0-20250218202821-56aae31c358a // indirect
161162
gopkg.in/ini.v1 v1.67.0 // indirect
162163
gopkg.in/yaml.v2 v2.4.0 // indirect
163164
gotest.tools/v3 v3.5.1 // indirect

0 commit comments

Comments
 (0)