Skip to content

Commit a6dc5a9

Browse files
author
Gabriel Monroy
committed
fix(update): fix imports
1 parent 700ad7b commit a6dc5a9

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

updatectl/update.go

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,15 @@ package updatectl
33
import (
44
"flag"
55
"fmt"
6-
"github.com/coreos/updateservicectl/auth"
7-
"github.com/coreos/updateservicectl/client/update/v1"
86
"log"
97
"net/http"
108
"os"
119
"text/tabwriter"
10+
11+
"github.com/coreos/updateservicectl/auth"
12+
update "github.com/coreos/updateservicectl/client/update/v1"
13+
"github.com/deis/deisctl/constant"
14+
"github.com/deis/deisctl/utils"
1215
)
1316

1417
const (

0 commit comments

Comments
 (0)