Skip to content

Commit

Permalink
chore: bump golang.org/x/crypto
Browse files Browse the repository at this point in the history
  • Loading branch information
vgarvardt committed Jan 14, 2025
1 parent c5674c4 commit cbed08e
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 88 deletions.
12 changes: 6 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ require (
github.com/jackc/pgx/v4 v4.18.3
github.com/jmoiron/sqlx v1.4.0
github.com/stretchr/testify v1.10.0
github.com/vgarvardt/go-pg-adapter v1.0.0
github.com/vgarvardt/go-pg-adapter v1.1.0
)

require (
Expand All @@ -17,13 +17,13 @@ require (
github.com/jackc/pgio v1.0.0 // indirect
github.com/jackc/pgpassfile v1.0.0 // indirect
github.com/jackc/pgproto3/v2 v2.3.3 // indirect
github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a // indirect
github.com/jackc/pgtype v1.14.0 // indirect
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
github.com/jackc/pgtype v1.14.4 // indirect
github.com/jackc/puddle v1.3.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/stretchr/objx v0.5.2 // indirect
github.com/vgarvardt/pgx-helpers/v4 v4.0.0-20200225100150-876aee3d1a22 // indirect
golang.org/x/crypto v0.20.0 // indirect
golang.org/x/text v0.14.0 // indirect
github.com/vgarvardt/pgx-helpers/v4 v4.2.0 // indirect
golang.org/x/crypto v0.32.0 // indirect
golang.org/x/text v0.21.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
Loading

0 comments on commit cbed08e

Please sign in to comment.