From: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Date: Sat, 13 May 2017 20:56:00 +0200
Subject: blake2b-reference

---
 fastrand.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fastrand.go b/fastrand.go
index 3b32337..dd8f08a 100644
--- a/fastrand.go
+++ b/fastrand.go
@@ -20,7 +20,7 @@ import (
 	"sync/atomic"
 	"unsafe"
 
-	"golang.org/x/crypto/blake2b"
+	"github.com/dchest/blake2b"
 )
 
 // A randReader produces random values via repeated hashing. The entropy field
