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

Commit

Permalink
update hlf-sdk-go to latest version and add DoOpts to testing.MockedP…
Browse files Browse the repository at this point in the history
…eer.Invoke signature (#45)

* update hlf-sdk-go version and fix mokedPeer on invoke
  • Loading branch information
inotnako authored May 13, 2020
1 parent b99b0bb commit 1fb092e
Show file tree
Hide file tree
Showing 3 changed files with 246 additions and 13 deletions.
15 changes: 5 additions & 10 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,16 @@ module github.com/s7techlab/cckit
go 1.13

require (
github.com/fsouza/go-dockerclient v1.4.0 // indirect
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
github.com/golang/protobuf v1.3.1
github.com/grpc-ecosystem/grpc-gateway v1.9.2
github.com/golang/protobuf v1.3.2
github.com/grpc-ecosystem/grpc-gateway v1.11.1
github.com/hyperledger/fabric v1.4.4
github.com/hyperledger/fabric-lib-go v1.0.0 // indirect
github.com/miekg/pkcs11 v1.0.2 // indirect
github.com/mwitkow/go-proto-validators v0.0.0-20190212092829-1f388280e944
github.com/onsi/ginkgo v1.8.0
github.com/onsi/gomega v1.5.0
github.com/op/go-logging v0.0.0-20160315200505-970db520ece7
github.com/pkg/errors v0.8.1
github.com/s7techlab/hlf-sdk-go v0.1.3
github.com/spf13/viper v1.4.0 // indirect
github.com/sykesm/zap-logfmt v0.0.3 // indirect
google.golang.org/genproto v0.0.0-20190307195333-5fe7a883aa19
google.golang.org/grpc v1.21.0
github.com/s7techlab/hlf-sdk-go v0.5.0
google.golang.org/genproto v0.0.0-20190716160619-c506a9f90610
google.golang.org/grpc v1.23.0
)
Loading

0 comments on commit 1fb092e

Please sign in to comment.