From 22443d81ce5c7131e3da0d308558a99fcf888643 Mon Sep 17 00:00:00 2001 From: Martin/Geno Date: Mon, 17 Jun 2019 15:14:47 +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 45ab9f6..1219f43 100644 --- a/prometheus/main.go +++ b/prometheus/main.go @@ -8,7 +8,7 @@ import ( libHTTP "dev.sum7.eu/genofire/golang-lib/http" "github.com/bdlm/log" xmpp "github.com/mattn/go-xmpp" - "github.com/prometheus/alertmanager/blob/master/notify" + "github.com/prometheus/alertmanager/notify" "dev.sum7.eu/genofire/hook2xmpp/runtime" )