From 2f91f20a8645339385ada602684f4957f20f4da4 Mon Sep 17 00:00:00 2001 From: jloup Date: Thu, 22 Feb 2018 11:31:59 +0100 Subject: Poloniex connection. --- Gopkg.toml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'Gopkg.toml') diff --git a/Gopkg.toml b/Gopkg.toml index f4686b5..4feee4d 100644 --- a/Gopkg.toml +++ b/Gopkg.toml @@ -56,3 +56,11 @@ [prune] go-tests = true unused-packages = true + +[[constraint]] + branch = "master" + name = "github.com/jloup/poloniex" + +[[constraint]] + branch = "master" + name = "github.com/shopspring/decimal" -- cgit v1.2.3