diff --git a/prometheus/main.go b/prometheus/main.go index 2552cf9..0a8dcfd 100644 --- a/prometheus/main.go +++ b/prometheus/main.go @@ -8,8 +8,8 @@ import ( libHTTP "dev.sum7.eu/genofire/golang-lib/http" "github.com/bdlm/log" - xmpp "github.com/mattn/go-xmpp" "github.com/prometheus/alertmanager/notify" + xmpp "github.com/mattn/go-xmpp" "dev.sum7.eu/genofire/hook2xmpp/runtime" )