Skip to content

Commit 37efaa2

Browse files
fix(deps): update all
1 parent 9fb7bbc commit 37efaa2

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ services:
2929
- intranet
3030

3131
postgres:
32-
image: postgres:17.4
32+
image: postgres:17.5
3333
restart: always
3434
ports:
3535
- "5432:5432"

go.mod

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,18 @@ module github.com/moov-io/base
33
go 1.23.0
44

55
require (
6-
cloud.google.com/go/alloydbconn v1.15.1
7-
cloud.google.com/go/spanner v1.79.0
6+
cloud.google.com/go/alloydbconn v1.15.2
7+
cloud.google.com/go/spanner v1.82.0
88
github.com/go-kit/kit v0.13.0
99
github.com/go-kit/log v0.2.1
1010
github.com/go-sql-driver/mysql v1.9.2
1111
github.com/go-viper/mapstructure/v2 v2.2.1
1212
github.com/golang-migrate/migrate/v4 v4.18.3
1313
github.com/google/uuid v1.6.0
14-
github.com/googleapis/gax-go/v2 v2.14.1
15-
github.com/googleapis/go-sql-spanner v1.13.0
14+
github.com/googleapis/gax-go/v2 v2.14.2
15+
github.com/googleapis/go-sql-spanner v1.13.2
1616
github.com/gorilla/mux v1.8.1
17-
github.com/jackc/pgx/v5 v5.7.4
17+
github.com/jackc/pgx/v5 v5.7.5
1818
github.com/madflojo/testcerts v1.4.0
1919
github.com/markbates/pkger v0.17.1
2020
github.com/prometheus/client_golang v1.22.0
@@ -27,7 +27,7 @@ require (
2727
go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.35.0
2828
go.opentelemetry.io/otel/sdk v1.35.0
2929
go.opentelemetry.io/otel/trace v1.35.0
30-
google.golang.org/grpc v1.72.0
30+
google.golang.org/grpc v1.72.1
3131
)
3232

3333
require (

0 commit comments

Comments
 (0)