Add more required libs for testing
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user