Skip to content

Commit

Permalink
chore: bump duty to v1.0.595 (#1309)
Browse files Browse the repository at this point in the history
Co-authored-by: moshloop <1489660+moshloop@users.noreply.github.com>
  • Loading branch information
flankbot and moshloop authored Aug 22, 2024
1 parent fdf2e49 commit 6e82fa5
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 @@ -12,7 +12,7 @@ require (
github.com/containrrr/shoutrrr v0.8.0
github.com/fergusstrange/embedded-postgres v1.25.0 // indirect
github.com/flanksource/commons v1.27.0
github.com/flanksource/duty v1.0.594
github.com/flanksource/duty v1.0.595
github.com/flanksource/gomplate/v3 v3.24.22
github.com/flanksource/kopper v1.0.9
github.com/gomarkdown/markdown v0.0.0-20240419095408-642f0ee99ae2
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -871,8 +871,8 @@ github.com/flanksource/artifacts v1.0.7 h1:tLbY4+7l2H06Td3zSgGSwJy9Vfhto+M7L80cm
github.com/flanksource/artifacts v1.0.7/go.mod h1:pzO1hirM9RMrkJMsLbZbZyN6elsCwz8SNOk3z+mpv34=
github.com/flanksource/commons v1.27.0 h1:vdnSiDtYSdgegEit8bsefQlzookGVFBECSR49hAY6FU=
github.com/flanksource/commons v1.27.0/go.mod h1:QFsj41YtvHSXqaVud5ddVYPF1bwBEmPkUioEsbg1lqc=
github.com/flanksource/duty v1.0.594 h1:fzlZBnbg3GumB892J3M7+hdy4Nan4/jgJetswqNlbHw=
github.com/flanksource/duty v1.0.594/go.mod h1:A8fvHXGov41YMHlzqxjOsDY5EpQKgDyxPh/9yWJsAkc=
github.com/flanksource/duty v1.0.595 h1:vEDxErduDiDAtnKddCv9CUjP1hrXh+vNY90JoOYU2DU=
github.com/flanksource/duty v1.0.595/go.mod h1:A8fvHXGov41YMHlzqxjOsDY5EpQKgDyxPh/9yWJsAkc=
github.com/flanksource/gomplate/v3 v3.20.4/go.mod h1:27BNWhzzSjDed1z8YShO6W+z6G9oZXuxfNFGd/iGSdc=
github.com/flanksource/gomplate/v3 v3.24.22 h1:F0A62PfJlxUM5GaR1093h2Lx8FjbLTnCqP/Y8bYC/1Q=
github.com/flanksource/gomplate/v3 v3.24.22/go.mod h1:dNRCXKf7uuYwEKtzJSiRAz1WGwQXB0P3J5md+tnqqI4=
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 @@ -4,7 +4,7 @@ go 1.22.3

require (
github.com/flanksource/commons v1.27.0
github.com/flanksource/duty v1.0.594
github.com/flanksource/duty v1.0.595
github.com/flanksource/incident-commander v0.0.0-00010101000000-000000000000
github.com/spf13/cobra v1.8.0
)
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 @@ -774,8 +774,8 @@ github.com/fergusstrange/embedded-postgres v1.25.0 h1:sa+k2Ycrtz40eCRPOzI7Ry7Ttk
github.com/fergusstrange/embedded-postgres v1.25.0/go.mod h1:t/MLs0h9ukYM6FSt99R7InCHs1nW0ordoVCcnzmpTYw=
github.com/flanksource/commons v1.27.0 h1:vdnSiDtYSdgegEit8bsefQlzookGVFBECSR49hAY6FU=
github.com/flanksource/commons v1.27.0/go.mod h1:QFsj41YtvHSXqaVud5ddVYPF1bwBEmPkUioEsbg1lqc=
github.com/flanksource/duty v1.0.594 h1:fzlZBnbg3GumB892J3M7+hdy4Nan4/jgJetswqNlbHw=
github.com/flanksource/duty v1.0.594/go.mod h1:A8fvHXGov41YMHlzqxjOsDY5EpQKgDyxPh/9yWJsAkc=
github.com/flanksource/duty v1.0.595 h1:vEDxErduDiDAtnKddCv9CUjP1hrXh+vNY90JoOYU2DU=
github.com/flanksource/duty v1.0.595/go.mod h1:A8fvHXGov41YMHlzqxjOsDY5EpQKgDyxPh/9yWJsAkc=
github.com/flanksource/gomplate/v3 v3.20.4/go.mod h1:27BNWhzzSjDed1z8YShO6W+z6G9oZXuxfNFGd/iGSdc=
github.com/flanksource/gomplate/v3 v3.24.22 h1:F0A62PfJlxUM5GaR1093h2Lx8FjbLTnCqP/Y8bYC/1Q=
github.com/flanksource/gomplate/v3 v3.24.22/go.mod h1:dNRCXKf7uuYwEKtzJSiRAz1WGwQXB0P3J5md+tnqqI4=
Expand Down

0 comments on commit 6e82fa5

Please sign in to comment.