From d51cb880e91d22eb244708c21a1317a941fe1a11 Mon Sep 17 00:00:00 2001 From: Jack Christensen Date: Mon, 25 Sep 2017 10:26:55 -0500 Subject: [PATCH] Add more required libs for testing --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5905bdfa..4fe80867 100644 --- a/README.md +++ b/README.md @@ -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: