aboutsummaryrefslogtreecommitdiff
path: root/Gopkg.toml
diff options
context:
space:
mode:
authorjloup <jeanloup.jamet@gmail.com>2018-02-22 11:31:59 +0100
committerjloup <jeanloup.jamet@gmail.com>2018-02-22 11:31:59 +0100
commit2f91f20a8645339385ada602684f4957f20f4da4 (patch)
treea084cf293af15cc6ea6a1417edad51fcf0674947 /Gopkg.toml
parent3602fbf8412d69900d793a963c8e774f487f5e45 (diff)
downloadFront-2f91f20a8645339385ada602684f4957f20f4da4.tar.gz
Front-2f91f20a8645339385ada602684f4957f20f4da4.tar.zst
Front-2f91f20a8645339385ada602684f4957f20f4da4.zip
Poloniex connection.
Diffstat (limited to 'Gopkg.toml')
-rw-r--r--Gopkg.toml8
1 files changed, 8 insertions, 0 deletions
diff --git a/Gopkg.toml b/Gopkg.toml
index f4686b5..4feee4d 100644
--- a/Gopkg.toml
+++ b/Gopkg.toml
@@ -56,3 +56,11 @@
56[prune] 56[prune]
57 go-tests = true 57 go-tests = true
58 unused-packages = true 58 unused-packages = true
59
60[[constraint]]
61 branch = "master"
62 name = "github.com/jloup/poloniex"
63
64[[constraint]]
65 branch = "master"
66 name = "github.com/shopspring/decimal"