Skip to content

Commit

Permalink
fix: do not kill tendermint process
Browse files Browse the repository at this point in the history
  • Loading branch information
troykessler committed Nov 25, 2024
1 parent 5ea2583 commit 6f1cf95
Show file tree
Hide file tree
Showing 4 changed files with 713 additions and 6 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ require (
github.com/cometbft/cometbft-db v0.7.0
github.com/cosmos/gogoproto v1.4.1
github.com/go-git/go-git/v5 v5.11.0
github.com/gogo/protobuf v1.3.2
github.com/golang/protobuf v1.5.3
github.com/vektra/mockery/v2 v2.14.0
golang.org/x/sync v0.5.0
Expand Down Expand Up @@ -136,7 +137,6 @@ require (
github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b // indirect
github.com/gobwas/glob v0.2.3 // indirect
github.com/gofrs/flock v0.8.1 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/golang/snappy v0.0.4 // indirect
github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 // indirect
Expand Down
Loading

0 comments on commit 6f1cf95

Please sign in to comment.