forked from boxproject/boxwallet
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgo.mod
More file actions
22 lines (20 loc) · 699 Bytes
/
go.mod
File metadata and controls
22 lines (20 loc) · 699 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
module github.com/Rennbon/boxwallet
go 1.12
require (
github.com/boxproject/lib-bitcore v0.0.0-20181011062216-59a0c89196eb
github.com/btcsuite/btcd v0.20.1-beta
github.com/btcsuite/btcutil v1.0.1
github.com/dgraph-io/badger v1.6.0
github.com/ethereum/go-ethereum v1.9.11
github.com/fsnotify/fsnotify v1.4.7
github.com/go-sql-driver/mysql v1.5.0
github.com/jinzhu/gorm v1.9.12
github.com/ltcsuite/ltcd v0.20.1-beta
github.com/ltcsuite/ltcutil v0.0.0-20191227053721-6bec450ea6ad
github.com/mitchellh/mapstructure v1.1.2
github.com/satori/go.uuid v1.2.0
github.com/sirupsen/logrus v1.4.2
github.com/spf13/cast v1.3.1
github.com/spf13/viper v1.6.2
github.com/stretchr/testify v1.5.1
)