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

@ -16,9 +16,10 @@ package provider
import (
"context"
"fmt"
"github.com/directxman12/k8s-prometheus-adapter/pkg/errors"
"time"
"github.com/directxman12/k8s-prometheus-adapter/pkg/errors"
"k8s.io/apimachinery/pkg/runtime/schema"
pmodel "github.com/prometheus/common/model"