mirror of
https://github.com/kubernetes-sigs/prometheus-adapter.git
synced 2026-04-06 17:57:51 +00:00
goimports
This commit is contained in:
parent
495c21091a
commit
835810e193
6 changed files with 12 additions and 6 deletions
|
|
@ -2,10 +2,11 @@ package config
|
|||
|
||||
import (
|
||||
"fmt"
|
||||
"github.com/directxman12/k8s-prometheus-adapter/pkg/metrics"
|
||||
"io/ioutil"
|
||||
"os"
|
||||
|
||||
"github.com/directxman12/k8s-prometheus-adapter/pkg/metrics"
|
||||
|
||||
"gopkg.in/yaml.v2"
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue