Huobi: Add deposit address and withdraw quota API support (#433)

* Add Huobi deposit and withdraw quota API support
Plus perform come code deduplication

* Go mod tidy
This commit is contained in:
Adrian Gallagher
2020-02-03 12:44:46 +11:00
committed by GitHub
parent a32d16e1f5
commit b8dfa443d3
6 changed files with 210 additions and 210 deletions

2
go.mod
View File

@@ -23,9 +23,7 @@ require (
github.com/urfave/cli v1.22.2
github.com/volatiletech/null v8.0.0+incompatible
golang.org/x/crypto v0.0.0-20190605123033-f99c8df09eb5
golang.org/x/net v0.0.0-20190606173856-1492cefac77f // indirect
golang.org/x/sys v0.0.0-20191003212358-c178f38b412c // indirect
google.golang.org/genproto v0.0.0-20191002211648-c459b9ce5143
google.golang.org/grpc v1.27.0
gopkg.in/yaml.v2 v2.2.4 // indirect
)