Merge pull request #16243 from LK4D4/fix_import

awslogs: fix logrus import
This commit is contained in:
Jess Frazelle 2015-09-11 12:46:57 -07:00
commit 9fbef808c1
1 changed files with 1 additions and 1 deletions

View File

@ -9,11 +9,11 @@ import (
"sync"
"time"
"github.com/Sirupsen/logrus"
"github.com/aws/aws-sdk-go/aws"
"github.com/aws/aws-sdk-go/aws/awserr"
"github.com/aws/aws-sdk-go/service/cloudwatchlogs"
"github.com/docker/docker/daemon/logger"
"github.com/docker/docker/vendor/src/github.com/Sirupsen/logrus"
)
const (