Skip to content

Commit

Permalink
chore (tests/postgres): update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jimlambrt committed May 14, 2024
1 parent 3594751 commit 8b4b76e
Show file tree
Hide file tree
Showing 2 changed files with 86 additions and 74 deletions.
43 changes: 23 additions & 20 deletions tests/postgres/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,41 +3,44 @@ module github.com/hashicorp/mql/tests/postgres
go 1.20

require (
github.com/hashicorp/go-dbw v0.0.0-20230612165830-f471701ba4c2
github.com/hashicorp/go-dbw v0.1.2
github.com/hashicorp/mql v0.1.1-0.20230816193610-066beca8effe
github.com/stretchr/testify v1.8.4
gorm.io/driver/postgres v1.5.0
gorm.io/gorm v1.25.1
github.com/stretchr/testify v1.9.0
gorm.io/driver/postgres v1.5.7
gorm.io/gorm v1.25.10
)

require (
github.com/DATA-DOG/go-sqlmock v1.5.0 // indirect
github.com/DATA-DOG/go-sqlmock v1.5.2 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/fatih/color v1.15.0 // indirect
github.com/hashicorp/go-hclog v1.4.0 // indirect
github.com/fatih/color v1.17.0 // indirect
github.com/hashicorp/go-hclog v1.6.3 // indirect
github.com/hashicorp/go-secure-stdlib/base62 v0.1.2 // indirect
github.com/hashicorp/go-uuid v1.0.3 // indirect
github.com/jackc/chunkreader/v2 v2.0.1 // indirect
github.com/jackc/pgconn v1.14.0 // indirect
github.com/jackc/pgconn v1.14.3 // indirect
github.com/jackc/pgio v1.0.0 // indirect
github.com/jackc/pgpassfile v1.0.0 // indirect
github.com/jackc/pgproto3/v2 v2.3.2 // indirect
github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a // indirect
github.com/jackc/pgtype v1.14.0 // indirect
github.com/jackc/pgx/v4 v4.18.1 // indirect
github.com/jackc/pgx/v5 v5.3.1 // indirect
github.com/jackc/pgproto3/v2 v2.3.3 // indirect
github.com/jackc/pgservicefile v0.0.0-20231201235250-de7065d80cb9 // indirect
github.com/jackc/pgtype v1.14.3 // indirect
github.com/jackc/pgx/v4 v4.18.3 // indirect
github.com/jackc/pgx/v5 v5.5.5 // indirect
github.com/jackc/puddle/v2 v2.2.1 // indirect
github.com/jinzhu/inflection v1.0.0 // indirect
github.com/jinzhu/now v1.1.5 // indirect
github.com/lib/pq v1.10.4 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.17 // indirect
github.com/mattn/go-sqlite3 v1.14.16 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/mattn/go-sqlite3 v1.14.22 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/xo/dburl v0.13.0 // indirect
golang.org/x/crypto v0.17.0 // indirect
github.com/rogpeppe/go-internal v1.12.0 // indirect
github.com/xo/dburl v0.23.1 // indirect
golang.org/x/crypto v0.23.0 // indirect
golang.org/x/exp v0.0.0-20230811145659-89c5cff77bcb // indirect
golang.org/x/sys v0.15.0 // indirect
golang.org/x/text v0.14.0 // indirect
golang.org/x/sync v0.7.0 // indirect
golang.org/x/sys v0.20.0 // indirect
golang.org/x/text v0.15.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
gorm.io/driver/sqlite v1.4.4 // indirect
gorm.io/driver/sqlite v1.5.5 // indirect
)
Loading

0 comments on commit 8b4b76e

Please sign in to comment.