Skip to content
This repository has been archived by the owner on Apr 6, 2021. It is now read-only.

Commit

Permalink
Fixed all actual instances of the broken case dep
Browse files Browse the repository at this point in the history
  • Loading branch information
eldios committed Aug 4, 2017
1 parent 429b83c commit 962ccbb
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion clt/api_client.go
Expand Up @@ -20,7 +20,7 @@ import (
"github.com/gravitational/teleconsole/conf"
"github.com/gravitational/teleconsole/lib"

log "github.com/Sirupsen/logrus"
log "github.com/sirupsen/logrus"
"github.com/gravitational/trace"
)

Expand Down
2 changes: 1 addition & 1 deletion clt/clt.go
Expand Up @@ -11,7 +11,7 @@ import (
"strconv"
"time"

log "github.com/Sirupsen/logrus"
log "github.com/sirupsen/logrus"
"github.com/fatih/color"
"github.com/gravitational/teleport/integration"
"github.com/gravitational/teleport/lib/client"
Expand Down
2 changes: 1 addition & 1 deletion clt/httperror.go
Expand Up @@ -7,7 +7,7 @@ import (
"io/ioutil"
"net/http"

log "github.com/Sirupsen/logrus"
log "github.com/sirupsen/logrus"
)

type HTTPClientError struct {
Expand Down
2 changes: 1 addition & 1 deletion clt/main.go
Expand Up @@ -18,7 +18,7 @@ import (

"github.com/gravitational/trace"

log "github.com/Sirupsen/logrus"
log "github.com/sirupsen/logrus"
)

type App struct {
Expand Down
2 changes: 1 addition & 1 deletion geo/geo.go
Expand Up @@ -7,7 +7,7 @@ import (
"strings"
"time"

log "github.com/Sirupsen/logrus"
log "github.com/sirupsen/logrus"
"github.com/gravitational/teleconsole/conf"
)

Expand Down
2 changes: 1 addition & 1 deletion lib/identity.go
Expand Up @@ -15,7 +15,7 @@ import (

"golang.org/x/crypto/ssh"

"github.com/Sirupsen/logrus"
"github.com/sirupsen/logrus"
"github.com/gravitational/teleport/integration"
"github.com/gravitational/teleport/lib/auth/native"
"github.com/gravitational/teleport/lib/client"
Expand Down
2 changes: 1 addition & 1 deletion lib/net.go
Expand Up @@ -7,7 +7,7 @@ import (
"strconv"

"net"
// log "github.com/Sirupsen/logrus"
// log "github.com/sirupsen/logrus"
)

const (
Expand Down
2 changes: 1 addition & 1 deletion main.go
Expand Up @@ -8,7 +8,7 @@ import (
"net/url"
"os"

"github.com/Sirupsen/logrus"
"github.com/sirupsen/logrus"
"github.com/gravitational/teleconsole/clt"
"github.com/gravitational/teleconsole/version"
"github.com/gravitational/trace"
Expand Down

0 comments on commit 962ccbb

Please sign in to comment.