Skip to content

Commit

Permalink
update healer to v0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
childe committed Jul 23, 2020
1 parent b287ebf commit 11ba318
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.13
require (
github.com/aviddiviner/go-murmur v0.0.0-20150519214947-b9740d71e571 // indirect
github.com/bkaradzic/go-lz4 v1.0.1-0.20160924222819-7224d8d8f27e // indirect
github.com/childe/healer v0.1.3
github.com/childe/healer v0.1.4
github.com/cloudflare/golz4 v0.0.0-20150217214814-ef862a3cdc58 // indirect
github.com/eapache/go-xerial-snappy v0.0.0-20180814174437-776d5712da21 // indirect
github.com/frankban/quicktest v1.10.0 // indirect
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ github.com/bkaradzic/go-lz4 v1.0.1-0.20160924222819-7224d8d8f27e/go.mod h1:0Ydlk
github.com/cespare/xxhash v1.1.0/go.mod h1:XrSqR1VqqWfGrhpAt58auRo0WTKS1nRRg3ghfAqPWnc=
github.com/childe/healer v0.1.3 h1:f0RYeDaeVoXSeJCx/X/WB+6ecCNA7Bm3WfbH2RQ/pJI=
github.com/childe/healer v0.1.3/go.mod h1:ljvP4Pzj3Iu24CdJzEIG+YQtRRpSyCtZQrwFDx/niXg=
github.com/childe/healer v0.1.4 h1:LUf669wmSKSOx+fXlsK8/EnZRxzy9XrGYgkAoqR8K6o=
github.com/childe/healer v0.1.4/go.mod h1:ljvP4Pzj3Iu24CdJzEIG+YQtRRpSyCtZQrwFDx/niXg=
github.com/client9/misspell v0.3.4/go.mod h1:qj6jICC3Q7zFZvVWo7KLAzC3yx5G7kyvSDkc90ppPyw=
github.com/cloudflare/golz4 v0.0.0-20150217214814-ef862a3cdc58 h1:F1EaeKL/ta07PY/k9Os/UFtwERei2/XzGemhpGnBKNg=
github.com/cloudflare/golz4 v0.0.0-20150217214814-ef862a3cdc58/go.mod h1:EOBUe0h4xcZ5GoxqC5SDxFQ8gwyZPKQoEzownBlhI80=
Expand Down

0 comments on commit 11ba318

Please sign in to comment.