build: update to version of golang fork with golang 1.10 bug fix
In this commit, we update the commit of my btcd fork as the saltiest commit includes a fix for a breaking change (or bug fix). After this commit, we’ll able to run the set of integration tests with golfing 1.10.
This commit is contained in:
parent
8329a31fb0
commit
39f9ae7cac
6
glide.lock
generated
6
glide.lock
generated
@ -1,5 +1,5 @@
|
|||||||
hash: 63c0706e71ebdd4664e6a452bf58035571a8799b24e517ea0d8aa2fb8dd94155
|
hash: ccd5caad2b8fa46f76338964fe06f5d6a35b9ed36dd5df8da0748e3e3ab99e6a
|
||||||
updated: 2018-02-08T15:26:31.423935935-08:00
|
updated: 2018-02-19T17:31:51.88595122-08:00
|
||||||
imports:
|
imports:
|
||||||
- name: github.com/aead/chacha20
|
- name: github.com/aead/chacha20
|
||||||
version: d31a916ded42d1640b9d89a26f8abd53cc96790c
|
version: d31a916ded42d1640b9d89a26f8abd53cc96790c
|
||||||
@ -90,7 +90,7 @@ imports:
|
|||||||
subpackages:
|
subpackages:
|
||||||
- internal/socket
|
- internal/socket
|
||||||
- name: github.com/roasbeef/btcd
|
- name: github.com/roasbeef/btcd
|
||||||
version: 9978b939c33973be19b932fa7b936079bb7ba38d
|
version: e6807bc4dd5ddbb95b4ab163f6dd61e4ad79463a
|
||||||
subpackages:
|
subpackages:
|
||||||
- addrmgr
|
- addrmgr
|
||||||
- blockchain
|
- blockchain
|
||||||
|
@ -15,7 +15,7 @@ import:
|
|||||||
- proto
|
- proto
|
||||||
- package: github.com/howeyc/gopass
|
- package: github.com/howeyc/gopass
|
||||||
- package: github.com/roasbeef/btcd
|
- package: github.com/roasbeef/btcd
|
||||||
version: 9978b939c33973be19b932fa7b936079bb7ba38d
|
version: e6807bc4dd5ddbb95b4ab163f6dd61e4ad79463a
|
||||||
subpackages:
|
subpackages:
|
||||||
- blockchain
|
- blockchain
|
||||||
- btcec
|
- btcec
|
||||||
|
Loading…
Reference in New Issue
Block a user