mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Update logrus to v1.0.1
Fixes case sensitivity issue Signed-off-by: Derek McGowan <derek@mcgstyle.net>
This commit is contained in:
parent
1375d893e9
commit
1009e6a40b
227 changed files with 648 additions and 421 deletions
|
|
@ -3,8 +3,8 @@ package image
|
|||
import (
|
||||
"runtime"
|
||||
|
||||
"github.com/Sirupsen/logrus"
|
||||
"github.com/docker/docker/layer"
|
||||
"github.com/sirupsen/logrus"
|
||||
)
|
||||
|
||||
// TypeLayers is used for RootFS.Type for filesystems organized into layers.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue