Skip to content

Commit

Permalink
fix term
Browse files Browse the repository at this point in the history
  • Loading branch information
monigo committed Sep 11, 2019
1 parent 5ca472d commit 000434a
Show file tree
Hide file tree
Showing 10 changed files with 3 additions and 1,867 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ go 1.12
require (
github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78
github.com/PuerkitoBio/goquery v1.5.0
github.com/Sirupsen/logrus v1.0.6 // indirect
github.com/Sirupsen/logrus v1.0.6
github.com/astaxie/beego v1.10.1
github.com/docker/docker v1.13.1
github.com/docker/docker v1.13.1 // indirect
github.com/onsi/ginkgo v1.8.0 // indirect
github.com/onsi/gomega v1.5.0 // indirect
github.com/sirupsen/logrus v1.4.1 // indirect
Expand Down
2 changes: 1 addition & 1 deletion pkg/term/term_windows.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"syscall"

"github.com/Azure/go-ansiterm/winterm"
"github.com/docker/docker/pkg/term/windows"
"srun/pkg/term/windows"
)

// State holds the console mode for the terminal.
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit 000434a

Please sign in to comment.