diff options
Diffstat (limited to 'Gopkg.toml')
-rw-r--r-- | Gopkg.toml | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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" | ||