Skip to content

Commit

Permalink
Add required import statement
Browse files Browse the repository at this point in the history
[#137052079] CLI should support 'client credentials' authentication to UAA using env variables

Signed-off-by: Kelly Gerritz <[email protected]>
  • Loading branch information
Ashwin Venkatesh authored and Kelly Gerritz committed May 16, 2017
1 parent 33be40c commit 0e71802
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions commands/login.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
package commands

import (
"fmt"

"github.com/cloudfoundry-incubator/credhub-cli/actions"
"github.com/cloudfoundry-incubator/credhub-cli/client"
"github.com/cloudfoundry-incubator/credhub-cli/config"
Expand Down

0 comments on commit 0e71802

Please sign in to comment.