Skip to content

Commit

Permalink
Fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
frodenas committed Aug 30, 2019
1 parent 1aebce7 commit f93fe3d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions firehose_exporter.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,24 @@ package main

import (
"fmt"
"github.com/bosh-prometheus/firehose_exporter/authclient"
"github.com/bosh-prometheus/firehose_exporter/logstream"
"github.com/bosh-prometheus/firehose_exporter/uaatokenrefresher"
"github.com/cloudfoundry-incubator/uaago"
"net/http"
"os"
"strings"

"github.com/cloudfoundry-incubator/uaago"
"github.com/prometheus/client_golang/prometheus"
"github.com/prometheus/client_golang/prometheus/promhttp"
"github.com/prometheus/common/log"
"github.com/prometheus/common/version"
"gopkg.in/alecthomas/kingpin.v2"

"github.com/bosh-prometheus/firehose_exporter/authclient"
"github.com/bosh-prometheus/firehose_exporter/collectors"
"github.com/bosh-prometheus/firehose_exporter/filters"
"github.com/bosh-prometheus/firehose_exporter/firehosenozzle"
"github.com/bosh-prometheus/firehose_exporter/logstream"
"github.com/bosh-prometheus/firehose_exporter/metrics"
"github.com/bosh-prometheus/firehose_exporter/uaatokenrefresher"
)

var (
Expand Down

0 comments on commit f93fe3d

Please sign in to comment.