Skip to content

Commit

Permalink
update healer to 0.6.9
Browse files Browse the repository at this point in the history
fix bug when broker uses ipv6
  • Loading branch information
childe committed Sep 3, 2024
1 parent 8ce298b commit 50bf109
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 @@ -7,7 +7,7 @@ require (
github.com/Masterminds/sprig/v3 v3.2.2
github.com/bytedance/mockey v1.2.10
github.com/childe/cast v1.5.4
github.com/childe/healer v0.6.8
github.com/childe/healer v0.6.9
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.8 h1:3EI86/tknZh7RiRtXTDL0yP0M3/t/npWyXPl3H/fqsQ=
github.com/childe/healer v0.6.8/go.mod h1:Tuq1v+AvPJZDdJHu79UnuriueoGyNpaSO6auT+PEuJw=
github.com/childe/healer v0.6.9 h1:WHoI0J3v5rE+ICDPr2wpbeypfvxMIX8T0EDI3nJ8uuY=
github.com/childe/healer v0.6.9/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 50bf109

Please sign in to comment.