Skip to content

Commit 7f65c12

Browse files
fix: update all dependencies (#197)
* fix: update all dependencies * chore: go mod tidy --------- Co-authored-by: Knut Olav Løite <koloite@gmail.com>
1 parent 7ebcabc commit 7f65c12

9 files changed

Lines changed: 15 additions & 20 deletions

File tree

.github/workflows/integration-tests-on-emulator.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Install Go
1818
uses: actions/setup-go@v6
1919
with:
20-
go-version: 1.25.x
20+
go-version: 1.26.x
2121
- name: Checkout code
2222
uses: actions/checkout@v6
2323
- name: Run integration tests on Emulator

.github/workflows/integration-tests-on-production.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Install Go
2626
uses: actions/setup-go@v6
2727
with:
28-
go-version: 1.25.x
28+
go-version: 1.26.x
2929
- name: Checkout code
3030
uses: actions/checkout@v6
3131
- name: Auth

.github/workflows/postgresql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Install Go
1818
uses: actions/setup-go@v6
1919
with:
20-
go-version: 1.25.x
20+
go-version: 1.26.x
2121
- name: Checkout code
2222
uses: actions/checkout@v6
2323
- name: Checkout gorm

benchmarks/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/googleapis/go-gorm-spanner/benchmarks
22

33
go 1.24.0
44

5-
toolchain go1.25.5
5+
toolchain go1.26.0
66

77
replace github.com/googleapis/go-gorm-spanner => ../
88

@@ -11,7 +11,7 @@ require (
1111
github.com/google/uuid v1.6.0
1212
github.com/googleapis/go-gorm-spanner v1.9.1
1313
github.com/googleapis/go-sql-spanner v1.23.0
14-
google.golang.org/genproto v0.0.0-20260128011058-8636f8732409
14+
google.golang.org/genproto v0.0.0-20260209200024-4cfbd4190f57
1515
google.golang.org/grpc v1.78.0
1616
gorm.io/datatypes v1.2.7
1717
gorm.io/gorm v1.31.1

benchmarks/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,8 +208,8 @@ google.golang.org/appengine v1.4.0/go.mod h1:xpcJRLb0r/rnEns0DIKYYv+WjYCduHsrkT7
208208
google.golang.org/genproto v0.0.0-20180817151627-c66870c02cf8/go.mod h1:JiN7NxoALGmiZfu7CAH4rXhgtRTLTxftemlI0sWmxmc=
209209
google.golang.org/genproto v0.0.0-20190819201941-24fa4b261c55/go.mod h1:DMBHOl98Agz4BDEuKkezgsaosCRResVns1a3J2ZsMNc=
210210
google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013/go.mod h1:NbSheEEYHJ7i3ixzK3sjbqSGDJWnxyFXZblF3eUsNvo=
211-
google.golang.org/genproto v0.0.0-20260128011058-8636f8732409 h1:VQZ/yAbAtjkHgH80teYd2em3xtIkkHd7ZhqfH2N9CsM=
212-
google.golang.org/genproto v0.0.0-20260128011058-8636f8732409/go.mod h1:rxKD3IEILWEu3P44seeNOAwZN4SaoKaQ/2eTg4mM6EM=
211+
google.golang.org/genproto v0.0.0-20260209200024-4cfbd4190f57 h1:uZSB/r2MjH9IsqpG2vRNSV1Juteix90oHe8oTcLW9tk=
212+
google.golang.org/genproto v0.0.0-20260209200024-4cfbd4190f57/go.mod h1:nGuPfp0lnDJcJD0J47StV0Skgnw3qMSQhjsLKiejq5Y=
213213
google.golang.org/genproto/googleapis/api v0.0.0-20260203192932-546029d2fa20 h1:7ei4lp52gK1uSejlA8AZl5AJjeLUOHBQscRQZUgAcu0=
214214
google.golang.org/genproto/googleapis/api v0.0.0-20260203192932-546029d2fa20/go.mod h1:ZdbssH/1SOVnjnDlXzxDHK2MCidiqXtbYccJNzNYPEE=
215215
google.golang.org/genproto/googleapis/rpc v0.0.0-20260203192932-546029d2fa20 h1:Jr5R2J6F6qWyzINc+4AM8t5pfUz6beZpHp678GNrMbE=

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/googleapis/go-gorm-spanner
22

33
go 1.24.0
44

5-
toolchain go1.25.5
5+
toolchain go1.26.0
66

77
require (
88
cloud.google.com/go v0.123.0

postgresql/samples/go.mod

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@ module sample
22

33
go 1.24.0
44

5-
toolchain go1.25.5
5+
toolchain go1.26.0
66

77
require (
88
cloud.google.com/go v0.123.0
99
cloud.google.com/go/spanner v1.88.0
1010
github.com/google/uuid v1.6.0
11-
github.com/googleapis/go-gorm-spanner v1.9.2-0.20260112130927-fc18997408aa
12-
github.com/googleapis/go-gorm-spanner/postgresql/samples v1.9.2-0.20260112130927-fc18997408aa
13-
github.com/googleapis/go-gorm-spanner/samples v0.0.0-20260105140813-323dad1f1396
11+
github.com/googleapis/go-gorm-spanner v1.9.1
12+
github.com/googleapis/go-gorm-spanner/postgresql/samples v1.9.1
13+
github.com/googleapis/go-gorm-spanner/samples v1.9.1
1414
github.com/googleapis/go-sql-spanner v1.23.0
1515
github.com/stretchr/testify v1.11.1
1616
google.golang.org/api v0.266.0
@@ -27,11 +27,9 @@ require (
2727
cloud.google.com/go/iam v1.5.3 // indirect
2828
cloud.google.com/go/longrunning v0.8.0 // indirect
2929
cloud.google.com/go/monitoring v1.24.3 // indirect
30-
github.com/Azure/go-ansiterm v0.0.0-20250102033503-faa5f7b0171c // indirect
3130
github.com/GoogleCloudPlatform/grpc-gcp-go/grpcgcp v1.6.0 // indirect
3231
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.30.0 // indirect
3332
github.com/Microsoft/go-winio v0.6.2 // indirect
34-
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
3533
github.com/cespare/xxhash/v2 v2.3.0 // indirect
3634
github.com/cncf/xds/go v0.0.0-20251210132809-ee656c7534f5 // indirect
3735
github.com/containerd/errdefs v1.0.0 // indirect
@@ -50,6 +48,7 @@ require (
5048
github.com/google/s2a-go v0.1.9 // indirect
5149
github.com/googleapis/enterprise-certificate-proxy v0.3.11 // indirect
5250
github.com/googleapis/gax-go/v2 v2.17.0 // indirect
51+
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.2 // indirect
5352
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
5453
github.com/jackc/pgpassfile v1.0.0 // indirect
5554
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
@@ -58,7 +57,6 @@ require (
5857
github.com/jinzhu/inflection v1.0.0 // indirect
5958
github.com/jinzhu/now v1.1.5 // indirect
6059
github.com/moby/docker-image-spec v1.3.1 // indirect
61-
github.com/moby/sys/sequential v0.6.0 // indirect
6260
github.com/opencontainers/go-digest v1.0.0 // indirect
6361
github.com/opencontainers/image-spec v1.1.1 // indirect
6462
github.com/pkg/errors v0.9.1 // indirect
@@ -71,12 +69,10 @@ require (
7169
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.64.0 // indirect
7270
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.64.0 // indirect
7371
go.opentelemetry.io/otel v1.40.0 // indirect
74-
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.40.0 // indirect
7572
go.opentelemetry.io/otel/metric v1.40.0 // indirect
7673
go.opentelemetry.io/otel/sdk v1.40.0 // indirect
7774
go.opentelemetry.io/otel/sdk/metric v1.40.0 // indirect
7875
go.opentelemetry.io/otel/trace v1.40.0 // indirect
79-
go.opentelemetry.io/proto/otlp v1.9.0 // indirect
8076
golang.org/x/crypto v0.47.0 // indirect
8177
golang.org/x/net v0.49.0 // indirect
8278
golang.org/x/oauth2 v0.35.0 // indirect

postgresql/samples/go.sum

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,6 @@ golang.org/x/sys v0.0.0-20180830151530-49385e6e1522/go.mod h1:STP8DvDyc/dI5b8T5h
231231
golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
232232
golang.org/x/sys v0.0.0-20190412213103-97732733099d/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
233233
golang.org/x/sys v0.0.0-20200930185726-fdedc70b468f/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
234-
golang.org/x/sys v0.0.0-20210616094352-59db8d763f22/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
235234
golang.org/x/sys v0.40.0 h1:DBZZqJ2Rkml6QMQsZywtnjnnGvHza6BTfYFWY9kjEWQ=
236235
golang.org/x/sys v0.40.0/go.mod h1:OgkHotnGiDImocRcuBABYBEXf8A9a87e/uXjp9XT3ks=
237236
golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=

samples/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/googleapis/go-gorm-spanner/samples
22

33
go 1.24.0
44

5-
toolchain go1.25.5
5+
toolchain go1.26.0
66

77
replace github.com/googleapis/go-gorm-spanner => ../
88

@@ -13,7 +13,7 @@ require (
1313
github.com/docker/go-connections v0.6.0
1414
github.com/golang/protobuf v1.5.4
1515
github.com/google/uuid v1.6.0
16-
github.com/googleapis/go-gorm-spanner v1.9.0
16+
github.com/googleapis/go-gorm-spanner v1.9.1
1717
github.com/googleapis/go-sql-spanner v1.23.0
1818
github.com/stretchr/testify v1.11.1
1919
google.golang.org/api v0.266.0

0 commit comments

Comments
 (0)