Skip to content

Commit

Permalink
bugfix: corrent the import path of logrus
Browse files Browse the repository at this point in the history
  • Loading branch information
faycheng committed Mar 23, 2018
1 parent ecdb925 commit d88707a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion daemon/mgr/network.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ import (
"github.com/alibaba/pouch/pkg/meta"
"github.com/alibaba/pouch/pkg/randomid"

netlog "github.com/Sirupsen/logrus"
"github.com/docker/go-connections/nat"
"github.com/docker/libnetwork"
nwconfig "github.com/docker/libnetwork/config"
Expand All @@ -23,6 +22,7 @@ import (
networktypes "github.com/docker/libnetwork/types"
"github.com/pkg/errors"
"github.com/sirupsen/logrus"
netlog "github.com/sirupsen/logrus"
)

// NetworkMgr defines interface to manage container network.
Expand Down
2 changes: 1 addition & 1 deletion network/mode/bridge/bridge.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ import (

"github.com/alibaba/pouch/apis/types"
"github.com/alibaba/pouch/daemon/mgr"
"github.com/alibaba/pouch/extra/libnetwork/Godeps/_workspace/src/github.com/Sirupsen/logrus"
"github.com/alibaba/pouch/network"
"github.com/alibaba/pouch/pkg/errtypes"
"github.com/sirupsen/logrus"

"github.com/docker/libnetwork/drivers/bridge"
"github.com/docker/libnetwork/netlabel"
Expand Down
2 changes: 1 addition & 1 deletion registry/auth.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (

"github.com/alibaba/pouch/apis/types"

"github.com/Sirupsen/logrus"
"github.com/sirupsen/logrus"
)

// challengeClient defines a client to manage challenge–response authentication.
Expand Down
2 changes: 1 addition & 1 deletion volume/core.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ import (
"fmt"
"reflect"

"github.com/alibaba/pouch/extra/libnetwork/Godeps/_workspace/src/github.com/Sirupsen/logrus"
"github.com/alibaba/pouch/pkg/client"
metastore "github.com/alibaba/pouch/pkg/meta"
"github.com/alibaba/pouch/volume/driver"
volerr "github.com/alibaba/pouch/volume/error"
"github.com/alibaba/pouch/volume/types"
"github.com/alibaba/pouch/volume/types/meta"
"github.com/sirupsen/logrus"

"github.com/pkg/errors"
log "github.com/sirupsen/logrus"
Expand Down

0 comments on commit d88707a

Please sign in to comment.