Skip to content

Commit

Permalink
chore: bump duty to v1.0.354
Browse files Browse the repository at this point in the history
  • Loading branch information
yashmehrotra authored and flankbot committed Feb 29, 2024
1 parent 6d456b3 commit b602ec5
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ require (
github.com/fergusstrange/embedded-postgres v1.25.0
github.com/flanksource/artifacts v1.0.4
github.com/flanksource/commons v1.22.0
github.com/flanksource/duty v1.0.349
github.com/flanksource/duty v1.0.354
github.com/flanksource/gomplate/v3 v3.24.0
github.com/flanksource/is-healthy v0.0.0-20231003215854-76c51e3a3ff7
github.com/flanksource/kommons v0.31.4
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -848,8 +848,8 @@ github.com/flanksource/artifacts v1.0.4 h1:KjQTwsvQ73uHqTK7o4Jwt/RW8fyxJOTJ6JLgz
github.com/flanksource/artifacts v1.0.4/go.mod h1:wkbdseaTkDo4Q6k6T86vXd4Uy47M6NPCmexgHvCTDl0=
github.com/flanksource/commons v1.22.0 h1:LI839ZOVJ6qrNuGKqb6Z4JyIxFHXGhfDxJbXUj5VimQ=
github.com/flanksource/commons v1.22.0/go.mod h1:GD5+yGvmYFPIW3WMNN+y1JkeDMJY74e05pQAsRbrvwY=
github.com/flanksource/duty v1.0.349 h1:uCDzvC61826uo95zJdnvPsLx3rMPVkWxlDRQCtVvSdU=
github.com/flanksource/duty v1.0.349/go.mod h1:nBvFOIoquZipqykL8EK0EkwEXNu/k7iC4KVxpikKUWI=
github.com/flanksource/duty v1.0.354 h1:4chv5spxhNtknNfW+Sbk+pi4A4nmJhqLT6O7YQbjUIM=
github.com/flanksource/duty v1.0.354/go.mod h1:uvaxTD6RY6GkNcmoHGolsR2H+7/xYVLAv2InSZEfFuU=
github.com/flanksource/gomplate/v3 v3.20.4/go.mod h1:27BNWhzzSjDed1z8YShO6W+z6G9oZXuxfNFGd/iGSdc=
github.com/flanksource/gomplate/v3 v3.24.0 h1:wwW6aIfy8EyOZqB3UjXqxVNEmBmb5WM97xTy9uzhHQQ=
github.com/flanksource/gomplate/v3 v3.24.0/go.mod h1:l6qN3L0Covtdrbei0nUSe4tqNlDcpTWsiHhRhHdVmCw=
Expand Down
2 changes: 1 addition & 1 deletion hack/generate-schemas/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ require (
github.com/evanphx/json-patch v5.7.0+incompatible // indirect
github.com/exaring/otelpgx v0.5.2 // indirect
github.com/felixge/httpsnoop v1.0.4 // indirect
github.com/flanksource/duty v1.0.349 // indirect
github.com/flanksource/duty v1.0.354 // indirect
github.com/flanksource/is-healthy v0.0.0-20231003215854-76c51e3a3ff7 // indirect
github.com/flanksource/kommons v0.31.4 // indirect
github.com/flanksource/kubectl-neat v1.0.2 // indirect
Expand Down
4 changes: 2 additions & 2 deletions hack/generate-schemas/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -730,8 +730,8 @@ github.com/felixge/httpsnoop v1.0.4 h1:NFTV2Zj1bL4mc9sqWACXbQFVBBg2W3GPvqp8/ESS2
github.com/felixge/httpsnoop v1.0.4/go.mod h1:m8KPJKqk1gH5J9DgRY2ASl2lWCfGKXixSwevea8zH2U=
github.com/flanksource/commons v1.22.0 h1:LI839ZOVJ6qrNuGKqb6Z4JyIxFHXGhfDxJbXUj5VimQ=
github.com/flanksource/commons v1.22.0/go.mod h1:GD5+yGvmYFPIW3WMNN+y1JkeDMJY74e05pQAsRbrvwY=
github.com/flanksource/duty v1.0.349 h1:uCDzvC61826uo95zJdnvPsLx3rMPVkWxlDRQCtVvSdU=
github.com/flanksource/duty v1.0.349/go.mod h1:nBvFOIoquZipqykL8EK0EkwEXNu/k7iC4KVxpikKUWI=
github.com/flanksource/duty v1.0.354 h1:4chv5spxhNtknNfW+Sbk+pi4A4nmJhqLT6O7YQbjUIM=
github.com/flanksource/duty v1.0.354/go.mod h1:uvaxTD6RY6GkNcmoHGolsR2H+7/xYVLAv2InSZEfFuU=
github.com/flanksource/gomplate/v3 v3.20.4/go.mod h1:27BNWhzzSjDed1z8YShO6W+z6G9oZXuxfNFGd/iGSdc=
github.com/flanksource/gomplate/v3 v3.24.0 h1:wwW6aIfy8EyOZqB3UjXqxVNEmBmb5WM97xTy9uzhHQQ=
github.com/flanksource/gomplate/v3 v3.24.0/go.mod h1:l6qN3L0Covtdrbei0nUSe4tqNlDcpTWsiHhRhHdVmCw=
Expand Down

0 comments on commit b602ec5

Please sign in to comment.