From 95dfb1b1dd75ef1b2570270de8f4ac63c7c676df Mon Sep 17 00:00:00 2001 From: Julius Volz Date: Wed, 18 Jul 2018 10:26:45 +0200 Subject: [PATCH] Add missing import to promtool, fix build (#4395) Sorry, I used GitHub's web-based merge-conflict-resolution editor on https://github.com/prometheus/prometheus/pull/4308 and it didn't show me test errors afterwards, but maybe they didn't run again or I should have waited or something. Signed-off-by: Julius Volz --- cmd/promtool/main.go | 1 + 1 file changed, 1 insertion(+) diff --git a/cmd/promtool/main.go b/cmd/promtool/main.go index 5cc82a0a6..56c99b689 100644 --- a/cmd/promtool/main.go +++ b/cmd/promtool/main.go @@ -18,6 +18,7 @@ import ( "fmt" "io/ioutil" "math" + "net/url" "os" "path/filepath" "strconv"