Skip to content

Commit 4918522

Browse files
build(deps): bump the go-dependencies group across 1 directory with 3 updates
Bumps the go-dependencies group with 3 updates in the / directory: [github.com/ClickHouse/clickhouse-go/v2](https://github.com/ClickHouse/clickhouse-go), [github.com/testcontainers/testcontainers-go/modules/clickhouse](https://github.com/testcontainers/testcontainers-go) and [google.golang.org/grpc](https://github.com/grpc/grpc-go). Updates `github.com/ClickHouse/clickhouse-go/v2` from 2.40.3 to 2.41.0 - [Release notes](https://github.com/ClickHouse/clickhouse-go/releases) - [Changelog](https://github.com/ClickHouse/clickhouse-go/blob/main/CHANGELOG.md) - [Commits](ClickHouse/clickhouse-go@v2.40.3...v2.41.0) Updates `github.com/testcontainers/testcontainers-go/modules/clickhouse` from 0.39.0 to 0.40.0 - [Release notes](https://github.com/testcontainers/testcontainers-go/releases) - [Commits](testcontainers/testcontainers-go@v0.39.0...v0.40.0) Updates `google.golang.org/grpc` from 1.76.0 to 1.77.0 - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](grpc/grpc-go@v1.76.0...v1.77.0) --- updated-dependencies: - dependency-name: github.com/ClickHouse/clickhouse-go/v2 dependency-version: 2.41.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: github.com/testcontainers/testcontainers-go/modules/clickhouse dependency-version: 0.40.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: google.golang.org/grpc dependency-version: 1.77.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9cfb97b commit 4918522

File tree

2 files changed

+52
-61
lines changed

2 files changed

+52
-61
lines changed

go.mod

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,32 @@
11
module github.com/ethpandaops/cbt-api
22

3-
go 1.25.1
3+
go 1.25.3
44

55
require (
6-
github.com/ClickHouse/clickhouse-go/v2 v2.40.3
6+
github.com/ClickHouse/clickhouse-go/v2 v2.41.0
77
github.com/getkin/kin-openapi v0.133.0
8-
github.com/oapi-codegen/runtime v1.1.2
98
github.com/prometheus/client_golang v1.23.2
109
github.com/rs/cors v1.11.1
1110
github.com/sirupsen/logrus v1.9.3
1211
github.com/spf13/viper v1.21.0
1312
github.com/stretchr/testify v1.11.1
14-
github.com/testcontainers/testcontainers-go/modules/clickhouse v0.39.0
13+
github.com/testcontainers/testcontainers-go/modules/clickhouse v0.40.0
1514
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.63.0
1615
go.opentelemetry.io/otel v1.38.0
1716
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.38.0
1817
go.opentelemetry.io/otel/sdk v1.38.0
1918
go.opentelemetry.io/otel/trace v1.38.0
20-
google.golang.org/genproto/googleapis/api v0.0.0-20250929231259-57b25ae835d4
21-
google.golang.org/grpc v1.76.0
19+
google.golang.org/grpc v1.77.0
2220
google.golang.org/protobuf v1.36.10
2321
gopkg.in/yaml.v3 v3.0.1
2422
)
2523

2624
require (
2725
dario.cat/mergo v1.0.2 // indirect
2826
github.com/Azure/go-ansiterm v0.0.0-20250102033503-faa5f7b0171c // indirect
29-
github.com/ClickHouse/ch-go v0.68.0 // indirect
27+
github.com/ClickHouse/ch-go v0.69.0 // indirect
3028
github.com/Microsoft/go-winio v0.6.2 // indirect
3129
github.com/andybalholm/brotli v1.2.0 // indirect
32-
github.com/apapsch/go-jsonmerge/v2 v2.0.0 // indirect
3330
github.com/beorn7/perks v1.0.1 // indirect
3431
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
3532
github.com/cenkalti/backoff/v5 v5.0.3 // indirect
@@ -41,7 +38,7 @@ require (
4138
github.com/cpuguy83/dockercfg v0.3.2 // indirect
4239
github.com/davecgh/go-spew v1.1.1 // indirect
4340
github.com/distribution/reference v0.6.0 // indirect
44-
github.com/docker/docker v28.4.0+incompatible // indirect
41+
github.com/docker/docker v28.5.2+incompatible // indirect
4542
github.com/docker/go-connections v0.6.0 // indirect
4643
github.com/docker/go-units v0.5.0 // indirect
4744
github.com/ebitengine/purego v0.8.4 // indirect
@@ -76,7 +73,7 @@ require (
7673
github.com/oasdiff/yaml3 v0.0.0-20250309153720-d2182401db90 // indirect
7774
github.com/opencontainers/go-digest v1.0.0 // indirect
7875
github.com/opencontainers/image-spec v1.1.1 // indirect
79-
github.com/paulmach/orb v0.11.1 // indirect
76+
github.com/paulmach/orb v0.12.0 // indirect
8077
github.com/pelletier/go-toml/v2 v2.2.4 // indirect
8178
github.com/perimeterx/marshmallow v1.1.5 // indirect
8279
github.com/pierrec/lz4/v4 v4.1.22 // indirect
@@ -87,28 +84,31 @@ require (
8784
github.com/prometheus/common v0.66.1 // indirect
8885
github.com/prometheus/procfs v0.16.1 // indirect
8986
github.com/sagikazarmark/locafero v0.11.0 // indirect
90-
github.com/segmentio/asm v1.2.0 // indirect
87+
github.com/segmentio/asm v1.2.1 // indirect
9188
github.com/shirou/gopsutil/v4 v4.25.6 // indirect
9289
github.com/shopspring/decimal v1.4.0 // indirect
9390
github.com/sourcegraph/conc v0.3.1-0.20240121214520-5f936abd7ae8 // indirect
9491
github.com/spf13/afero v1.15.0 // indirect
9592
github.com/spf13/cast v1.10.0 // indirect
9693
github.com/spf13/pflag v1.0.10 // indirect
9794
github.com/subosito/gotenv v1.6.0 // indirect
98-
github.com/testcontainers/testcontainers-go v0.39.0 // indirect
95+
github.com/testcontainers/testcontainers-go v0.40.0 // indirect
9996
github.com/tklauser/go-sysconf v0.3.15 // indirect
10097
github.com/tklauser/numcpus v0.10.0 // indirect
98+
github.com/ugorji/go/codec v1.2.11 // indirect
10199
github.com/woodsbury/decimal128 v1.3.0 // indirect
102100
github.com/yusufpapurcu/wmi v1.2.4 // indirect
103-
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
101+
go.opentelemetry.io/auto/sdk v1.2.1 // indirect
104102
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.38.0 // indirect
105103
go.opentelemetry.io/otel/metric v1.38.0 // indirect
106104
go.opentelemetry.io/proto/otlp v1.7.1 // indirect
107105
go.yaml.in/yaml/v2 v2.4.2 // indirect
108106
go.yaml.in/yaml/v3 v3.0.4 // indirect
109-
golang.org/x/crypto v0.42.0 // indirect
110-
golang.org/x/net v0.44.0 // indirect
111-
golang.org/x/sys v0.36.0 // indirect
112-
golang.org/x/text v0.29.0 // indirect
113-
google.golang.org/genproto/googleapis/rpc v0.0.0-20250929231259-57b25ae835d4 // indirect
107+
golang.org/x/crypto v0.44.0 // indirect
108+
golang.org/x/net v0.47.0 // indirect
109+
golang.org/x/sys v0.38.0 // indirect
110+
golang.org/x/text v0.31.0 // indirect
111+
golang.org/x/time v0.5.0 // indirect
112+
google.golang.org/genproto/googleapis/api v0.0.0-20251022142026-3a174f9686a8 // indirect
113+
google.golang.org/genproto/googleapis/rpc v0.0.0-20251022142026-3a174f9686a8 // indirect
114114
)

0 commit comments

Comments
 (0)