From d24d5cdaef88e4fd5bf7e467639a6f1c64c52515 Mon Sep 17 00:00:00 2001 From: Pablo Balbi Date: Thu, 19 May 2022 12:09:40 -0300 Subject: [PATCH] imports order Signed-off-by: Pablo Balbi --- stackdriver_exporter.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stackdriver_exporter.go b/stackdriver_exporter.go index 1acf1814..06b61311 100644 --- a/stackdriver_exporter.go +++ b/stackdriver_exporter.go @@ -15,7 +15,6 @@ package main import ( "fmt" - "github.com/prometheus-community/stackdriver_exporter/utils" "net/http" "os" "strings" @@ -36,6 +35,7 @@ import ( "gopkg.in/alecthomas/kingpin.v2" "github.com/prometheus-community/stackdriver_exporter/collectors" + "github.com/prometheus-community/stackdriver_exporter/utils" ) var (