cleaning up

mine
derailed 2019-02-22 18:04:01 -07:00
parent c68429f7db
commit 1b95d8024f
5 changed files with 5 additions and 5 deletions

View File

@ -3,8 +3,8 @@ package k8s
import ( import (
"fmt" "fmt"
"k8s.io/client-go/tools/clientcmd/api"
"k8s.io/client-go/tools/clientcmd" "k8s.io/client-go/tools/clientcmd"
"k8s.io/client-go/tools/clientcmd/api"
) )
// ContextRes represents a kubernetes clusters configurations. // ContextRes represents a kubernetes clusters configurations.

View File

@ -3,8 +3,8 @@ package views
import ( import (
"fmt" "fmt"
"github.com/gdamore/tcell"
"github.com/derailed/tview" "github.com/derailed/tview"
"github.com/gdamore/tcell"
log "github.com/sirupsen/logrus" log "github.com/sirupsen/logrus"
) )

View File

@ -5,8 +5,8 @@ import (
"strings" "strings"
"time" "time"
"github.com/gdamore/tcell"
"github.com/derailed/tview" "github.com/derailed/tview"
"github.com/gdamore/tcell"
) )
const ( const (

View File

@ -2,8 +2,8 @@ package views
import ( import (
"github.com/derailed/k9s/internal/resource" "github.com/derailed/k9s/internal/resource"
"github.com/gdamore/tcell"
"github.com/derailed/tview" "github.com/derailed/tview"
"github.com/gdamore/tcell"
log "github.com/sirupsen/logrus" log "github.com/sirupsen/logrus"
) )

View File

@ -4,8 +4,8 @@ import (
"fmt" "fmt"
"strings" "strings"
"github.com/gdamore/tcell"
"github.com/derailed/tview" "github.com/derailed/tview"
"github.com/gdamore/tcell"
) )
const ( const (