Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update deps #132

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions benchmarks/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/googleapis/go-gorm-spanner/benchmarks

go 1.22.7

toolchain go1.23.3
toolchain go1.23.4

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

Expand All @@ -11,9 +11,9 @@ require (
github.com/google/uuid v1.6.0
github.com/googleapis/go-gorm-spanner v1.4.0
github.com/googleapis/go-sql-spanner v1.9.0
google.golang.org/genproto v0.0.0-20241118233622-e639e219e697
google.golang.org/grpc v1.68.0
gorm.io/datatypes v1.2.4
google.golang.org/genproto 5f5ef82da422
google.golang.org/grpc v1.69.2
gorm.io/datatypes v1.2.5
gorm.io/gorm v1.25.12
)

Expand Down
12 changes: 6 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@ module github.com/googleapis/go-gorm-spanner

go 1.22.7

toolchain go1.23.3
toolchain go1.23.4

require (
cloud.google.com/go/longrunning v0.6.3
cloud.google.com/go/longrunning v0.6.4
cloud.google.com/go/spanner v1.73.0
github.com/golang/protobuf v1.5.4
github.com/google/go-cmp v0.6.0
github.com/googleapis/go-sql-spanner v1.9.0
github.com/shopspring/decimal v1.4.0
github.com/stretchr/testify v1.10.0
google.golang.org/api v0.209.0
google.golang.org/grpc v1.68.0
google.golang.org/protobuf v1.35.2
gorm.io/datatypes v1.2.4
google.golang.org/api v0.216.0
google.golang.org/grpc v1.69.2
google.golang.org/protobuf v1.36.2
gorm.io/datatypes v1.2.5
gorm.io/gorm v1.25.12
)

Expand Down
8 changes: 4 additions & 4 deletions samples/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@ module github.com/googleapis/go-gorm-spanner/samples

go 1.22.7

toolchain go1.23.3
toolchain go1.23.4

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

require (
cloud.google.com/go v0.116.0
cloud.google.com/go v0.118.0
cloud.google.com/go/spanner v1.73.0
github.com/docker/docker v27.3.1+incompatible
github.com/docker/docker v27.4.1+incompatible
github.com/docker/go-connections v0.5.0
github.com/googleapis/go-gorm-spanner v1.4.0
github.com/googleapis/go-sql-spanner v1.9.0
github.com/stretchr/testify v1.10.0
google.golang.org/grpc v1.68.0
google.golang.org/grpc v1.69.2
gorm.io/gorm v1.25.12
)

Expand Down