Skip to content

Commit 1affe89

Browse files
authored
chore(deps): bump notification engine (argoproj#2470)
* bump notification engine Signed-off-by: zachaller <[email protected]> * github trigger re-run Signed-off-by: zachaller <[email protected]> * go tidy Signed-off-by: zachaller <[email protected]> * github trigger re-run Signed-off-by: zachaller <[email protected]> * codegen Signed-off-by: zachaller <[email protected]> * codegen and docs Signed-off-by: zachaller <[email protected]> Signed-off-by: zachaller <[email protected]>
1 parent 3c1038b commit 1affe89

File tree

3 files changed

+12
-114
lines changed

3 files changed

+12
-114
lines changed

go.mod

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.19
44

55
require (
66
github.com/antonmedv/expr v1.9.0
7-
github.com/argoproj/notifications-engine v0.3.1-0.20220129012210-32519f8f68ec
7+
github.com/argoproj/notifications-engine v0.3.1-0.20221206124514-c419c904e2c0
88
github.com/argoproj/pkg v0.13.6
99
github.com/aws/aws-sdk-go-v2 v1.17.2
1010
github.com/aws/aws-sdk-go-v2/config v1.18.4
@@ -66,6 +66,7 @@ require (
6666
github.com/Masterminds/goutils v1.1.1 // indirect
6767
github.com/Masterminds/semver v1.5.0 // indirect
6868
github.com/Masterminds/sprig v2.22.0+incompatible // indirect
69+
github.com/PagerDuty/go-pagerduty v1.6.0 // indirect
6970
github.com/RocketChat/Rocket.Chat.Go.SDK v0.0.0-20220708192748-b73dcb041214 // indirect
7071
github.com/aws/aws-sdk-go-v2/credentials v1.13.4 // indirect
7172
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.20 // indirect

0 commit comments

Comments
 (0)