diff --git a/internal/terminal/terminal_check_bsd.go b/terminal/terminal_check_bsd.go similarity index 100% rename from internal/terminal/terminal_check_bsd.go rename to terminal/terminal_check_bsd.go diff --git a/internal/terminal/terminal_check_unix.go b/terminal/terminal_check_unix.go similarity index 100% rename from internal/terminal/terminal_check_unix.go rename to terminal/terminal_check_unix.go diff --git a/terminal_check_notappengine.go b/terminal_check_notappengine.go index 6f28f89..b61be8d 100644 --- a/terminal_check_notappengine.go +++ b/terminal_check_notappengine.go @@ -6,7 +6,7 @@ import ( "io" "os" - "github.com/sirupsen/logrus/internal/terminal" + "github.com/sirupsen/logrus/terminal" ) func checkIfTerminal(w io.Writer) bool {