Skip to content

Commit 6f524d5

Browse files
chore(deps): bump github.com/jackc/pgx/v5
Bumps the go_modules group with 1 update in the /svc/update-service directory: [github.com/jackc/pgx/v5](https://github.com/jackc/pgx). Updates `github.com/jackc/pgx/v5` from 5.7.4 to 5.9.2 - [Changelog](https://github.com/jackc/pgx/blob/master/CHANGELOG.md) - [Commits](jackc/pgx@v5.7.4...v5.9.2) --- updated-dependencies: - dependency-name: github.com/jackc/pgx/v5 dependency-version: 5.9.2 dependency-type: direct:production dependency-group: go_modules ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e2dedb8 commit 6f524d5

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

svc/update-service/go.mod

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@ module github.com/toob-boot/update-service
33
go 1.26.0
44

55
require (
6-
github.com/jackc/pgx/v5 v5.7.4
6+
github.com/jackc/pgx/v5 v5.9.2
77
github.com/pressly/goose/v3 v3.24.3
88
)
9+
10+
require (
11+
github.com/jackc/pgpassfile v1.0.0 // indirect
12+
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
13+
github.com/jackc/puddle/v2 v2.2.2 // indirect
14+
github.com/mfridman/interpolate v0.0.2 // indirect
15+
github.com/sethvargo/go-retry v0.3.0 // indirect
16+
go.uber.org/multierr v1.11.0 // indirect
17+
golang.org/x/sync v0.17.0 // indirect
18+
golang.org/x/text v0.29.0 // indirect
19+
)

0 commit comments

Comments
 (0)