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

Commit

Permalink
Merge pull request #100 from bstasyszyn/99
Browse files Browse the repository at this point in the history
chore: Bump fabric-sdk-go to v1.0.0-beta3
  • Loading branch information
bstasyszyn authored Aug 27, 2020
2 parents 722ca33 + c8ff69d commit c9146ce
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bddtests/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ func newPolicy(policyString string) (*fabricCommon.SignaturePolicyEnvelope, erro
//
func Resolve(vars map[string]string, arg string) (string, error) {
for {
logger.Infof("Resolving vars for %s", arg)
logger.Debugf("Resolving vars for %s", arg)

str, err := doResolve(vars, arg)
if err != nil {
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ require (
github.com/cucumber/godog v0.8.1
github.com/fsouza/go-dockerclient v1.3.0
github.com/hyperledger/fabric-protos-go v0.0.0-20200707132912-fee30f3ccd23
github.com/hyperledger/fabric-sdk-go v1.0.0-beta2.0.20200807145244-92e563b57775
github.com/hyperledger/fabric-sdk-go v1.0.0-beta3
github.com/pkg/errors v0.8.1
github.com/spf13/viper v1.1.1
github.com/stretchr/testify v1.5.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@ github.com/hyperledger/fabric-lib-go v1.0.0/go.mod h1:H362nMlunurmHwkYqR5uHL2UDW
github.com/hyperledger/fabric-protos-go v0.0.0-20200424173316-dd554ba3746e/go.mod h1:xVYTjK4DtZRBxZ2D9aE4y6AbLaPwue2o/criQyQbVD0=
github.com/hyperledger/fabric-protos-go v0.0.0-20200707132912-fee30f3ccd23 h1:SEbB3yH4ISTGRifDamYXAst36gO2kM855ndMJlsv+pc=
github.com/hyperledger/fabric-protos-go v0.0.0-20200707132912-fee30f3ccd23/go.mod h1:xVYTjK4DtZRBxZ2D9aE4y6AbLaPwue2o/criQyQbVD0=
github.com/hyperledger/fabric-sdk-go v1.0.0-beta2.0.20200807145244-92e563b57775 h1:nMJFKukVBrfDW3tWXo9OuTXMxP6bc4m5spGgw1Ou1b0=
github.com/hyperledger/fabric-sdk-go v1.0.0-beta2.0.20200807145244-92e563b57775/go.mod h1:qWE9Syfg1KbwNjtILk70bJLilnmCvllIYFCSY/pa1RU=
github.com/hyperledger/fabric-sdk-go v1.0.0-beta3 h1:A/hog3Eqz2w3daj5WM99JDDI8KfJFPhw0sKttp1TMc4=
github.com/hyperledger/fabric-sdk-go v1.0.0-beta3/go.mod h1:qWE9Syfg1KbwNjtILk70bJLilnmCvllIYFCSY/pa1RU=
github.com/jessevdk/go-flags v1.4.0/go.mod h1:4FA24M0QyGHXBuZZK/XkWh8h0e1EYbRYJSGM75WSRxI=
github.com/jmhodges/clock v0.0.0-20160418191101-880ee4c33548/go.mod h1:hGT6jSUVzF6no3QaDSMLGLEHtHSBSefs+MgcDWnmhmo=
github.com/jmoiron/sqlx v0.0.0-20180124204410-05cef0741ade/go.mod h1:IiEW3SEiiErVyFdH8NTuWjSifiEQKUoyK3LNqr2kCHU=
Expand Down

0 comments on commit c9146ce

Please sign in to comment.