From 39f9ae7cace142a2310a6a50f7ef7366f73b4198 Mon Sep 17 00:00:00 2001 From: Olaoluwa Osuntokun Date: Mon, 19 Feb 2018 17:28:14 -0800 Subject: [PATCH] build: update to version of golang fork with golang 1.10 bug fix MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- glide.lock | 6 +++--- glide.yaml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/glide.lock b/glide.lock index 9fc1c19b..5d13ca20 100644 --- a/glide.lock +++ b/glide.lock @@ -1,5 +1,5 @@ -hash: 63c0706e71ebdd4664e6a452bf58035571a8799b24e517ea0d8aa2fb8dd94155 -updated: 2018-02-08T15:26:31.423935935-08:00 +hash: ccd5caad2b8fa46f76338964fe06f5d6a35b9ed36dd5df8da0748e3e3ab99e6a +updated: 2018-02-19T17:31:51.88595122-08:00 imports: - name: github.com/aead/chacha20 version: d31a916ded42d1640b9d89a26f8abd53cc96790c @@ -90,7 +90,7 @@ imports: subpackages: - internal/socket - name: github.com/roasbeef/btcd - version: 9978b939c33973be19b932fa7b936079bb7ba38d + version: e6807bc4dd5ddbb95b4ab163f6dd61e4ad79463a subpackages: - addrmgr - blockchain diff --git a/glide.yaml b/glide.yaml index 9367b6de..8e6462dd 100644 --- a/glide.yaml +++ b/glide.yaml @@ -15,7 +15,7 @@ import: - proto - package: github.com/howeyc/gopass - package: github.com/roasbeef/btcd - version: 9978b939c33973be19b932fa7b936079bb7ba38d + version: e6807bc4dd5ddbb95b4ab163f6dd61e4ad79463a subpackages: - blockchain - btcec