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 Nov 25, 2024
1 parent abc7c9b commit 98b1557
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions benchmarks/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ require (
cloud.google.com/go/spanner v1.73.0
github.com/google/uuid v1.6.0
github.com/googleapis/go-gorm-spanner v1.4.0
github.com/googleapis/go-sql-spanner v1.8.0
google.golang.org/genproto v0.0.0-20241113202542-65e8d215514f
github.com/googleapis/go-sql-spanner v1.9.0
google.golang.org/genproto e639e219e697
google.golang.org/grpc v1.68.0
gorm.io/datatypes v1.2.4
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 @@ -5,14 +5,14 @@ go 1.22.7
toolchain go1.23.3

require (
cloud.google.com/go/longrunning v0.6.2
cloud.google.com/go/longrunning v0.6.3
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.8.0
github.com/googleapis/go-sql-spanner v1.9.0
github.com/shopspring/decimal v1.4.0
github.com/stretchr/testify v1.9.0
google.golang.org/api v0.206.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
Expand Down
4 changes: 2 additions & 2 deletions samples/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ require (
github.com/docker/docker v27.3.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.8.0
github.com/stretchr/testify v1.9.0
github.com/googleapis/go-sql-spanner v1.9.0
github.com/stretchr/testify v1.10.0
google.golang.org/grpc v1.68.0
gorm.io/gorm v1.25.12
)
Expand Down

0 comments on commit 98b1557

Please sign in to comment.