mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-10-15 23:17:11 +00:00
linuxkit: Bump to logrus 1.0.2 (with case change).
To enable this bump github.com/Azure/go-ansiterm and github.com/docker/docker to their latest version which have switched to lower case. This in turn requires bumping golang.org/x/sys since github.com/docker/docker/pkg/term now uses `unix.IoctlGetTermios`. I picked the revision from docker/docker's vendor.conf. Signed-off-by: Ian Campbell <ijc@docker.com>
This commit is contained in:
@@ -6,7 +6,7 @@ import (
|
||||
"os"
|
||||
"path/filepath"
|
||||
|
||||
log "github.com/Sirupsen/logrus"
|
||||
log "github.com/sirupsen/logrus"
|
||||
)
|
||||
|
||||
const (
|
||||
|
Reference in New Issue
Block a user