Skip to content

Commit

Permalink
update healer to 0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
childe committed Aug 23, 2023
1 parent ca59799 commit bd90f12
Show file tree
Hide file tree
Showing 4 changed files with 84 additions and 38 deletions.
9 changes: 2 additions & 7 deletions 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/bkaradzic/go-lz4 v1.0.1-0.20160924222819-7224d8d8f27e // indirect
github.com/childe/healer v0.3.4
github.com/childe/healer v0.5.5
github.com/fsnotify/fsnotify v1.5.1
github.com/golang/glog v1.0.0
github.com/golang/snappy v0.0.4 // indirect
Expand All @@ -18,18 +18,13 @@ require (
github.com/json-iterator/go v1.1.12
github.com/magiconair/properties v1.8.6
github.com/mitchellh/copystructure v1.2.0 // indirect
github.com/mitchellh/mapstructure v1.4.3
github.com/mitchellh/mapstructure v1.5.0
github.com/oliveagle/jsonpath v0.0.0-20180606110733-2e52cf6e6852
github.com/prometheus/client_golang v1.12.1
github.com/shopspring/decimal v1.3.1 // indirect
github.com/spf13/cast v1.4.1
github.com/stretchr/testify v1.7.0 // indirect
github.com/yalp/jsonpath v0.0.0-20180802001716-5cc68e5049a0
golang.org/x/crypto v0.0.0-20220321153916-2c7772ba3064 // indirect
golang.org/x/sys v0.1.0 // indirect
google.golang.org/protobuf v1.28.0 // indirect
gopkg.in/yaml.v2 v2.4.0
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
)

replace github.com/spf13/cast v1.4.1 => github.com/oasisprotocol/cast v0.0.0-20220606122631-eba453e69641
Loading

0 comments on commit bd90f12

Please sign in to comment.