Skip to content

Commit

Permalink
Downgrade mockgen to v1.5.0 (#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
Liuhaai authored Feb 1, 2023
1 parent 8973936 commit 27db838
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1,029 deletions.
10 changes: 4 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,20 +1,18 @@
module github.com/iotexproject/iotex-proto

require (
github.com/golang/mock v1.6.0
github.com/golang/mock v1.5.0
google.golang.org/grpc v1.51.0
google.golang.org/protobuf v1.28.1
)

require golang.org/x/net v0.3.0 // indirect

require (
github.com/golang/protobuf v1.5.2 // indirect
github.com/google/go-cmp v0.5.9 // indirect
golang.org/x/net v0.3.0 // indirect
golang.org/x/sys v0.3.0 // indirect
golang.org/x/text v0.5.0 // indirect
)

require (
github.com/golang/protobuf v1.5.2 // indirect
google.golang.org/genproto v0.0.0-20230127162408-596548ed4efa // indirect
)

Expand Down
Loading

0 comments on commit 27db838

Please sign in to comment.