From 287536123c469557b07f3512bc0b0c89cbd45c5e Mon Sep 17 00:00:00 2001 From: Leif Segen Date: Wed, 9 Sep 2020 00:09:35 -0500 Subject: [PATCH] Include teams in main.go imports To follow the current pattern. --- cmd/keel/main.go | 1 + 1 file changed, 1 insertion(+) diff --git a/cmd/keel/main.go b/cmd/keel/main.go index aab2e197..45bd7b8c 100644 --- a/cmd/keel/main.go +++ b/cmd/keel/main.go @@ -46,6 +46,7 @@ import ( _ "github.com/keel-hq/keel/extension/notification/mail" _ "github.com/keel-hq/keel/extension/notification/mattermost" _ "github.com/keel-hq/keel/extension/notification/slack" + _ "github.com/keel-hq/keel/extension/notification/teams" _ "github.com/keel-hq/keel/extension/notification/webhook" // credentials helpers