goimports

This commit is contained in:
pdbogen 2019-07-19 17:51:03 -07:00
parent 495c21091a
commit 835810e193
6 changed files with 12 additions and 6 deletions

View file

@ -21,13 +21,14 @@ import (
"crypto/x509"
"flag"
"fmt"
"github.com/prometheus/client_golang/prometheus/promhttp"
"io/ioutil"
"net/http"
"net/url"
"os"
"time"
"github.com/prometheus/client_golang/prometheus/promhttp"
basecmd "github.com/kubernetes-incubator/custom-metrics-apiserver/pkg/cmd"
"github.com/kubernetes-incubator/custom-metrics-apiserver/pkg/provider"
resmetrics "github.com/kubernetes-incubator/metrics-server/pkg/apiserver/generic"