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
|
|
@ -6,13 +6,13 @@ import (
|
|||
|
||||
"golang.org/x/net/context"
|
||||
|
||||
"github.com/Sirupsen/logrus"
|
||||
"github.com/docker/docker/api/types"
|
||||
"github.com/docker/docker/api/types/filters"
|
||||
"github.com/docker/docker/layer"
|
||||
"github.com/docker/docker/pkg/directory"
|
||||
"github.com/docker/docker/volume"
|
||||
"github.com/opencontainers/go-digest"
|
||||
"github.com/sirupsen/logrus"
|
||||
)
|
||||
|
||||
func (daemon *Daemon) getLayerRefs(platform string) map[layer.ChainID]int {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue