Skip to content

Commit 99ae79b

Browse files
chore(deps): bump the all group in /dbtests with 3 updates (#364)
Bumps the all group in /dbtests with 3 updates: [github.com/googleapis/go-sql-spanner](https://github.com/googleapis/go-sql-spanner), [github.com/lib/pq](https://github.com/lib/pq) and [github.com/mattn/go-sqlite3](https://github.com/mattn/go-sqlite3). Updates `github.com/googleapis/go-sql-spanner` from 1.23.0 to 1.24.0 - [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.23.0...v1.24.0) Updates `github.com/lib/pq` from 1.11.1 to 1.11.2 - [Release notes](https://github.com/lib/pq/releases) - [Changelog](https://github.com/lib/pq/blob/master/CHANGELOG.md) - [Commits](lib/pq@v1.11.1...v1.11.2) Updates `github.com/mattn/go-sqlite3` from 1.14.33 to 1.14.34 - [Release notes](https://github.com/mattn/go-sqlite3/releases) - [Commits](mattn/go-sqlite3@v1.14.33...v1.14.34) --- updated-dependencies: - dependency-name: github.com/googleapis/go-sql-spanner dependency-version: 1.24.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: github.com/lib/pq dependency-version: 1.11.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: github.com/mattn/go-sqlite3 dependency-version: 1.14.34 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c0394a8 commit 99ae79b

File tree

2 files changed

+39
-1404
lines changed

2 files changed

+39
-1404
lines changed

dbtests/go.mod

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ require (
1212
github.com/go-sql-driver/mysql v1.9.3
1313
github.com/go-testfixtures/testfixtures/v3 v3.0.0
1414
github.com/google/uuid v1.6.0
15-
github.com/googleapis/go-sql-spanner v1.23.0
15+
github.com/googleapis/go-sql-spanner v1.24.0
1616
github.com/jackc/pgx/v4 v4.18.3
1717
github.com/joho/godotenv v1.5.1
18-
github.com/lib/pq v1.11.1
19-
github.com/mattn/go-sqlite3 v1.14.33
18+
github.com/lib/pq v1.11.2
19+
github.com/mattn/go-sqlite3 v1.14.34
2020
github.com/peterldowns/pgtestdb v0.1.1
2121
github.com/stretchr/testify v1.11.1
2222
github.com/testcontainers/testcontainers-go v0.40.0
@@ -31,12 +31,12 @@ require (
3131
cloud.google.com/go/iam v1.5.3 // indirect
3232
cloud.google.com/go/longrunning v0.8.0 // indirect
3333
cloud.google.com/go/monitoring v1.24.3 // indirect
34-
cloud.google.com/go/spanner v1.87.0 // indirect
34+
cloud.google.com/go/spanner v1.88.0 // indirect
3535
dario.cat/mergo v1.0.2 // indirect
3636
filippo.io/edwards25519 v1.1.0 // indirect
3737
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
3838
github.com/ClickHouse/ch-go v0.71.0 // indirect
39-
github.com/GoogleCloudPlatform/grpc-gcp-go/grpcgcp v1.5.3 // indirect
39+
github.com/GoogleCloudPlatform/grpc-gcp-go/grpcgcp v1.6.0 // indirect
4040
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.30.0 // indirect
4141
github.com/Microsoft/go-winio v0.6.2 // indirect
4242
github.com/andybalholm/brotli v1.2.0 // indirect
@@ -65,10 +65,10 @@ require (
6565
github.com/goccy/go-yaml v1.19.2 // indirect
6666
github.com/golang-sql/civil v0.0.0-20190719163853-cb61b32ac6fe // indirect
6767
github.com/golang-sql/sqlexp v0.1.0 // indirect
68-
github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect
6968
github.com/google/s2a-go v0.1.9 // indirect
7069
github.com/googleapis/enterprise-certificate-proxy v0.3.11 // indirect
71-
github.com/googleapis/gax-go/v2 v2.16.0 // indirect
70+
github.com/googleapis/gax-go/v2 v2.17.0 // indirect
71+
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.8 // indirect
7272
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
7373
github.com/jackc/chunkreader/v2 v2.0.1 // indirect
7474
github.com/jackc/pgconn v1.14.3 // indirect
@@ -117,15 +117,15 @@ require (
117117
go.yaml.in/yaml/v3 v3.0.4 // indirect
118118
golang.org/x/crypto v0.47.0 // indirect
119119
golang.org/x/net v0.49.0 // indirect
120-
golang.org/x/oauth2 v0.34.0 // indirect
120+
golang.org/x/oauth2 v0.35.0 // indirect
121121
golang.org/x/sync v0.19.0 // indirect
122122
golang.org/x/sys v0.40.0 // indirect
123-
golang.org/x/text v0.33.0 // indirect
123+
golang.org/x/text v0.34.0 // indirect
124124
golang.org/x/time v0.14.0 // indirect
125-
google.golang.org/api v0.262.0 // indirect
126-
google.golang.org/genproto v0.0.0-20251202230838-ff82c1b0f217 // indirect
127-
google.golang.org/genproto/googleapis/api v0.0.0-20251202230838-ff82c1b0f217 // indirect
128-
google.golang.org/genproto/googleapis/rpc v0.0.0-20260122232226-8e98ce8d340d // indirect
125+
google.golang.org/api v0.266.0 // indirect
126+
google.golang.org/genproto v0.0.0-20260128011058-8636f8732409 // indirect
127+
google.golang.org/genproto/googleapis/api v0.0.0-20260209200024-4cfbd4190f57 // indirect
128+
google.golang.org/genproto/googleapis/rpc v0.0.0-20260209200024-4cfbd4190f57 // indirect
129129
google.golang.org/grpc v1.78.0 // indirect
130130
google.golang.org/protobuf v1.36.11 // indirect
131131
gopkg.in/yaml.v3 v3.0.1 // indirect

0 commit comments

Comments
 (0)