From cd67e1642fe05d236916186d17baf7d9e3b5b4a8 Mon Sep 17 00:00:00 2001 From: Nurlan Moldomurov Date: Sat, 20 Apr 2024 00:03:35 +0300 Subject: [PATCH] PMM-7 Fix imports. --- cmd/postgres_exporter/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/postgres_exporter/main.go b/cmd/postgres_exporter/main.go index 23c65d9d4..e548aa5ab 100644 --- a/cmd/postgres_exporter/main.go +++ b/cmd/postgres_exporter/main.go @@ -15,7 +15,6 @@ package main import ( "fmt" - "github.com/prometheus/common/version" "net/http" _ "net/http/pprof" "os" @@ -30,6 +29,7 @@ import ( vc "github.com/prometheus/client_golang/prometheus/collectors/version" "github.com/prometheus/common/promlog" "github.com/prometheus/common/promlog/flag" + "github.com/prometheus/common/version" "github.com/prometheus/exporter-toolkit/web" "github.com/prometheus/exporter-toolkit/web/kingpinflag" "golang.org/x/sync/semaphore"