Skip to content

Commit

Permalink
PMM-7 Fix imports.
Browse files Browse the repository at this point in the history
  • Loading branch information
BupycHuk committed Apr 19, 2024
1 parent bbda2d0 commit cd67e16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/postgres_exporter/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ package main

import (
"fmt"
"github.com/prometheus/common/version"
"net/http"
_ "net/http/pprof"
"os"
Expand All @@ -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"
Expand Down

0 comments on commit cd67e16

Please sign in to comment.