Skip to content

Commit

Permalink
update healer to v0.6.17
Browse files Browse the repository at this point in the history
set allow_auto_topic_creation to true by default
  • Loading branch information
childe committed Oct 22, 2024
1 parent e3e5eba commit 2522db2
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.12
github.com/childe/cast v1.5.4
github.com/childe/healer v0.6.16
github.com/childe/healer v0.6.17
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.16 h1:R5yTz6iHRWaQhSDbEgqWZpCF76ltkpYQMI6JyG//EGc=
github.com/childe/healer v0.6.16/go.mod h1:yhK6sWoMz/mTHqR2uJfBiZxFYcetvACgWFLkCYi0iFQ=
github.com/childe/healer v0.6.17 h1:FyQlMxx45aD5aOecGC1LiHHKQ6r9FZ4QGJMZPGAbfyI=
github.com/childe/healer v0.6.17/go.mod h1:yhK6sWoMz/mTHqR2uJfBiZxFYcetvACgWFLkCYi0iFQ=
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 2522db2

Please sign in to comment.