Skip to content

Commit 23f0bcb

Browse files
authored
Merge pull request #45 from vgarvardt/chore/bump-x-crypto
chore: bump golang.org/x/crypto
2 parents c5674c4 + cbed08e commit 23f0bcb

File tree

2 files changed

+48
-88
lines changed

2 files changed

+48
-88
lines changed

go.mod

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ require (
77
github.com/jackc/pgx/v4 v4.18.3
88
github.com/jmoiron/sqlx v1.4.0
99
github.com/stretchr/testify v1.10.0
10-
github.com/vgarvardt/go-pg-adapter v1.0.0
10+
github.com/vgarvardt/go-pg-adapter v1.1.0
1111
)
1212

1313
require (
@@ -17,13 +17,13 @@ require (
1717
github.com/jackc/pgio v1.0.0 // indirect
1818
github.com/jackc/pgpassfile v1.0.0 // indirect
1919
github.com/jackc/pgproto3/v2 v2.3.3 // indirect
20-
github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a // indirect
21-
github.com/jackc/pgtype v1.14.0 // indirect
20+
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
21+
github.com/jackc/pgtype v1.14.4 // indirect
2222
github.com/jackc/puddle v1.3.0 // indirect
2323
github.com/pmezard/go-difflib v1.0.0 // indirect
2424
github.com/stretchr/objx v0.5.2 // indirect
25-
github.com/vgarvardt/pgx-helpers/v4 v4.0.0-20200225100150-876aee3d1a22 // indirect
26-
golang.org/x/crypto v0.20.0 // indirect
27-
golang.org/x/text v0.14.0 // indirect
25+
github.com/vgarvardt/pgx-helpers/v4 v4.2.0 // indirect
26+
golang.org/x/crypto v0.32.0 // indirect
27+
golang.org/x/text v0.21.0 // indirect
2828
gopkg.in/yaml.v3 v3.0.1 // indirect
2929
)

0 commit comments

Comments
 (0)