enabling aws cred helper

feature/ecr_registry_auth
Karolis Rusenas 2018-04-27 08:10:38 +01:00
parent 84a90e015b
commit 500ad7c3da
1 changed files with 3 additions and 0 deletions

View File

@ -38,6 +38,9 @@ import (
_ "github.com/keel-hq/keel/extension/notification/slack"
_ "github.com/keel-hq/keel/extension/notification/webhook"
// credentials helpers
_ "github.com/keel-hq/keel/extension/credentialshelper/aws"
// bots
_ "github.com/keel-hq/keel/bot/hipchat"
_ "github.com/keel-hq/keel/bot/slack"