Skip to content

Commit

Permalink
Update to latest pgx dependencies
Browse files Browse the repository at this point in the history
fixes #61
  • Loading branch information
jackc committed Jul 1, 2022
1 parent ab1c23c commit 833e84e
Show file tree
Hide file tree
Showing 2 changed files with 81 additions and 9 deletions.
18 changes: 9 additions & 9 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@ module github.com/jackc/tern
go 1.13

require (
github.com/Masterminds/goutils v1.1.0 // indirect
github.com/Masterminds/goutils v1.1.1 // indirect
github.com/Masterminds/semver v1.5.0 // indirect
github.com/Masterminds/sprig v2.22.0+incompatible
github.com/google/uuid v1.1.1 // indirect
github.com/google/uuid v1.3.0 // indirect
github.com/huandu/xstrings v1.3.2 // indirect
github.com/imdario/mergo v0.3.9 // indirect
github.com/jackc/pgconn v1.6.1
github.com/jackc/pgx/v4 v4.7.1
github.com/mitchellh/copystructure v1.0.0 // indirect
github.com/spf13/cobra v1.4.0
github.com/stretchr/testify v1.6.1
github.com/imdario/mergo v0.3.13 // indirect
github.com/jackc/pgconn v1.12.1
github.com/jackc/pgx/v4 v4.16.1
github.com/mitchellh/copystructure v1.2.0 // indirect
github.com/spf13/cobra v1.5.0
github.com/stretchr/testify v1.8.0
github.com/vaughan0/go-ini v0.0.0-20130923145212-a98ad7ee00ec
golang.org/x/crypto v0.0.0-20210220033148-5ea612d1eb83
golang.org/x/crypto v0.0.0-20220622213112-05595931fe9d
)
Loading

0 comments on commit 833e84e

Please sign in to comment.