mirror of
https://github.com/jackc/pgx.git
synced 2025-05-31 11:42:24 +00:00
Add more required libs for testing
This commit is contained in:
parent
c1e30c8e14
commit
d51cb880e9
@ -79,9 +79,14 @@ skip tests for connection types that are not configured.
|
|||||||
|
|
||||||
To setup the normal test environment, first install these dependencies:
|
To setup the normal test environment, first install these dependencies:
|
||||||
|
|
||||||
go get github.com/pkg/errors
|
go get github.com/hashicorp/go-version
|
||||||
go get github.com/jackc/fake
|
go get github.com/jackc/fake
|
||||||
|
go get github.com/lib/pq
|
||||||
|
go get github.com/pkg/errors
|
||||||
|
go get github.com/satori/go.uuid
|
||||||
go get github.com/shopspring/decimal
|
go get github.com/shopspring/decimal
|
||||||
|
go get github.com/sirupsen/logrus
|
||||||
|
go get go.uber.org/zap
|
||||||
go get gopkg.in/inconshreveable/log15.v2
|
go get gopkg.in/inconshreveable/log15.v2
|
||||||
|
|
||||||
Then run the following SQL:
|
Then run the following SQL:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user