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

@ -19,9 +19,10 @@ package provider
import (
"context"
"fmt"
"time"
"github.com/directxman12/k8s-prometheus-adapter/pkg/errors"
"github.com/directxman12/k8s-prometheus-adapter/pkg/metrics"
"time"
"github.com/kubernetes-incubator/custom-metrics-apiserver/pkg/provider"
"github.com/kubernetes-incubator/custom-metrics-apiserver/pkg/provider/helpers"

View file

@ -18,9 +18,10 @@ package provider
import (
"fmt"
"github.com/directxman12/k8s-prometheus-adapter/pkg/metrics"
"sync"
"github.com/directxman12/k8s-prometheus-adapter/pkg/metrics"
"github.com/kubernetes-incubator/custom-metrics-apiserver/pkg/provider"
apimeta "k8s.io/apimachinery/pkg/api/meta"