-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathgo.mod
More file actions
23 lines (18 loc) · 730 Bytes
/
go.mod
File metadata and controls
23 lines (18 loc) · 730 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
module github.com/blocktree/go-openw-cli/v2
go 1.12
require (
github.com/DisposaBoy/JsonConfigReader v0.0.0-20171218180944-5ea4d0ddac55
github.com/asdine/storm v2.1.2+incompatible
github.com/astaxie/beego v1.12.0
github.com/blocktree/go-openw-sdk/v2 v2.4.3
github.com/blocktree/go-owcrypt v1.1.9
github.com/blocktree/openwallet/v2 v2.4.3
github.com/bndr/gotabulate v1.1.2
github.com/google/uuid v1.2.0
github.com/shopspring/decimal v0.0.0-20200105231215-408a2507e114
go.etcd.io/bbolt v1.3.3
gopkg.in/urfave/cli.v1 v1.20.0
)
//replace github.com/blocktree/go-openw-sdk/v2 => ../go-openw-sdk
//replace github.com/blocktree/openwallet => ../openwallet
//replace github.com/blocktree/go-owcdrivers => ../go-owcdrivers