Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 241f555

Browse files
chore(deps): bump the all group in /dbtests with 4 updates
Bumps the all group in /dbtests with 4 updates: [github.com/docker/go-connections](https://github.com/docker/go-connections), [github.com/go-sql-driver/mysql](https://github.com/go-sql-driver/mysql), [github.com/googleapis/go-sql-spanner](https://github.com/googleapis/go-sql-spanner) and [github.com/mattn/go-sqlite3](https://github.com/mattn/go-sqlite3). Updates `github.com/docker/go-connections` from 0.6.0 to 0.7.0 - [Commits](docker/go-connections@v0.6.0...v0.7.0) Updates `github.com/go-sql-driver/mysql` from 1.9.3 to 1.10.0 - [Release notes](https://github.com/go-sql-driver/mysql/releases) - [Changelog](https://github.com/go-sql-driver/mysql/blob/master/CHANGELOG.md) - [Commits](go-sql-driver/mysql@v1.9.3...v1.10.0) Updates `github.com/googleapis/go-sql-spanner` from 1.24.1 to 1.25.1 - [Release notes](https://github.com/googleapis/go-sql-spanner/releases) - [Changelog](https://github.com/googleapis/go-sql-spanner/blob/main/CHANGES.md) - [Commits](googleapis/go-sql-spanner@v1.24.1...v1.25.1) Updates `github.com/mattn/go-sqlite3` from 1.14.42 to 1.14.44 - [Release notes](https://github.com/mattn/go-sqlite3/releases) - [Commits](mattn/go-sqlite3@v1.14.42...v1.14.44) --- updated-dependencies: - dependency-name: github.com/docker/go-connections dependency-version: 0.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: github.com/go-sql-driver/mysql dependency-version: 1.10.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: github.com/googleapis/go-sql-spanner dependency-version: 1.25.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: github.com/mattn/go-sqlite3 dependency-version: 1.14.44 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent cc33374 commit 241f555

2 files changed

Lines changed: 79 additions & 79 deletions

File tree

dbtests/go.mod

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ require (
66
github.com/ClickHouse/clickhouse-go/v2 v2.45.0
77
github.com/DATA-DOG/go-txdb v0.2.1
88
github.com/denisenkom/go-mssqldb v0.12.3
9-
github.com/docker/go-connections v0.6.0
10-
github.com/go-sql-driver/mysql v1.9.3
9+
github.com/docker/go-connections v0.7.0
10+
github.com/go-sql-driver/mysql v1.10.0
1111
github.com/go-testfixtures/testfixtures/v3 v3.0.0
1212
github.com/google/uuid v1.6.0
13-
github.com/googleapis/go-sql-spanner v1.24.1
13+
github.com/googleapis/go-sql-spanner v1.25.1
1414
github.com/jackc/pgx/v4 v4.18.3
1515
github.com/joho/godotenv v1.5.1
1616
github.com/lib/pq v1.12.3
17-
github.com/mattn/go-sqlite3 v1.14.42
17+
github.com/mattn/go-sqlite3 v1.14.44
1818
github.com/peterldowns/pgtestdb v0.1.1
1919
github.com/stretchr/testify v1.11.1
2020
github.com/testcontainers/testcontainers-go v0.40.0
@@ -23,19 +23,19 @@ require (
2323
require (
2424
cel.dev/expr v0.25.1 // indirect
2525
cloud.google.com/go v0.123.0 // indirect
26-
cloud.google.com/go/auth v0.18.2 // indirect
26+
cloud.google.com/go/auth v0.20.0 // indirect
2727
cloud.google.com/go/auth/oauth2adapt v0.2.8 // indirect
2828
cloud.google.com/go/compute/metadata v0.9.0 // indirect
29-
cloud.google.com/go/iam v1.5.3 // indirect
30-
cloud.google.com/go/longrunning v0.8.0 // indirect
31-
cloud.google.com/go/monitoring v1.24.3 // indirect
32-
cloud.google.com/go/spanner v1.88.0 // indirect
29+
cloud.google.com/go/iam v1.7.0 // indirect
30+
cloud.google.com/go/longrunning v0.11.0 // indirect
31+
cloud.google.com/go/monitoring v1.25.0 // indirect
32+
cloud.google.com/go/spanner v1.91.0 // indirect
3333
dario.cat/mergo v1.0.2 // indirect
34-
filippo.io/edwards25519 v1.1.1 // indirect
34+
filippo.io/edwards25519 v1.2.0 // indirect
3535
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
3636
github.com/ClickHouse/ch-go v0.71.0 // indirect
3737
github.com/GoogleCloudPlatform/grpc-gcp-go/grpcgcp v1.6.0 // indirect
38-
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.30.0 // indirect
38+
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.31.0 // indirect
3939
github.com/Microsoft/go-winio v0.6.2 // indirect
4040
github.com/andybalholm/brotli v1.2.0 // indirect
4141
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
@@ -64,8 +64,8 @@ require (
6464
github.com/golang-sql/civil v0.0.0-20220223132316-b832511892a9 // indirect
6565
github.com/golang-sql/sqlexp v0.1.0 // indirect
6666
github.com/google/s2a-go v0.1.9 // indirect
67-
github.com/googleapis/enterprise-certificate-proxy v0.3.12 // indirect
68-
github.com/googleapis/gax-go/v2 v2.17.0 // indirect
67+
github.com/googleapis/enterprise-certificate-proxy v0.3.14 // indirect
68+
github.com/googleapis/gax-go/v2 v2.22.0 // indirect
6969
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.8 // indirect
7070
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
7171
github.com/jackc/chunkreader/v2 v2.0.1 // indirect
@@ -105,26 +105,26 @@ require (
105105
go.opencensus.io v0.24.0 // indirect
106106
go.opentelemetry.io/auto/sdk v1.2.1 // indirect
107107
go.opentelemetry.io/contrib/detectors/gcp v1.39.0 // indirect
108-
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.62.0 // indirect
109-
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.62.0 // indirect
108+
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.67.0 // indirect
109+
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.67.0 // indirect
110110
go.opentelemetry.io/otel v1.43.0 // indirect
111111
go.opentelemetry.io/otel/metric v1.43.0 // indirect
112112
go.opentelemetry.io/otel/sdk v1.43.0 // indirect
113113
go.opentelemetry.io/otel/sdk/metric v1.43.0 // indirect
114114
go.opentelemetry.io/otel/trace v1.43.0 // indirect
115115
go.yaml.in/yaml/v3 v3.0.4 // indirect
116-
golang.org/x/crypto v0.48.0 // indirect
117-
golang.org/x/net v0.50.0 // indirect
118-
golang.org/x/oauth2 v0.35.0 // indirect
116+
golang.org/x/crypto v0.49.0 // indirect
117+
golang.org/x/net v0.52.0 // indirect
118+
golang.org/x/oauth2 v0.36.0 // indirect
119119
golang.org/x/sync v0.20.0 // indirect
120120
golang.org/x/sys v0.42.0 // indirect
121-
golang.org/x/text v0.34.0 // indirect
122-
golang.org/x/time v0.14.0 // indirect
123-
google.golang.org/api v0.269.0 // indirect
124-
google.golang.org/genproto v0.0.0-20260128011058-8636f8732409 // indirect
125-
google.golang.org/genproto/googleapis/api v0.0.0-20260209200024-4cfbd4190f57 // indirect
126-
google.golang.org/genproto/googleapis/rpc v0.0.0-20260226221140-a57be14db171 // indirect
127-
google.golang.org/grpc v1.79.3 // indirect
121+
golang.org/x/text v0.35.0 // indirect
122+
golang.org/x/time v0.15.0 // indirect
123+
google.golang.org/api v0.276.0 // indirect
124+
google.golang.org/genproto v0.0.0-20260319201613-d00831a3d3e7 // indirect
125+
google.golang.org/genproto/googleapis/api v0.0.0-20260401024825-9d38bb4040a9 // indirect
126+
google.golang.org/genproto/googleapis/rpc v0.0.0-20260427160629-7cedc36a6bc4 // indirect
127+
google.golang.org/grpc v1.80.0 // indirect
128128
google.golang.org/protobuf v1.36.11 // indirect
129129
gopkg.in/yaml.v3 v3.0.1 // indirect
130130
)

0 commit comments

Comments
 (0)