diff --git a/pkg/term/term_windows.go b/pkg/term/term_windows.go index 744e92b..50e9521 100644 --- a/pkg/term/term_windows.go +++ b/pkg/term/term_windows.go @@ -9,7 +9,7 @@ import ( "syscall" "github.com/Azure/go-ansiterm/winterm" - "srun/pkg/term/windows" + "github.com/monigo/srun-cmd/pkg/term/windows" ) // State holds the console mode for the terminal.