1
0
Fork 0
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:
Derek McGowan 2017-07-26 14:42:13 -07:00
parent 1375d893e9
commit 1009e6a40b
No known key found for this signature in database
GPG key ID: F58C5D0A4405ACDB
227 changed files with 648 additions and 421 deletions

View file

@ -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.