From 1002f13747127cd212eb501cbe1866dfc298dea4 Mon Sep 17 00:00:00 2001 From: Martin/Geno Date: Mon, 17 Jun 2019 15:44:14 +0200 Subject: [PATCH] Update main.go --- prometheus/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" )