Skip to content

Commit 387c761

Browse files
chore(deps): Update go minor and patch
1 parent 4570b74 commit 387c761

1 file changed

Lines changed: 19 additions & 19 deletions

File tree

go.mod

Lines changed: 19 additions & 19 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 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
)

0 commit comments

Comments
 (0)