We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 700ad7b commit a6dc5a9Copy full SHA for a6dc5a9
1 file changed
updatectl/update.go
@@ -3,12 +3,15 @@ package updatectl
3
import (
4
"flag"
5
"fmt"
6
- "github.com/coreos/updateservicectl/auth"
7
- "github.com/coreos/updateservicectl/client/update/v1"
8
"log"
9
"net/http"
10
"os"
11
"text/tabwriter"
+
+ "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"
15
)
16
17
const (
0 commit comments