Skip to content

Commit

Permalink
[FAB-8151] Enable latest mock-gen
Browse files Browse the repository at this point in the history
Change-Id: I85ae6422aa2f5cc20417fdd54b0fa7131ad4bb51
Signed-off-by: Troy Ronda <troy@troyronda.com>
  • Loading branch information
troyronda committed Feb 8, 2018
1 parent 115de64 commit 95e3a32
Show file tree
Hide file tree
Showing 8 changed files with 304 additions and 318 deletions.
6 changes: 3 additions & 3 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

[[constraint]]
name = "github.com/golang/mock"
version = "1.0.0"
branch = "master"

[[constraint]]
name = "github.com/spf13/viper"
Expand Down
3 changes: 0 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -124,9 +124,6 @@ FABRIC_TOOLS_DEVSTABLE_TAG := DEV_STABLE
# The version of dep that will be installed by depend-install (or in the CI)
GO_DEP_COMMIT := v0.4.1

# The version of mockgen that will be installed by depend-install
GO_MOCKGEN_COMMIT := v1.0.0

# Detect CI
# TODO introduce nightly and adjust verify
ifdef JENKINS_URL
Expand Down
299 changes: 150 additions & 149 deletions api/apiconfig/mocks/mockconfig.gen.go

Large diffs are not rendered by default.

45 changes: 23 additions & 22 deletions api/apifabca/mocks/mockfabriccaclient.gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 7 additions & 6 deletions api/apifabclient/mocks/mockfabclient.gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 95e3a32

Please sign in to comment.