Add more required libs for testing

This commit is contained in:
Jack Christensen 2017-09-25 10:26:55 -05:00
parent c1e30c8e14
commit d51cb880e9

View File

@ -79,9 +79,14 @@ skip tests for connection types that are not configured.
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/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/sirupsen/logrus
go get go.uber.org/zap
go get gopkg.in/inconshreveable/log15.v2
Then run the following SQL: