-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
18 lines (16 loc) · 666 Bytes
/
go.mod
File metadata and controls
18 lines (16 loc) · 666 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
module debtchain
go 1.15
require (
github.com/FactomProject/basen v0.0.0-20150613233007-fe3947df716e // indirect
github.com/FactomProject/btcutilecc v0.0.0-20130527213604-d3a63a5752ec
github.com/btcsuite/btcd v0.20.1-beta
github.com/cmars/basen v0.0.0-20150613233007-fe3947df716e // indirect
github.com/dgraph-io/badger v1.6.1
github.com/dgraph-io/badger/v2 v2.2007.2
github.com/spf13/viper v1.6.3
github.com/tendermint/tendermint v0.33.8
github.com/tendermint/tmlibs v0.9.0
github.com/tyler-smith/go-bip32 v0.0.0-20170922074101-2c9cfd177564
github.com/tyler-smith/go-bip39 v1.0.2
launchpad.net/gocheck v0.0.0-20140225173054-000000000087 // indirect
)