glide: update to latest btcutil
This commit is contained in:
parent
bae9c4911e
commit
74a7124666
2 changed files with 6 additions and 6 deletions
8
glide.lock
generated
8
glide.lock
generated
|
@ -1,10 +1,10 @@
|
||||||
hash: 7236392cb21dfdf1c5f8699b410a6c3231ad9dde6e0c7767fb796bd599f1867d
|
hash: 9c2b44923522db0619fde4bafd11c1b3209f5f978201ea7fbd30ae2ff929c388
|
||||||
updated: 2018-05-23T17:00:22.163799009-07:00
|
updated: 2018-05-23T20:53:02.17971318-07:00
|
||||||
imports:
|
imports:
|
||||||
- name: github.com/aead/siphash
|
- name: github.com/aead/siphash
|
||||||
version: e404fcfc888570cadd1610538e2dbc89f66af814
|
version: e404fcfc888570cadd1610538e2dbc89f66af814
|
||||||
- name: github.com/btcsuite/btcd
|
- name: github.com/btcsuite/btcd
|
||||||
version: d52471044ab259b656083399c4304ce6672308fd
|
version: bc0944904505aab55e089371a892be2f87883161
|
||||||
subpackages:
|
subpackages:
|
||||||
- addrmgr
|
- addrmgr
|
||||||
- blockchain
|
- blockchain
|
||||||
|
@ -21,7 +21,7 @@ imports:
|
||||||
- name: github.com/btcsuite/btclog
|
- name: github.com/btcsuite/btclog
|
||||||
version: 84c8d2346e9fc8c7b947e243b9c24e6df9fd206a
|
version: 84c8d2346e9fc8c7b947e243b9c24e6df9fd206a
|
||||||
- name: github.com/btcsuite/btcutil
|
- name: github.com/btcsuite/btcutil
|
||||||
version: 45edb4b6e59ef7890c7f4be92da61d5ebfa50b65
|
version: d4cc87b860166d00d6b5b9e0d3b3d71d6088d4d4
|
||||||
subpackages:
|
subpackages:
|
||||||
- base58
|
- base58
|
||||||
- bech32
|
- bech32
|
||||||
|
|
|
@ -3,7 +3,7 @@ import:
|
||||||
- package: github.com/coreos/bbolt
|
- package: github.com/coreos/bbolt
|
||||||
version: 4f5275f4ebbf6fe7cb772de987fa96ee674460a7
|
version: 4f5275f4ebbf6fe7cb772de987fa96ee674460a7
|
||||||
- package: github.com/btcsuite/btcd
|
- package: github.com/btcsuite/btcd
|
||||||
version: d52471044ab259b656083399c4304ce6672308fd
|
version: bc0944904505aab55e089371a892be2f87883161
|
||||||
subpackages:
|
subpackages:
|
||||||
- blockchain
|
- blockchain
|
||||||
- btcec
|
- btcec
|
||||||
|
@ -14,7 +14,7 @@ import:
|
||||||
- wire
|
- wire
|
||||||
- package: github.com/btcsuite/btclog
|
- package: github.com/btcsuite/btclog
|
||||||
- package: github.com/btcsuite/btcutil
|
- package: github.com/btcsuite/btcutil
|
||||||
version: 45edb4b6e59ef7890c7f4be92da61d5ebfa50b65
|
version: d4cc87b860166d00d6b5b9e0d3b3d71d6088d4d4
|
||||||
subpackages:
|
subpackages:
|
||||||
- hdkeychain
|
- hdkeychain
|
||||||
- package: github.com/lightninglabs/neutrino
|
- package: github.com/lightninglabs/neutrino
|
||||||
|
|
Loading…
Reference in a new issue