Fix imports

This commit is contained in:
Quentin Machu 2016-10-12 14:59:48 +02:00
parent 9a663e5f8e
commit a0e6a58f6a
2 changed files with 4 additions and 4 deletions

View File

@ -5,8 +5,8 @@ import (
"os"
"testing"
entry "github.com/stackanetes/docker-entrypoint/dependencies"
"github.com/stackanetes/docker-entrypoint/logger"
entry "github.com/stackanetes/kubernetes-entrypoint/dependencies"
"github.com/stackanetes/kubernetes-entrypoint/logger"
)
func init() {

View File

@ -5,8 +5,8 @@ import (
"os"
"testing"
entry "github.com/stackanetes/docker-entrypoint/dependencies"
"github.com/stackanetes/docker-entrypoint/logger"
entry "github.com/stackanetes/kubernetes-entrypoint/dependencies"
"github.com/stackanetes/kubernetes-entrypoint/logger"
)
func init() {