Skip to content

Commit

Permalink
Bump go.uber.org/mock/mockgen to v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
poszu committed Sep 20, 2023
1 parent b2916d1 commit 0438951
Show file tree
Hide file tree
Showing 31 changed files with 406 additions and 286 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ install:
go mod download
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.54.2
go install github.com/spacemeshos/go-scale/scalegen@v1.1.11
go install go.uber.org/mock/mockgen@v0.2.0
go install go.uber.org/mock/mockgen@v0.3.0
go install gotest.tools/gotestsum@v1.10.1
go install honnef.co/go/tools/cmd/staticcheck@v0.4.5
.PHONY: install
Expand Down
64 changes: 34 additions & 30 deletions activation/mocks.go

Large diffs are not rendered by default.

18 changes: 11 additions & 7 deletions activation/nipost_mocks.go

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

44 changes: 24 additions & 20 deletions api/grpcserver/mocks.go

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

Loading

0 comments on commit 0438951

Please sign in to comment.