Added sirupsen and updated all occurances

Updated `sirupsen`, `docker/cli`, `docker/libcompose` in `glide`,
Also changed `Sirupsen` with `sirupsen` in all kompose packages as well as in
`docker/distribution` packages
This commit is contained in:
Suraj Narwade
2017-11-27 12:28:46 +05:30
parent d02492ad59
commit 5de4aa85f8
20 changed files with 35 additions and 34 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ import (
"io"
"os"
log "github.com/Sirupsen/logrus"
log "github.com/sirupsen/logrus"
"github.com/spf13/cobra"
)
+1 -1
View File
@@ -19,9 +19,9 @@ package cmd
import (
"strings"
log "github.com/Sirupsen/logrus"
"github.com/kubernetes/kompose/pkg/app"
"github.com/kubernetes/kompose/pkg/kobject"
log "github.com/sirupsen/logrus"
"github.com/spf13/cobra"
"github.com/spf13/viper"
)
+1 -1
View File
@@ -21,7 +21,7 @@ import (
"os"
"strings"
log "github.com/Sirupsen/logrus"
log "github.com/sirupsen/logrus"
"github.com/spf13/cobra"
)
+1 -1
View File
@@ -17,7 +17,7 @@ limitations under the License.
package cmd
import (
log "github.com/Sirupsen/logrus"
log "github.com/sirupsen/logrus"
"github.com/kubernetes/kompose/pkg/app"
"github.com/kubernetes/kompose/pkg/kobject"