mirror of
https://github.com/opencontainers/runc.git
synced 2025-10-11 18:30:54 +08:00
Updated logrus to v1
Updated logrus to use v1 which includes a breaking name change Sirupsen -> sirupsen. This includes a manual edit of the docker term package to also correct the name there too. Signed-off-by: Steven Hartland <steven.hartland@multiplay.co.uk>
This commit is contained in:
2
vendor/github.com/docker/docker/pkg/term/term_windows.go
generated
vendored
2
vendor/github.com/docker/docker/pkg/term/term_windows.go
generated
vendored
@@ -6,8 +6,8 @@ import (
|
||||
"io"
|
||||
"os"
|
||||
|
||||
"github.com/Sirupsen/logrus"
|
||||
"github.com/docker/docker/pkg/term/winconsole"
|
||||
"github.com/sirupsen/logrus"
|
||||
)
|
||||
|
||||
// State holds the console mode for the terminal.
|
||||
|
2
vendor/github.com/docker/docker/pkg/term/winconsole/console_windows.go
generated
vendored
2
vendor/github.com/docker/docker/pkg/term/winconsole/console_windows.go
generated
vendored
@@ -13,7 +13,7 @@ import (
|
||||
"syscall"
|
||||
"unsafe"
|
||||
|
||||
"github.com/Sirupsen/logrus"
|
||||
"github.com/sirupsen/logrus"
|
||||
)
|
||||
|
||||
const (
|
||||
|
Reference in New Issue
Block a user