Skip to content
This repository has been archived by the owner on Mar 5, 2022. It is now read-only.

Commit

Permalink
Merge pull request #86 from fqutishat/85
Browse files Browse the repository at this point in the history
chore: Update sidetree-core-go revision to v0.1.0
  • Loading branch information
fqutishat authored Oct 31, 2019
2 parents 0c3a282 + 8e1dd13 commit 1bf6427
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
)

Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -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=
Expand Down
1 change: 1 addition & 0 deletions test/bddtests/fixtures/fabric/peer/cmd/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -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=
Expand Down
2 changes: 1 addition & 1 deletion test/bddtests/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions test/bddtests/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -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=
Expand Down

0 comments on commit 1bf6427

Please sign in to comment.