mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Update imports for logrus version
Add forks for changes which only make logrus change without functional change. Signed-off-by: Derek McGowan <derek@mcgstyle.net>
This commit is contained in:
parent
1009e6a40b
commit
4f3616fb1c
167 changed files with 915 additions and 516 deletions
2
vendor/github.com/docker/libnetwork/drivers/windows/windows.go
generated
vendored
2
vendor/github.com/docker/libnetwork/drivers/windows/windows.go
generated
vendored
|
@ -20,12 +20,12 @@ import (
|
|||
"sync"
|
||||
|
||||
"github.com/Microsoft/hcsshim"
|
||||
"github.com/Sirupsen/logrus"
|
||||
"github.com/docker/libnetwork/datastore"
|
||||
"github.com/docker/libnetwork/discoverapi"
|
||||
"github.com/docker/libnetwork/driverapi"
|
||||
"github.com/docker/libnetwork/netlabel"
|
||||
"github.com/docker/libnetwork/types"
|
||||
"github.com/sirupsen/logrus"
|
||||
)
|
||||
|
||||
// networkConfiguration for network specific configuration
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue