Skip to content

Commit

Permalink
chore: bump is-healthy to v1.0.53
Browse files Browse the repository at this point in the history
  • Loading branch information
adityathebe authored and github-actions[bot] committed Dec 11, 2024
1 parent ad415fd commit cfc4406
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ go 1.23

require (
github.com/Snawoot/go-http-digest-auth-client v1.1.3
github.com/bsm/gomega v1.27.10
github.com/emirpasic/gods/v2 v2.0.0-alpha
github.com/fatih/color v1.16.0
github.com/fsnotify/fsnotify v1.7.0
Expand All @@ -21,6 +22,8 @@ require (
github.com/patrickmn/go-cache v2.1.0+incompatible
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.20.5
github.com/prometheus/client_model v0.6.1
github.com/prometheus/common v0.55.0
github.com/samber/lo v1.44.0
github.com/samber/oops v1.13.1
github.com/shirou/gopsutil/v3 v3.24.5
Expand All @@ -47,13 +50,12 @@ require (
github.com/Masterminds/semver/v3 v3.2.1 // indirect
github.com/antlr4-go/antlr/v4 v4.13.0 // indirect
github.com/beorn7/perks v1.0.1 // indirect
github.com/bsm/gomega v1.27.10 // indirect
github.com/cert-manager/cert-manager v1.16.1 // indirect
github.com/cespare/xxhash/v2 v2.3.0 // indirect
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
github.com/distribution/reference v0.5.0 // indirect
github.com/flanksource/gomplate/v3 v3.24.48 // indirect
github.com/flanksource/is-healthy v1.0.52 // indirect
github.com/flanksource/is-healthy v1.0.53 // indirect
github.com/flanksource/kubectl-neat v1.0.4 // indirect
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
github.com/ghodss/yaml v1.0.0 // indirect
Expand Down Expand Up @@ -87,8 +89,6 @@ require (
github.com/opencontainers/go-digest v1.0.0 // indirect
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c // indirect
github.com/prometheus/client_model v0.6.1 // indirect
github.com/prometheus/common v0.55.0 // indirect
github.com/prometheus/procfs v0.15.1 // indirect
github.com/robertkrimen/otto v0.2.1 // indirect
github.com/rogpeppe/go-internal v1.12.0 // indirect
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -692,8 +692,8 @@ github.com/flanksource/gomplate/v3 v3.20.4/go.mod h1:27BNWhzzSjDed1z8YShO6W+z6G9
github.com/flanksource/gomplate/v3 v3.24.48 h1:SISFtfnEPWQRXAj385eW0QRI1yAXu5S9hH0BwhII5pk=
github.com/flanksource/gomplate/v3 v3.24.48/go.mod h1:QzkYsmSwfJEMcsMW/+y+FKkEShJLs6ZjrnFdNs+H0Hw=
github.com/flanksource/is-healthy v0.0.0-20230705092916-3b4cf510c5fc/go.mod h1:4pQhmF+TnVqJroQKY8wSnSp+T18oLson6YQ2M0qPHfQ=
github.com/flanksource/is-healthy v1.0.52 h1:Y2+3DTkUAXZXCOQenleKdME4VuSdXt08IMbDukp4SXQ=
github.com/flanksource/is-healthy v1.0.52/go.mod h1:kdWcNCxiOjgpAd2+fIQnBxvT45IaR+zc92wfOsaI8Kk=
github.com/flanksource/is-healthy v1.0.53 h1:naQQR8gPpJKIDCxqxfJnMiQQr/cwAxh3RK8QgoWIXG4=
github.com/flanksource/is-healthy v1.0.53/go.mod h1:5MUvkRbq78aPVIpwGjpn+k89n5+1thBLIRdhfcozUcQ=
github.com/flanksource/kubectl-neat v1.0.4 h1:t5/9CqgE84oEtB0KitgJ2+WIeLfD+RhXSxYrqb4X8yI=
github.com/flanksource/kubectl-neat v1.0.4/go.mod h1:Un/Voyh3cmiZNKQrW/TkAl28nAA7vwnwDGVjRErKjOw=
github.com/fogleman/gg v1.2.1-0.20190220221249-0403632d5b90/go.mod h1:R/bRT+9gY/C5z7JzPU0zXsXHKM4/ayA+zqcVNZzPa1k=
Expand Down

0 comments on commit cfc4406

Please sign in to comment.