From 0878c162ddbb282f559a276fa161529e600bbe23 Mon Sep 17 00:00:00 2001 From: Alex Date: Mon, 25 Sep 2017 11:23:28 -0600 Subject: [PATCH] gcs: update benchmarks to use correct import --- gcs/gcsbench_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcs/gcsbench_test.go b/gcs/gcsbench_test.go index 2025181..e74cfa4 100644 --- a/gcs/gcsbench_test.go +++ b/gcs/gcsbench_test.go @@ -10,7 +10,7 @@ import ( "math/rand" "testing" - "github.com/btcsuite/btcutil/gcs" + "github.com/roasbeef/btcutil/gcs" ) func genRandFilterElements(numElements uint) ([][]byte, error) {