Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): bump notification engine (argoproj#2470)
Browse files Browse the repository at this point in the history
* bump notification engine

Signed-off-by: zachaller <zachaller@users.noreply.github.com>

* github trigger re-run

Signed-off-by: zachaller <zachaller@users.noreply.github.com>

* go tidy

Signed-off-by: zachaller <zachaller@users.noreply.github.com>

* github trigger re-run

Signed-off-by: zachaller <zachaller@users.noreply.github.com>

* codegen

Signed-off-by: zachaller <zachaller@users.noreply.github.com>

* codegen and docs

Signed-off-by: zachaller <zachaller@users.noreply.github.com>

Signed-off-by: zachaller <zachaller@users.noreply.github.com>
Signed-off-by: Travis Perdue <travis.perdue@rallyhealth.com>
zachaller authored and Travis Perdue committed Jan 12, 2023
1 parent fc4bb12 commit c239be3
Showing 3 changed files with 12 additions and 114 deletions.
3 changes: 2 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@ go 1.19

require (
github.com/antonmedv/expr v1.9.0
github.com/argoproj/notifications-engine v0.3.1-0.20220129012210-32519f8f68ec
github.com/argoproj/notifications-engine v0.3.1-0.20221206124514-c419c904e2c0
github.com/argoproj/pkg v0.13.6
github.com/aws/aws-sdk-go-v2 v1.17.2
github.com/aws/aws-sdk-go-v2/config v1.18.4
@@ -66,6 +66,7 @@ require (
github.com/Masterminds/goutils v1.1.1 // indirect
github.com/Masterminds/semver v1.5.0 // indirect
github.com/Masterminds/sprig v2.22.0+incompatible // indirect
github.com/PagerDuty/go-pagerduty v1.6.0 // indirect
github.com/RocketChat/Rocket.Chat.Go.SDK v0.0.0-20220708192748-b73dcb041214 // indirect
github.com/aws/aws-sdk-go-v2/credentials v1.13.4 // indirect
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.20 // indirect
120 changes: 7 additions & 113 deletions go.sum

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
@@ -72,13 +72,16 @@ nav:
- generated/notification-services/googlechat.md
- generated/notification-services/grafana.md
- generated/notification-services/mattermost.md
- generated/notification-services/newrelic.md
- generated/notification-services/opsgenie.md
- generated/notification-services/overview.md
- generated/notification-services/pagerduty.md
- generated/notification-services/pushover.md
- generated/notification-services/rocketchat.md
- generated/notification-services/slack.md
- generated/notification-services/teams.md
- generated/notification-services/telegram.md
- generated/notification-services/webex.md
- generated/notification-services/webhook.md
- Kubectl Plugin:
- Overview: features/kubectl-plugin.md

0 comments on commit c239be3

Please sign in to comment.