Skip to content

Commit

Permalink
update healer: fix dead lock during reopen conn of broker
Browse files Browse the repository at this point in the history
  • Loading branch information
childe committed Jul 16, 2024
1 parent a325c73 commit a59d778
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require (
github.com/ClickHouse/clickhouse-go v1.5.4
github.com/Masterminds/sprig/v3 v3.2.2
github.com/childe/cast v1.5.4
github.com/childe/healer v0.6.5
github.com/childe/healer v0.6.6
github.com/fsnotify/fsnotify v1.5.1
github.com/ipipdotnet/datx-go v0.0.0-20181123035258-af996d4701a0
github.com/ipipdotnet/ipdb-go v1.3.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ github.com/chenzhuoyu/base64x v0.0.0-20211019084208-fb5309c8db06/go.mod h1:DH46F
github.com/chenzhuoyu/base64x v0.0.0-20221115062448-fe3a3abad311/go.mod h1:b583jCggY9gE99b6G5LEC39OIiVsWj+R97kbl5odCEk=
github.com/childe/cast v1.5.4 h1:VZryLdPuReKO05qYtVPwnmXHis4+pKydP9xsKqHxaq8=
github.com/childe/cast v1.5.4/go.mod h1:0xZbq67nMuz992S0uB9T1PRDGiHIj7DNyPlYXuF1MKw=
github.com/childe/healer v0.6.5 h1:BtOneqil5W0619TSbPB+AlZkJQETMd3eT1ZIK8cXPt8=
github.com/childe/healer v0.6.5/go.mod h1:Tuq1v+AvPJZDdJHu79UnuriueoGyNpaSO6auT+PEuJw=
github.com/childe/healer v0.6.6 h1:S0UbrbVnSlZI40FQ+YiF/qP5TJ3oITnsd4lBN3u+fOM=
github.com/childe/healer v0.6.6/go.mod h1:Tuq1v+AvPJZDdJHu79UnuriueoGyNpaSO6auT+PEuJw=
github.com/chzyer/logex v1.1.10/go.mod h1:+Ywpsq7O8HXn0nuIou7OrIPyXbp3wmkHB+jjWRnGsAI=
github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e/go.mod h1:nSuG5e5PlCu98SY8svDHJxuZscDgtXS6KTTbou5AhLI=
github.com/chzyer/test v0.0.0-20180213035817-a1ea475d72b1/go.mod h1:Q3SI9o4m/ZMnBNeIyt5eFwwo7qiLfzFZmjNmxjkiQlU=
Expand Down

0 comments on commit a59d778

Please sign in to comment.