From 548f8ca5182f240e821cf4909b3dc9b113f3ee90 Mon Sep 17 00:00:00 2001 From: Leo Chen Date: Mon, 11 Mar 2019 23:10:35 +0000 Subject: [PATCH] [build] fix build error after update of bls Signed-off-by: Leo Chen --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 314417eb7..1f877ce37 100644 --- a/go.mod +++ b/go.mod @@ -22,7 +22,7 @@ require ( github.com/gorilla/mux v1.7.0 github.com/gorilla/websocket v1.4.0 // indirect github.com/gxed/hashland v0.0.1 - github.com/harmony-one/bls v0.0.0-20190220064443-3c0ae384f04f + github.com/harmony-one/bls v0.0.0-20190309234102-1bd75ac96c09 github.com/hashicorp/golang-lru v0.5.0 github.com/ipfs/go-cid v0.9.0 // indirect github.com/ipfs/go-datastore v3.2.0+incompatible