From 9f21b45ac70c13a1f900e31aee11edb5c820b520 Mon Sep 17 00:00:00 2001 From: Felix Kunde Date: Wed, 13 Apr 2022 20:03:33 +0200 Subject: [PATCH] add http import to cluster/util.go --- pkg/cluster/util.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/cluster/util.go b/pkg/cluster/util.go index 3b3eb28a5..0f71d2d64 100644 --- a/pkg/cluster/util.go +++ b/pkg/cluster/util.go @@ -6,6 +6,7 @@ import ( "encoding/gob" "encoding/json" "fmt" + "net/http" "reflect" "sort" "strings"