Fix go imports

This commit is contained in:
Manuel Alejandro de Brito Fontes 2019-06-30 18:58:18 -04:00
parent a2009484f7
commit 004d0c8214
No known key found for this signature in database
GPG key ID: 786136016A8BA02A
8 changed files with 22 additions and 18 deletions

View file

@ -20,9 +20,10 @@ import (
"bytes"
"encoding/json"
"fmt"
"os"
"github.com/spf13/cobra"
"k8s.io/ingress-nginx/internal/nginx"
"os"
)
const (