From 8e1dd13da6afbefd24872a90390659b35ead8876 Mon Sep 17 00:00:00 2001 From: Firas Qutishat Date: Thu, 31 Oct 2019 10:27:19 -0400 Subject: [PATCH] chore: Update sidetree-core-go revision to v0.1.0 closes #85 Signed-off-by: Firas Qutishat --- go.mod | 2 +- go.sum | 4 ++-- test/bddtests/fixtures/fabric/peer/cmd/go.sum | 1 + test/bddtests/go.mod | 2 +- test/bddtests/go.sum | 4 ++-- 5 files changed, 7 insertions(+), 6 deletions(-) diff --git a/go.mod b/go.mod index 85e71f5..f57eecc 100644 --- a/go.mod +++ b/go.mod @@ -22,7 +22,7 @@ require ( github.com/spf13/viper v1.3.2 github.com/stretchr/testify v1.4.0 github.com/trustbloc/fabric-peer-ext v0.0.0 - github.com/trustbloc/sidetree-core-go v0.0.0-20191030160623-b6a8afec3cb8 + github.com/trustbloc/sidetree-core-go v0.1.0 go.uber.org/atomic v1.4.0 // indirect ) diff --git a/go.sum b/go.sum index b4c9015..1cab505 100644 --- a/go.sum +++ b/go.sum @@ -291,8 +291,8 @@ github.com/trustbloc/fabric-peer-ext/mod/peer v0.0.0-20191010163548-1ab7e444ef7c github.com/trustbloc/fabric-peer-ext/mod/peer v0.0.0-20191010163548-1ab7e444ef7c/go.mod h1:kJH0nERSItKreqRULYQItDmiPQd93obHN5U4wItNDJc= github.com/trustbloc/fabric-protos-go-ext v0.0.0-20191001172134-1815f5c382ff h1:HbMmZGdcCRbgwqyF40zeSe+hxzGX8en2cS03Cd7v1mQ= github.com/trustbloc/fabric-protos-go-ext v0.0.0-20191001172134-1815f5c382ff/go.mod h1:xVYTjK4DtZRBxZ2D9aE4y6AbLaPwue2o/criQyQbVD0= -github.com/trustbloc/sidetree-core-go v0.0.0-20191030160623-b6a8afec3cb8 h1:OsfQluDIg4hz//oI3f9JewCQyOSKxkLsjGI7SioqhTs= -github.com/trustbloc/sidetree-core-go v0.0.0-20191030160623-b6a8afec3cb8/go.mod h1:FC7RAK7yPS2Y7iKQL2gt01fVi1JtYLbpUklNYcxCfYQ= +github.com/trustbloc/sidetree-core-go v0.1.0 h1:XO7up5EK3FfqzijCJHXt0Cidd6XfN/RO6ifAR0mZXbU= +github.com/trustbloc/sidetree-core-go v0.1.0/go.mod h1:FC7RAK7yPS2Y7iKQL2gt01fVi1JtYLbpUklNYcxCfYQ= github.com/ugorji/go v1.1.1/go.mod h1:hnLbHMwcvSihnDhEfx2/BzKp2xb0Y+ErdfYcrs9tkJQ= github.com/ugorji/go/codec v0.0.0-20181204163529-d75b2dcb6bc8/go.mod h1:VFNgLljTbGfSG7qAOspJ7OScBnGdDN/yBr0sguwnwf0= github.com/urfave/cli v1.18.0/go.mod h1:70zkFmudgCuE/ngEzBv17Jvp/497gISqfk5gWijbERA= diff --git a/test/bddtests/fixtures/fabric/peer/cmd/go.sum b/test/bddtests/fixtures/fabric/peer/cmd/go.sum index 80b6052..08f36d4 100644 --- a/test/bddtests/fixtures/fabric/peer/cmd/go.sum +++ b/test/bddtests/fixtures/fabric/peer/cmd/go.sum @@ -261,6 +261,7 @@ github.com/trustbloc/fabric-peer-ext/mod/peer v0.0.0-20191010163548-1ab7e444ef7c github.com/trustbloc/fabric-peer-ext/mod/peer v0.0.0-20191010163548-1ab7e444ef7c/go.mod h1:kJH0nERSItKreqRULYQItDmiPQd93obHN5U4wItNDJc= github.com/trustbloc/sidetree-core-go v0.0.0-20191030160623-b6a8afec3cb8 h1:OsfQluDIg4hz//oI3f9JewCQyOSKxkLsjGI7SioqhTs= github.com/trustbloc/sidetree-core-go v0.0.0-20191030160623-b6a8afec3cb8/go.mod h1:FC7RAK7yPS2Y7iKQL2gt01fVi1JtYLbpUklNYcxCfYQ= +github.com/trustbloc/sidetree-core-go v0.1.0/go.mod h1:FC7RAK7yPS2Y7iKQL2gt01fVi1JtYLbpUklNYcxCfYQ= github.com/ugorji/go v1.1.1/go.mod h1:hnLbHMwcvSihnDhEfx2/BzKp2xb0Y+ErdfYcrs9tkJQ= github.com/urfave/cli v1.18.0/go.mod h1:70zkFmudgCuE/ngEzBv17Jvp/497gISqfk5gWijbERA= github.com/willf/bitset v1.1.10 h1:NotGKqX0KwQ72NUzqrjZq5ipPNDQex9lo3WpaS8L2sc= diff --git a/test/bddtests/go.mod b/test/bddtests/go.mod index 6933b7e..2e3447a 100644 --- a/test/bddtests/go.mod +++ b/test/bddtests/go.mod @@ -11,7 +11,7 @@ require ( github.com/sirupsen/logrus v1.3.0 github.com/spf13/viper v1.3.2 github.com/trustbloc/fabric-peer-test-common v0.0.0-20191029204148-075911ef5e01 - github.com/trustbloc/sidetree-core-go v0.0.0-20191030160623-b6a8afec3cb8 + github.com/trustbloc/sidetree-core-go v0.1.0 ) replace github.com/hyperledger/fabric-protos-go => github.com/trustbloc/fabric-protos-go-ext v0.0.0-20191001172134-1815f5c382ff diff --git a/test/bddtests/go.sum b/test/bddtests/go.sum index 60d2208..83a8f79 100644 --- a/test/bddtests/go.sum +++ b/test/bddtests/go.sum @@ -188,8 +188,8 @@ github.com/trustbloc/fabric-peer-test-common v0.0.0-20191029204148-075911ef5e01 github.com/trustbloc/fabric-peer-test-common v0.0.0-20191029204148-075911ef5e01/go.mod h1:fExusw5yLVtdam0OTuNViycUJNn7uicfiAD8PKjQuEU= github.com/trustbloc/fabric-protos-go-ext v0.0.0-20191001172134-1815f5c382ff h1:HbMmZGdcCRbgwqyF40zeSe+hxzGX8en2cS03Cd7v1mQ= github.com/trustbloc/fabric-protos-go-ext v0.0.0-20191001172134-1815f5c382ff/go.mod h1:xVYTjK4DtZRBxZ2D9aE4y6AbLaPwue2o/criQyQbVD0= -github.com/trustbloc/sidetree-core-go v0.0.0-20191030160623-b6a8afec3cb8 h1:OsfQluDIg4hz//oI3f9JewCQyOSKxkLsjGI7SioqhTs= -github.com/trustbloc/sidetree-core-go v0.0.0-20191030160623-b6a8afec3cb8/go.mod h1:FC7RAK7yPS2Y7iKQL2gt01fVi1JtYLbpUklNYcxCfYQ= +github.com/trustbloc/sidetree-core-go v0.1.0 h1:XO7up5EK3FfqzijCJHXt0Cidd6XfN/RO6ifAR0mZXbU= +github.com/trustbloc/sidetree-core-go v0.1.0/go.mod h1:FC7RAK7yPS2Y7iKQL2gt01fVi1JtYLbpUklNYcxCfYQ= github.com/ugorji/go/codec v0.0.0-20181204163529-d75b2dcb6bc8/go.mod h1:VFNgLljTbGfSG7qAOspJ7OScBnGdDN/yBr0sguwnwf0= github.com/vishvananda/netlink v1.0.0 h1:bqNY2lgheFIu1meHUFSH3d7vG93AFyqg3oGbJCOJgSM= github.com/vishvananda/netlink v1.0.0/go.mod h1:+SR5DhBJrl6ZM7CoCKvpw5BKroDKQ+PJqOg65H/2ktk=