Skip to content

Commit

Permalink
*: rework imports
Browse files Browse the repository at this point in the history
  • Loading branch information
thypon committed Sep 18, 2017
1 parent 67f6888 commit f6a25cc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
3 changes: 1 addition & 2 deletions bin/promplay/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ import (
"sort"
"time"

cm "cleafy.com/replayer/model"

cm "github.com/Cleafy/promqueen/model"
"github.com/mattetti/filebuffer"
dto "github.com/prometheus/client_model/go"
"github.com/prometheus/common/expfmt"
Expand Down
6 changes: 2 additions & 4 deletions bin/promrec/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,11 @@ import (
"compress/gzip"
"io"
"net/http"
"net/http/httputil"
"os"
"time"

"cleafy.com/replayer/model"

"net/http/httputil"

"github.com/cleafy/promqueen/model"
"github.com/sirupsen/logrus"
"gopkg.in/alecthomas/kingpin.v2"
)
Expand Down

0 comments on commit f6a25cc

Please sign in to comment.