update go imports
This commit is contained in:
parent
1ccefad217
commit
78a0164ba2
1 changed files with 2 additions and 1 deletions
3
go.mod
3
go.mod
|
@ -5,7 +5,8 @@ go 1.14
|
|||
require (
|
||||
github.com/aead/siphash v1.0.1
|
||||
github.com/btcsuite/btcd v0.20.1-beta
|
||||
github.com/davecgh/go-spew v0.0.0-20171005155431-ecdeabc65495
|
||||
github.com/btcsuite/btcutil v0.0.0-20190425235716-9e5f4b9a998d
|
||||
github.com/davecgh/go-spew v1.1.0
|
||||
github.com/kkdai/bstream v0.0.0-20161212061736-f391b8402d23
|
||||
golang.org/x/crypto v0.0.0-20200115085410-6d4e4cb37c7d
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue