diff --git a/brig/cmd/brig/commands/dashboard.go b/brig/cmd/brig/commands/dashboard.go index 763626d2f..96592935f 100644 --- a/brig/cmd/brig/commands/dashboard.go +++ b/brig/cmd/brig/commands/dashboard.go @@ -7,11 +7,13 @@ import ( "os/signal" "syscall" - "github.com/Azure/brigade/pkg/portforwarder" "github.com/bacongobbler/browser" "github.com/spf13/cobra" + "k8s.io/apimachinery/pkg/labels" "k8s.io/client-go/kubernetes" + + "github.com/Azure/brigade/pkg/portforwarder" ) const (