From 6a8340ee849d9462aaf54ab58750082cf7e48f23 Mon Sep 17 00:00:00 2001 From: Gari Singh Date: Sat, 1 Dec 2018 06:59:36 -0500 Subject: [PATCH] [FAB-13092] Update hyperledger/fabric-lib-go dep Pin to v1.0.0 rather than master FAB-13092 #done Change-Id: I8c7f2137a9c8a578b9f2786aede61b9c0813476c Signed-off-by: Gari Singh --- Gopkg.lock | 2 +- Gopkg.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gopkg.lock b/Gopkg.lock index 97c50f8a5f4..669b2be4352 100644 --- a/Gopkg.lock +++ b/Gopkg.lock @@ -361,12 +361,12 @@ revision = "6b78f7a22d950103fb2669aabb969f56d42d283b" [[projects]] - branch = "master" digest = "1:0f4305e5a43e324844412168385a23ff23dafc55369fcbbc2ea77fb974f828cc" name = "github.com/hyperledger/fabric-lib-go" packages = ["healthz"] pruneopts = "NUT" revision = "90dc96fb23ab7eb18477e4bfcf9cd8ebdb7209f0" + version = "v1.0.0" [[projects]] digest = "1:406338ad39ab2e37b7f4452906442a3dbf0eb3379dd1f06aafb5c07e769a5fbb" diff --git a/Gopkg.toml b/Gopkg.toml index f07db7cc558..b5d2a2ff313 100644 --- a/Gopkg.toml +++ b/Gopkg.toml @@ -58,8 +58,8 @@ noverify = [ name = "github.com/hyperledger/fabric-amcl" [[constraint]] - branch = "master" name = "github.com/hyperledger/fabric-lib-go" + version = "1.0.0" [[constraint]] branch = "master"