build: update glide files to point to roasbeef+neutrino proper

This commit is contained in:
Olaoluwa Osuntokun 2017-06-05 18:13:22 -07:00
parent 3dc7a8529c
commit 598394c51a
2 changed files with 45 additions and 13 deletions

39
glide.lock generated
View file

@ -1,15 +1,21 @@
<<<<<<< HEAD <<<<<<< HEAD
<<<<<<< HEAD
hash: 2fe59efc96b0a2839297653da88cde89208f8f8cf4ced2bb1e828def57e3611b hash: 2fe59efc96b0a2839297653da88cde89208f8f8cf4ced2bb1e828def57e3611b
updated: 2017-07-19T11:33:58.0769452-04:00 updated: 2017-07-19T11:33:58.0769452-04:00
======= =======
hash: a567152c861b11d05c72b812d894a657b95ae39d08f85c0b7cbf1a235dd8a1a7 hash: a567152c861b11d05c72b812d894a657b95ae39d08f85c0b7cbf1a235dd8a1a7
updated: 2017-05-18T20:28:25.480256291-06:00 updated: 2017-05-18T20:28:25.480256291-06:00
>>>>>>> 4d479d4... Move spvchain into neutrino and start integration w/btcwallet >>>>>>> 4d479d4... Move spvchain into neutrino and start integration w/btcwallet
=======
hash: 59de122918c56a47f9987706a303d54c95929728a1dd74e2f17f38b03274366e
updated: 2017-06-05T18:12:20.300008456-07:00
>>>>>>> afb1cbf... build: update glide files to point to roasbeef+neutrino proper
imports: imports:
- name: github.com/aead/siphash - name: github.com/aead/siphash
version: e404fcfc888570cadd1610538e2dbc89f66af814 version: e404fcfc888570cadd1610538e2dbc89f66af814
- name: github.com/boltdb/bolt - name: github.com/boltdb/bolt
version: 583e8937c61f1af6513608ccc75c97b6abdf4ff9 version: 583e8937c61f1af6513608ccc75c97b6abdf4ff9
<<<<<<< HEAD
- name: github.com/btcsuite/btcd - name: github.com/btcsuite/btcd
<<<<<<< HEAD <<<<<<< HEAD
version: 47885ab8702485be6b6f87a03d4f3be0bc5c982c version: 47885ab8702485be6b6f87a03d4f3be0bc5c982c
@ -48,6 +54,10 @@ imports:
- gcs - gcs
- gcs/builder - gcs/builder
- hdkeychain - hdkeychain
=======
- name: github.com/btcsuite/btclog
version: 73889fb79bd687870312b6e40effcecffbd57d30
>>>>>>> afb1cbf... build: update glide files to point to roasbeef+neutrino proper
- name: github.com/btcsuite/fastsha256 - name: github.com/btcsuite/fastsha256
version: 637e656429416087660c84436a2a035d69d54e2e version: 637e656429416087660c84436a2a035d69d54e2e
- name: github.com/btcsuite/go-socks - name: github.com/btcsuite/go-socks
@ -97,8 +107,33 @@ imports:
- name: github.com/kkdai/bstream - name: github.com/kkdai/bstream
version: f391b8402d23024e7c0f624b31267a89998fca95 version: f391b8402d23024e7c0f624b31267a89998fca95
- name: github.com/lightninglabs/neutrino - name: github.com/lightninglabs/neutrino
version: 8959f0d619d258039cf16044696035386e75392f version: 2f6910cce3055c11361bffc02e0c653dd9be087e
repo: git@github.com:lightninglabs/neutrino subpackages:
- filterdb
- headerfs
- name: github.com/roasbeef/btcd
version: 4d38357cee3ed3843cd81a347e1573f037e0301e
subpackages:
- addrmgr
- blockchain
- btcec
- btcjson
- chaincfg
- chaincfg/chainhash
- connmgr
- database
- peer
- txscript
- wire
- name: github.com/roasbeef/btcrpcclient
version: 9a7826550df8071460e2f5dd6ed9139dcbf260b8
- name: github.com/roasbeef/btcutil
version: a259eaf2ec1b54653cdd67848a41867f280797ee
subpackages:
- base58
- gcs
- gcs/builder
- hdkeychain
- name: golang.org/x/crypto - name: golang.org/x/crypto
version: 0fe963104e9d1877082f8fb38f816fcd97eb1d10 version: 0fe963104e9d1877082f8fb38f816fcd97eb1d10
subpackages: subpackages:

View file

@ -1,10 +1,9 @@
package: github.com/btcsuite/btcwallet package: github.com/roasbeef/btcwallet
import: import:
- package: github.com/boltdb/bolt - package: github.com/boltdb/bolt
version: ^1.3.0 version: ^1.3.0
- package: github.com/btcsuite/btcd - package: github.com/roasbeef/btcd
repo: git@github.com:companyzero/btcdln version: 4d38357cee3ed3843cd81a347e1573f037e0301e
version: segwit-cbf
subpackages: subpackages:
- blockchain - blockchain
- btcec - btcec
@ -14,16 +13,14 @@ import:
- txscript - txscript
- wire - wire
- package: github.com/btcsuite/btclog - package: github.com/btcsuite/btclog
- package: github.com/btcsuite/btcrpcclient - package: github.com/roasbeef/btcrpcclient
repo: git@github.com:companyzero/btcrpcclientln version: 9a7826550df8071460e2f5dd6ed9139dcbf260b8
version: pedro_cbf - package: github.com/roasbeef/btcutil
- package: github.com/btcsuite/btcutil version: a259eaf2ec1b54653cdd67848a41867f280797ee
repo: git@github.com:companyzero/btcutilln
version: gcs
subpackages: subpackages:
- hdkeychain - hdkeychain
- package: github.com/lightninglabs/neutrino - package: github.com/lightninglabs/neutrino
repo: git@github.com:lightninglabs/neutrino version: 2f6910cce3055c11361bffc02e0c653dd9be087e
- package: github.com/btcsuite/golangcrypto - package: github.com/btcsuite/golangcrypto
subpackages: subpackages:
- nacl/secretbox - nacl/secretbox