Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Dec 12, 2024
1 parent 8ff4040 commit 31c0c5c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
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 e6fa225c2576
google.golang.org/grpc v1.69.0
gorm.io/datatypes v1.2.5
gorm.io/gorm v1.25.12
)

Expand Down
8 changes: 4 additions & 4 deletions 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

go 1.22.7

toolchain go1.23.3
toolchain go1.23.4

require (
cloud.google.com/go/longrunning v0.6.3
Expand All @@ -12,10 +12,10 @@ require (
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/api v0.211.0
google.golang.org/grpc v1.69.0
google.golang.org/protobuf v1.35.2
gorm.io/datatypes v1.2.4
gorm.io/datatypes v1.2.5
gorm.io/gorm v1.25.12
)

Expand Down
6 changes: 3 additions & 3 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/spanner v1.73.0
github.com/docker/docker v27.3.1+incompatible
github.com/docker/docker v27.4.0+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.0
gorm.io/gorm v1.25.12
)

Expand Down

0 comments on commit 31c0c5c

Please sign in to comment.