Skip to content

Commit

Permalink
change the import path
Browse files Browse the repository at this point in the history
  • Loading branch information
galaxydi authored and 清宵 committed Jun 9, 2017
1 parent 1580967 commit da70ec7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion daemon/logger/alilogs/alilogs.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"time"

"github.com/Sirupsen/logrus"
"github.com/galaxydi/docker/daemon/logger"
"github.com/docker/docker/daemon/logger"
"github.com/galaxydi/go-loghub"
"github.com/golang/protobuf/proto"
)
Expand Down
2 changes: 1 addition & 1 deletion daemon/logger/logger.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (
"sync"
"time"

"github.com/galaxydi/docker/pkg/jsonlog"
"github.com/docker/docker/pkg/jsonlog"
)

// ErrReadLogsNotSupported is returned when the logger does not support reading logs.
Expand Down

0 comments on commit da70ec7

Please sign in to comment.