diff --git a/notify.go b/notify.go index 8e5cd4d..41e4e9c 100644 --- a/notify.go +++ b/notify.go @@ -7,8 +7,8 @@ import ( "net/http" "strings" - "github.com/free/jiralert/alertmanager" "github.com/andygrunwald/go-jira" + "github.com/free/jiralert/alertmanager" log "github.com/golang/glog" "github.com/trivago/tgo/tcontainer" )