Skip to content

Commit

Permalink
Fix color rendering bug in token status
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasmitchell committed Oct 2, 2020
1 parent a34ab5f commit 80e08c3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion token_status.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@ import (
"strings"
"time"

"fmt"

"github.com/cloudfoundry-community/vaultkv"
"github.com/jhunt/go-ansi"
fmt "github.com/jhunt/go-ansi"
)

type TokenStatus struct {
Expand Down

0 comments on commit 80e08c3

Please sign in to comment.