Skip to content

Commit 6f1cf95

Browse files
committed
fix: do not kill tendermint process
1 parent 5ea2583 commit 6f1cf95

File tree

4 files changed

+713
-6
lines changed

4 files changed

+713
-6
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ require (
5151
github.com/cometbft/cometbft-db v0.7.0
5252
github.com/cosmos/gogoproto v1.4.1
5353
github.com/go-git/go-git/v5 v5.11.0
54+
github.com/gogo/protobuf v1.3.2
5455
github.com/golang/protobuf v1.5.3
5556
github.com/vektra/mockery/v2 v2.14.0
5657
golang.org/x/sync v0.5.0
@@ -136,7 +137,6 @@ require (
136137
github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b // indirect
137138
github.com/gobwas/glob v0.2.3 // indirect
138139
github.com/gofrs/flock v0.8.1 // indirect
139-
github.com/gogo/protobuf v1.3.2 // indirect
140140
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
141141
github.com/golang/snappy v0.0.4 // indirect
142142
github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 // indirect

0 commit comments

Comments
 (0)