diff --git a/apps/gitlab-runner-helper/main.go b/apps/gitlab-runner-helper/main.go
index 28bbcd386351cdf42086dd398ea0d9acb16aef14..568e32546aee7f3ff4e5c1883e7103a0af3933c7 100644
--- a/apps/gitlab-runner-helper/main.go
+++ b/apps/gitlab-runner-helper/main.go
@@ -4,7 +4,7 @@ import (
 	"os"
 	"path"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"github.com/urfave/cli"
 	"gitlab.com/gitlab-org/gitlab-runner/common"
 	"gitlab.com/gitlab-org/gitlab-runner/helpers/cli"
diff --git a/commands/exec.go b/commands/exec.go
index 0393a9a03ccd21056faec97339dcce971c91e1e6..da16befebc530a2ae1af68cf6d0517569d3ddf6b 100644
--- a/commands/exec.go
+++ b/commands/exec.go
@@ -5,7 +5,7 @@ import (
 	"os/exec"
 	"strings"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"github.com/urfave/cli"
 	"gitlab.com/ayufan/golang-cli-helpers"
 	"gitlab.com/gitlab-org/gitlab-runner/common"
diff --git a/commands/health_helper.go b/commands/health_helper.go
index 35de9f4c7ea6688bc6a5a993b07f64e2a4c8c27d..1a5baf19968805de4c6faeef5c0e70127edb19b9 100644
--- a/commands/health_helper.go
+++ b/commands/health_helper.go
@@ -4,7 +4,7 @@ import (
 	"sync"
 	"time"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"gitlab.com/gitlab-org/gitlab-runner/common"
 )
 
diff --git a/commands/helpers/artifacts_downloader.go b/commands/helpers/artifacts_downloader.go
index 24a13714aa8816b0baeecfdd36e9fbba95586489..bedb080feeee1ec61d95a922f09ea7a8aee0387d 100644
--- a/commands/helpers/artifacts_downloader.go
+++ b/commands/helpers/artifacts_downloader.go
@@ -5,7 +5,7 @@ import (
 	"os"
 	"time"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"github.com/urfave/cli"
 
 	"gitlab.com/gitlab-org/gitlab-runner/common"
diff --git a/commands/helpers/artifacts_test.go b/commands/helpers/artifacts_test.go
index 6d6e705500ad5bee5030b0fb10f4439fdabb03ac..92492a893cde3384936edcb4c88750456cd8b981 100644
--- a/commands/helpers/artifacts_test.go
+++ b/commands/helpers/artifacts_test.go
@@ -6,7 +6,7 @@ import (
 	"io"
 	"os"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 
 	"gitlab.com/gitlab-org/gitlab-runner/common"
 )
diff --git a/commands/helpers/artifacts_uploader.go b/commands/helpers/artifacts_uploader.go
index 24640eb9dbc080438d5b1d263bd16b6074cafed5..f1786be413c38c9033c3544453abd94e55012470 100644
--- a/commands/helpers/artifacts_uploader.go
+++ b/commands/helpers/artifacts_uploader.go
@@ -7,7 +7,7 @@ import (
 	"path"
 	"time"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"github.com/urfave/cli"
 
 	"gitlab.com/gitlab-org/gitlab-runner/common"
diff --git a/commands/helpers/cache_archiver.go b/commands/helpers/cache_archiver.go
index 4b38c0fead63ad7d2413d81057fe50f3f2a2f386..677f3bcf87d5323d131b2e25d132f1760f1591fc 100644
--- a/commands/helpers/cache_archiver.go
+++ b/commands/helpers/cache_archiver.go
@@ -7,7 +7,7 @@ import (
 	"path/filepath"
 	"time"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"github.com/urfave/cli"
 
 	"gitlab.com/gitlab-org/gitlab-runner/common"
diff --git a/commands/helpers/cache_archiver_test.go b/commands/helpers/cache_archiver_test.go
index 259f3fb5b1427d56b5be05d0ad30bbfedc5e62ba..fca15a43dcb7e049550070690724c53d7f9ffa3c 100644
--- a/commands/helpers/cache_archiver_test.go
+++ b/commands/helpers/cache_archiver_test.go
@@ -9,7 +9,7 @@ import (
 	"testing"
 	"time"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"github.com/stretchr/testify/assert"
 
 	"gitlab.com/gitlab-org/gitlab-runner/helpers"
diff --git a/commands/helpers/cache_extractor.go b/commands/helpers/cache_extractor.go
index eb7d50bbc191a1a767005ce4219a8d3a00b420b6..0b45bbc864844aee4b6da98a08973741cb3f5a41 100644
--- a/commands/helpers/cache_extractor.go
+++ b/commands/helpers/cache_extractor.go
@@ -9,7 +9,7 @@ import (
 	"path/filepath"
 	"time"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"github.com/urfave/cli"
 
 	"gitlab.com/gitlab-org/gitlab-runner/common"
diff --git a/commands/helpers/cache_extractor_test.go b/commands/helpers/cache_extractor_test.go
index a9f67689949bd1072fb2c8a37c0133fcca0b76e8..da7050fc0bf7843d75afe6aa8b1e4cfbeae608b8 100644
--- a/commands/helpers/cache_extractor_test.go
+++ b/commands/helpers/cache_extractor_test.go
@@ -10,7 +10,7 @@ import (
 	"testing"
 	"time"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"github.com/stretchr/testify/assert"
 
 	"gitlab.com/gitlab-org/gitlab-runner/helpers"
diff --git a/commands/helpers/file_archiver.go b/commands/helpers/file_archiver.go
index 9b56e0c1dce972c383a5808d7f80284cd50f7367..0750eca33a6d522d8a9c3ea4a7a3927146d4ddfa 100644
--- a/commands/helpers/file_archiver.go
+++ b/commands/helpers/file_archiver.go
@@ -13,7 +13,7 @@ import (
 	"strings"
 	"time"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 )
 
 type fileArchiver struct {
diff --git a/commands/helpers/retry_helper.go b/commands/helpers/retry_helper.go
index 740a1bffbdf4973b7d0f6456e2d6c8986e4cd81e..be04993b949bd23ab4d9d3177b74e2f0cdc264d6 100644
--- a/commands/helpers/retry_helper.go
+++ b/commands/helpers/retry_helper.go
@@ -1,7 +1,7 @@
 package helpers
 
 import (
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"time"
 )
 
diff --git a/commands/list.go b/commands/list.go
index e207792fc9b5a75e9fb58c3a9ce95479e68d1eda..df508bc642f1d994f9c5582f570240102e42c3a2 100644
--- a/commands/list.go
+++ b/commands/list.go
@@ -1,7 +1,7 @@
 package commands
 
 import (
-	log "github.com/Sirupsen/logrus"
+	log "github.com/sirupsen/logrus"
 	"github.com/urfave/cli"
 	"gitlab.com/gitlab-org/gitlab-runner/common"
 )
diff --git a/commands/multi.go b/commands/multi.go
index 25cc9d8687c2f8e271f4955e1fe5e5706371117f..7308873618c8b016e26bde09ce5de3b270b8444a 100644
--- a/commands/multi.go
+++ b/commands/multi.go
@@ -17,7 +17,7 @@ import (
 	"github.com/prometheus/client_golang/prometheus/promhttp"
 	"github.com/urfave/cli"
 
-	log "github.com/Sirupsen/logrus"
+	log "github.com/sirupsen/logrus"
 
 	"gitlab.com/gitlab-org/gitlab-runner/common"
 	"gitlab.com/gitlab-org/gitlab-runner/helpers"
diff --git a/commands/register.go b/commands/register.go
index dbae3f2c61f253e6c5852a5399e660fb78074ce2..879d3ddb83b7193d2d1304125c97a24ef9d2084d 100644
--- a/commands/register.go
+++ b/commands/register.go
@@ -7,7 +7,7 @@ import (
 	"strconv"
 	"strings"
 
-	log "github.com/Sirupsen/logrus"
+	log "github.com/sirupsen/logrus"
 	"github.com/urfave/cli"
 
 	"gitlab.com/gitlab-org/gitlab-runner/common"
diff --git a/commands/service.go b/commands/service.go
index ef57ff4689158b535a0f033f193c8449b5572473..d43b799d7a8918c08241e22c25418f3b45b6befe 100644
--- a/commands/service.go
+++ b/commands/service.go
@@ -5,7 +5,7 @@ import (
 	"os"
 	"runtime"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"github.com/ayufan/golang-kardianos-service"
 	"github.com/urfave/cli"
 	"gitlab.com/gitlab-org/gitlab-runner/common"
diff --git a/commands/service_test.go b/commands/service_test.go
index d7519fafda5340044660ce96c5e95eed16cc58e1..be7184e459950bfe972281c2aef8ba25b2dd081c 100644
--- a/commands/service_test.go
+++ b/commands/service_test.go
@@ -4,7 +4,7 @@ import (
 	"os"
 	"testing"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 
 	"gitlab.com/gitlab-org/gitlab-runner/helpers/service/mocks"
 )
diff --git a/commands/single.go b/commands/single.go
index 6d70eae17259d604c578e7315ab99309259c70b0..9e1f4bd47afa737ad5b9dfbe201322c443012827 100644
--- a/commands/single.go
+++ b/commands/single.go
@@ -6,7 +6,7 @@ import (
 	"syscall"
 	"time"
 
-	log "github.com/Sirupsen/logrus"
+	log "github.com/sirupsen/logrus"
 	"github.com/tevino/abool"
 	"github.com/urfave/cli"
 
diff --git a/commands/unregister.go b/commands/unregister.go
index a3d16070698abbd0a3a64cd58c312894edb78353..8141eb20739184e134539f68de1ec8dbdd9b3914 100644
--- a/commands/unregister.go
+++ b/commands/unregister.go
@@ -3,7 +3,7 @@ package commands
 import (
 	"github.com/urfave/cli"
 
-	log "github.com/Sirupsen/logrus"
+	log "github.com/sirupsen/logrus"
 	"gitlab.com/gitlab-org/gitlab-runner/common"
 	"gitlab.com/gitlab-org/gitlab-runner/network"
 )
diff --git a/commands/user_mode_warning.go b/commands/user_mode_warning.go
index 9a99e490752db15499c3e1cd72b38bfead9e5031..c4ba91b396c06dd1a0267039d44459e93ae62b0e 100644
--- a/commands/user_mode_warning.go
+++ b/commands/user_mode_warning.go
@@ -4,7 +4,7 @@ import (
 	"os"
 	"runtime"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 )
 
 func userModeWarning(withRun bool) {
diff --git a/commands/verify.go b/commands/verify.go
index 66d4e9b0eb324e873016c18b2117cdcd08e9da1e..edab386e128dcf74fec85d75c8a0a04fbc5ca3be 100644
--- a/commands/verify.go
+++ b/commands/verify.go
@@ -3,7 +3,7 @@ package commands
 import (
 	"errors"
 
-	log "github.com/Sirupsen/logrus"
+	log "github.com/sirupsen/logrus"
 	"github.com/urfave/cli"
 
 	"gitlab.com/gitlab-org/gitlab-runner/common"
diff --git a/common/build.go b/common/build.go
index e44cf046b76700b717ca54e07e67e1665e96991f..4170e80fc86ba5067f4b7169d70e7afd932cfa9d 100644
--- a/common/build.go
+++ b/common/build.go
@@ -11,7 +11,7 @@ import (
 	"strings"
 	"time"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 
 	"gitlab.com/gitlab-org/gitlab-runner/helpers"
 	"gitlab.com/gitlab-org/gitlab-runner/helpers/tls"
diff --git a/common/build_logger.go b/common/build_logger.go
index 180f5beea86d0638ed76e1806c0441d0a1b475e9..427c4cb2d19b4138ac5b1c2606b34d4fea24a921 100644
--- a/common/build_logger.go
+++ b/common/build_logger.go
@@ -3,7 +3,7 @@ package common
 import (
 	"fmt"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 
 	"gitlab.com/gitlab-org/gitlab-runner/helpers"
 	"gitlab.com/gitlab-org/gitlab-runner/helpers/url"
diff --git a/common/build_logger_test.go b/common/build_logger_test.go
index 84b6b65bbe3fb5efb14dfd73623d9c003bb64e01..2348ea018da645c5c2fc09b09cd7971512e05a75 100644
--- a/common/build_logger_test.go
+++ b/common/build_logger_test.go
@@ -5,7 +5,7 @@ import (
 	"context"
 	"testing"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"github.com/stretchr/testify/assert"
 )
 
diff --git a/common/command.go b/common/command.go
index 74880c7c8d0a14f709917822ed568dab16f87e10..3315fc6e9d17d0b07453d72d511ed36b6d5a70b9 100644
--- a/common/command.go
+++ b/common/command.go
@@ -1,7 +1,7 @@
 package common
 
 import (
-	log "github.com/Sirupsen/logrus"
+	log "github.com/sirupsen/logrus"
 	"github.com/urfave/cli"
 	"gitlab.com/ayufan/golang-cli-helpers"
 )
diff --git a/common/config.go b/common/config.go
index 0b37327389d49f656f2d752e4dba422b2144283b..f8ad8ed28aec53973e74885281929720e0e95c58 100644
--- a/common/config.go
+++ b/common/config.go
@@ -13,7 +13,7 @@ import (
 	"path/filepath"
 
 	"github.com/BurntSushi/toml"
-	log "github.com/Sirupsen/logrus"
+	log "github.com/sirupsen/logrus"
 
 	"gitlab.com/gitlab-org/gitlab-runner/helpers"
 	"gitlab.com/gitlab-org/gitlab-runner/helpers/docker"
diff --git a/common/executor.go b/common/executor.go
index 3bda114d974e5a54f5c4c928b19b35b9a3c9cfaa..9926d26b0e2c4bee2a74c904dd047ad2e6fd126f 100644
--- a/common/executor.go
+++ b/common/executor.go
@@ -3,7 +3,7 @@ package common
 import (
 	"context"
 
-	log "github.com/Sirupsen/logrus"
+	log "github.com/sirupsen/logrus"
 )
 
 type ExecutorData interface{}
diff --git a/common/shell.go b/common/shell.go
index a16232f1015872bc3dc8291f625c6b053b7f59c4..ba9798d4c01e0def5bd0cbacf60ef8516fc820cb 100644
--- a/common/shell.go
+++ b/common/shell.go
@@ -2,7 +2,7 @@ package common
 
 import (
 	"fmt"
-	log "github.com/Sirupsen/logrus"
+	log "github.com/sirupsen/logrus"
 	"gitlab.com/gitlab-org/gitlab-runner/helpers"
 )
 
diff --git a/executors/docker/machine/data.go b/executors/docker/machine/data.go
index 502c4870ed665fca8e68c0ebade3c3df8fecc51b..1b45f965b601cd0d6bf766059125de112d490a06 100644
--- a/executors/docker/machine/data.go
+++ b/executors/docker/machine/data.go
@@ -5,7 +5,7 @@ import (
 	"os"
 	"time"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 )
 
 type machinesData struct {
diff --git a/executors/docker/machine/details.go b/executors/docker/machine/details.go
index c9baff71d95ea8f0b087140095ecddf5d97a4031..9806bf212b7d710b607c419d72823f52f630bb3f 100644
--- a/executors/docker/machine/details.go
+++ b/executors/docker/machine/details.go
@@ -5,7 +5,7 @@ import (
 	"io/ioutil"
 	"time"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 
 	"gitlab.com/gitlab-org/gitlab-runner/helpers"
 )
diff --git a/executors/docker/machine/executor.go b/executors/docker/machine/executor.go
index 35b932e312d880a7f03caf7966b520cddfa19a6e..8ca30c0d5bddda88bda0747346bd0960034ca3a8 100644
--- a/executors/docker/machine/executor.go
+++ b/executors/docker/machine/executor.go
@@ -4,7 +4,7 @@ import (
 	"errors"
 	"time"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 
 	"gitlab.com/gitlab-org/gitlab-runner/common"
 
diff --git a/executors/docker/machine/provider.go b/executors/docker/machine/provider.go
index 8366ab9faf508ec1870df4c15e2f4e28f0839f67..0bac32142fc48b254f7e50bc55caf220c1b3fbbe 100644
--- a/executors/docker/machine/provider.go
+++ b/executors/docker/machine/provider.go
@@ -6,7 +6,7 @@ import (
 	"sync"
 	"time"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"github.com/prometheus/client_golang/prometheus"
 
 	"gitlab.com/gitlab-org/gitlab-runner/common"
diff --git a/executors/kubernetes/exec.go b/executors/kubernetes/exec.go
index 2b296289a6285a0037a1056d510f2674398ca61a..afd6633982fa4ecf4bbcce11b063eaea6e3f3762 100644
--- a/executors/kubernetes/exec.go
+++ b/executors/kubernetes/exec.go
@@ -23,7 +23,7 @@ import (
 	"io"
 	"net/url"
 
-	log "github.com/Sirupsen/logrus"
+	log "github.com/sirupsen/logrus"
 	"k8s.io/kubernetes/pkg/api"
 	"k8s.io/kubernetes/pkg/client/restclient"
 	client "k8s.io/kubernetes/pkg/client/unversioned"
diff --git a/executors/kubernetes/executor_kubernetes_test.go b/executors/kubernetes/executor_kubernetes_test.go
index a0069081fbd4c35e964857aa5e6c3e6d5b6bf874..b423c3346b87d2693819d96edbd864eb3fa22fd8 100644
--- a/executors/kubernetes/executor_kubernetes_test.go
+++ b/executors/kubernetes/executor_kubernetes_test.go
@@ -14,7 +14,7 @@ import (
 	"testing"
 	"time"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"github.com/stretchr/testify/assert"
 	"github.com/stretchr/testify/require"
 
diff --git a/executors/kubernetes/overwrites_test.go b/executors/kubernetes/overwrites_test.go
index bd644243c85b0c5cd087c9e735bcbe061f768599..8a9bfaa137d1fcc57a85bce955c937a2a6ef60ed 100644
--- a/executors/kubernetes/overwrites_test.go
+++ b/executors/kubernetes/overwrites_test.go
@@ -4,7 +4,7 @@ import (
 	"os"
 	"testing"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"github.com/stretchr/testify/assert"
 
 	"gitlab.com/gitlab-org/gitlab-runner/common"
diff --git a/executors/shell/executor_shell.go b/executors/shell/executor_shell.go
index f39afe3f499ad45f56d0cd116bc25504e067c157..ca7d28be6d9776d5f8bc0c6ca299ddf804bf0da1 100644
--- a/executors/shell/executor_shell.go
+++ b/executors/shell/executor_shell.go
@@ -9,7 +9,7 @@ import (
 	"path/filepath"
 
 	"fmt"
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"github.com/kardianos/osext"
 	"gitlab.com/gitlab-org/gitlab-runner/common"
 	"gitlab.com/gitlab-org/gitlab-runner/executors"
diff --git a/helpers/archives/path_check_helper.go b/helpers/archives/path_check_helper.go
index 65f10c4c5f7b3b45c23811f4f4ff9afc14655a62..4e48f1cf7625bebc0ffa31ba9d09b4e021b4e23c 100644
--- a/helpers/archives/path_check_helper.go
+++ b/helpers/archives/path_check_helper.go
@@ -7,7 +7,7 @@ import (
 	"path/filepath"
 	"strings"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 )
 
 func isPathAGitDirectory(path string) bool {
diff --git a/helpers/archives/zip_create.go b/helpers/archives/zip_create.go
index 96ff5dc4fcf1de804785a67d84fbe8eca3ddc4f0..f5bac099c14a2f69447a56e7fa3fb5bf9d12a319 100644
--- a/helpers/archives/zip_create.go
+++ b/helpers/archives/zip_create.go
@@ -7,7 +7,7 @@ import (
 	"os"
 	"path/filepath"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 )
 
 func createZipDirectoryEntry(archive *zip.Writer, fh *zip.FileHeader) error {
diff --git a/helpers/archives/zip_create_test.go b/helpers/archives/zip_create_test.go
index 70992ac17dda0b0cb913b6ef912e2a9498ea7328..9c0a3edea5a3320b540d79e2f4687b1a88c0788a 100644
--- a/helpers/archives/zip_create_test.go
+++ b/helpers/archives/zip_create_test.go
@@ -8,7 +8,7 @@ import (
 	"syscall"
 	"testing"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"github.com/stretchr/testify/assert"
 	"github.com/stretchr/testify/require"
 )
diff --git a/helpers/archives/zip_extract.go b/helpers/archives/zip_extract.go
index fde8d85a17275ad3a43a4febefaef58c26eebb10..a073130153d8801892a56ebefc46cc53996a5d4f 100644
--- a/helpers/archives/zip_extract.go
+++ b/helpers/archives/zip_extract.go
@@ -7,7 +7,7 @@ import (
 	"os"
 	"path/filepath"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 )
 
 func extractZipDirectoryEntry(file *zip.File) (err error) {
diff --git a/helpers/archives/zip_extract_test.go b/helpers/archives/zip_extract_test.go
index 080c7d33faf185c8e5a80b6fd20540c58f430640..0fcfc2f7b00b84a95d0f22c75ecddd4fc6e94e77 100644
--- a/helpers/archives/zip_extract_test.go
+++ b/helpers/archives/zip_extract_test.go
@@ -8,7 +8,7 @@ import (
 	"os"
 	"testing"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"github.com/stretchr/testify/assert"
 	"github.com/stretchr/testify/require"
 )
diff --git a/helpers/cli/dump_unix.go b/helpers/cli/dump_unix.go
index f4fc57a221cd1832dce996a62993368e19d4e1d8..0b445ec0127fa4e948cd0918aad2f797e1a36df4 100644
--- a/helpers/cli/dump_unix.go
+++ b/helpers/cli/dump_unix.go
@@ -8,7 +8,7 @@ import (
 	"runtime"
 	"syscall"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 )
 
 func watchForGoroutinesDump() {
diff --git a/helpers/cli/log_level.go b/helpers/cli/log_level.go
index 254584f5b001d6439d28018c571c762cf164af36..3f8e7f93ff45102c44d372b4d84317153527e385 100644
--- a/helpers/cli/log_level.go
+++ b/helpers/cli/log_level.go
@@ -1,7 +1,7 @@
 package cli_helpers
 
 import (
-	log "github.com/Sirupsen/logrus"
+	log "github.com/sirupsen/logrus"
 	"github.com/urfave/cli"
 	"os"
 )
diff --git a/helpers/cli/log_secrets_cleanup.go b/helpers/cli/log_secrets_cleanup.go
index b41e92a7babc01506b9d1376383e5f2194066b4c..fa63ebd3f96355e45fc1dbe694e72bb082279675 100644
--- a/helpers/cli/log_secrets_cleanup.go
+++ b/helpers/cli/log_secrets_cleanup.go
@@ -1,7 +1,7 @@
 package cli_helpers
 
 import (
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 
 	"gitlab.com/gitlab-org/gitlab-runner/helpers/url"
 )
diff --git a/helpers/cli/logrus_secrets_cleanup_test.go b/helpers/cli/logrus_secrets_cleanup_test.go
index dd32273ce262e287883a36a86df098f9da408a52..598617e6b89ae588c3f4aa47ca9c52011b953cfc 100644
--- a/helpers/cli/logrus_secrets_cleanup_test.go
+++ b/helpers/cli/logrus_secrets_cleanup_test.go
@@ -4,7 +4,7 @@ import (
 	"bytes"
 	"testing"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"github.com/stretchr/testify/assert"
 )
 
diff --git a/helpers/cli/runtime_platform.go b/helpers/cli/runtime_platform.go
index 9b62520e8461c198acd57a4bc874171866788871..461601ff2ef410079058cf58bbf70ac761e2ab09 100644
--- a/helpers/cli/runtime_platform.go
+++ b/helpers/cli/runtime_platform.go
@@ -5,7 +5,7 @@ import (
 
 	"gitlab.com/gitlab-org/gitlab-runner/common"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"github.com/urfave/cli"
 )
 
diff --git a/helpers/docker/machine_command.go b/helpers/docker/machine_command.go
index 3b7ffb7747ef009de7c29586a6bad471b763cfa5..0aca8d30c9942deff5099554ac0bcd40e28c9c1e 100644
--- a/helpers/docker/machine_command.go
+++ b/helpers/docker/machine_command.go
@@ -13,7 +13,7 @@ import (
 	"strings"
 	"time"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"github.com/docker/machine/commands/mcndirs"
 )
 
diff --git a/helpers/docker/official_docker_client.go b/helpers/docker/official_docker_client.go
index f03a4eead7ed5f3d747b945c4e3fae4cfb6cff36..acfbfac961eb0bbe36586737334af6bb98914ef2 100644
--- a/helpers/docker/official_docker_client.go
+++ b/helpers/docker/official_docker_client.go
@@ -7,7 +7,7 @@ import (
 	"net/http"
 	"path/filepath"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"github.com/docker/docker/api/types"
 	"github.com/docker/docker/client"
 	"github.com/docker/go-connections/tlsconfig"
diff --git a/helpers/fatal_panic.go b/helpers/fatal_panic.go
index 68db8f89e27c860e459e195e1fbe506686a31240..59ec99f5cb469102262c5b5f6e4a94c8a733b48d 100644
--- a/helpers/fatal_panic.go
+++ b/helpers/fatal_panic.go
@@ -4,7 +4,7 @@ import (
 	"fmt"
 	"io"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 )
 
 type fatalLogHook struct {
diff --git a/helpers/formatter/runner_text_formatter.go b/helpers/formatter/runner_text_formatter.go
index 57b93e3c95460922e3f641030a6a0cbce344a3f6..4f8a47b8409a59d88b3379e553a02ce15f1974d3 100644
--- a/helpers/formatter/runner_text_formatter.go
+++ b/helpers/formatter/runner_text_formatter.go
@@ -5,7 +5,7 @@ import (
 	"fmt"
 	"sort"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"gitlab.com/gitlab-org/gitlab-runner/helpers"
 )
 
diff --git a/helpers/parallels/control.go b/helpers/parallels/control.go
index c98dd7fc40e53caaad42e7fa3af134b5947b0dee..0bf6cb2c7830bdde0ce215b249fc27482d9363dd 100644
--- a/helpers/parallels/control.go
+++ b/helpers/parallels/control.go
@@ -7,7 +7,7 @@ import (
 	"bytes"
 	"errors"
 	"fmt"
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"io/ioutil"
 	"os/exec"
 	"regexp"
diff --git a/helpers/prometheus/log_hook.go b/helpers/prometheus/log_hook.go
index 899c79f21c231e96fbc925671f0ec4897503c688..fb5d8ac39c1f31fbff9e9e40188aa5ce60e8944c 100644
--- a/helpers/prometheus/log_hook.go
+++ b/helpers/prometheus/log_hook.go
@@ -3,7 +3,7 @@ package prometheus
 import (
 	"sync/atomic"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"github.com/prometheus/client_golang/prometheus"
 )
 
diff --git a/helpers/prometheus/log_hook_test.go b/helpers/prometheus/log_hook_test.go
index 1caec4f7abdf8679874bbfcb9f2dd29813125424..80db4e3f5c520fb40de37eee5f066c5c18539e53 100644
--- a/helpers/prometheus/log_hook_test.go
+++ b/helpers/prometheus/log_hook_test.go
@@ -3,7 +3,7 @@ package prometheus
 import (
 	"testing"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"github.com/prometheus/client_golang/prometheus"
 	"github.com/stretchr/testify/assert"
 )
diff --git a/helpers/sentry/log_hook.go b/helpers/sentry/log_hook.go
index dd2ab8fe009a4d732b86eaf1d5b492dd8cf65361..760f249aa34fb3522b3e7d1a2db63e1d3db9e7d0 100644
--- a/helpers/sentry/log_hook.go
+++ b/helpers/sentry/log_hook.go
@@ -6,7 +6,7 @@ import (
 	"os"
 	"runtime"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"github.com/getsentry/raven-go"
 
 	"gitlab.com/gitlab-org/gitlab-runner/common"
diff --git a/helpers/service/service_factory.go b/helpers/service/service_factory.go
index 68a5e38c8ef348a2151aa3633ade979e1624f007..cfd9a1f0bac6944ba4dbead7a8f2e744d3f73165 100644
--- a/helpers/service/service_factory.go
+++ b/helpers/service/service_factory.go
@@ -1,7 +1,7 @@
 package service_helpers
 
 import (
-	log "github.com/Sirupsen/logrus"
+	log "github.com/sirupsen/logrus"
 	"github.com/ayufan/golang-kardianos-service"
 )
 
diff --git a/helpers/virtualbox/control.go b/helpers/virtualbox/control.go
index 89b91e356e3a8ea7026167d52ad5515d6da5237d..0c85303574e0a5658f9f0eb321f9145f8116d6b3 100644
--- a/helpers/virtualbox/control.go
+++ b/helpers/virtualbox/control.go
@@ -4,7 +4,7 @@ import (
 	"bytes"
 	"errors"
 	"fmt"
-	log "github.com/Sirupsen/logrus"
+	log "github.com/sirupsen/logrus"
 	"net"
 	"os"
 	"os/exec"
diff --git a/main.go b/main.go
index 0bd767b7e18c6e46073ca7a93f5f8f2c6ab834fe..6ddb4a47841daeb280136e71e1a37ea15e3fa240 100644
--- a/main.go
+++ b/main.go
@@ -4,7 +4,7 @@ import (
 	"os"
 	"path"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"github.com/urfave/cli"
 	"gitlab.com/gitlab-org/gitlab-runner/common"
 	"gitlab.com/gitlab-org/gitlab-runner/helpers/cli"
diff --git a/network/client.go b/network/client.go
index f497b389d55d88de9ca7996444eacb95f915971c..1019e2470e116349a8e2c16004a6ac7ac7580be8 100644
--- a/network/client.go
+++ b/network/client.go
@@ -21,7 +21,7 @@ import (
 	"sync"
 	"time"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"github.com/jpillora/backoff"
 
 	"gitlab.com/gitlab-org/gitlab-runner/common"
diff --git a/network/client_test.go b/network/client_test.go
index a2dcd29e7c7b0d53bc41bf6769682306f4d3627c..ee97bd73e433a2c15bb36347ce72a50d066dc99c 100644
--- a/network/client_test.go
+++ b/network/client_test.go
@@ -18,7 +18,7 @@ import (
 	"strconv"
 	"testing"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"github.com/stretchr/testify/assert"
 	"github.com/stretchr/testify/require"
 
diff --git a/network/gitlab.go b/network/gitlab.go
index 5c718b50dc5e655fd05bbfe98040bca77d389cbd..6928c27d568201600a3158e711f3c47a4b3b0948 100644
--- a/network/gitlab.go
+++ b/network/gitlab.go
@@ -14,7 +14,7 @@ import (
 	"strconv"
 	"sync"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"gitlab.com/gitlab-org/gitlab-runner/common"
 	"gitlab.com/gitlab-org/gitlab-runner/helpers"
 )
diff --git a/shells/cache.go b/shells/cache.go
index 545f0543597b892d46cfe1864c6c8693f3b12207..7b5ca79296d237d1316887e4472275b7098d84ef 100644
--- a/shells/cache.go
+++ b/shells/cache.go
@@ -13,7 +13,7 @@ import (
 	"github.com/minio/minio-go"
 	"github.com/minio/minio-go/pkg/credentials"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"gitlab.com/gitlab-org/gitlab-runner/common"
 )
 
diff --git a/vendor/github.com/Azure/go-ansiterm/parser.go b/vendor/github.com/Azure/go-ansiterm/parser.go
index 169f68dbefc4982716eafdcf31016695ee4cf33b..3286a9cb5e362fc38e31334609e7127f19c14a6f 100644
--- a/vendor/github.com/Azure/go-ansiterm/parser.go
+++ b/vendor/github.com/Azure/go-ansiterm/parser.go
@@ -5,7 +5,7 @@ import (
 	"io/ioutil"
 	"os"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 )
 
 var logger *logrus.Logger
diff --git a/vendor/github.com/Azure/go-ansiterm/winterm/win_event_handler.go b/vendor/github.com/Azure/go-ansiterm/winterm/win_event_handler.go
index 4d858ed61118b68b6d0cefa260e5a1d514c60630..48998bb051e7cd83a2b5315456ba1fe0c29893cd 100644
--- a/vendor/github.com/Azure/go-ansiterm/winterm/win_event_handler.go
+++ b/vendor/github.com/Azure/go-ansiterm/winterm/win_event_handler.go
@@ -9,7 +9,7 @@ import (
 	"strconv"
 
 	"github.com/Azure/go-ansiterm"
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 )
 
 var logger *logrus.Logger
diff --git a/vendor/github.com/docker/distribution/configuration/parser.go b/vendor/github.com/docker/distribution/configuration/parser.go
index 8b81dd5d587f87cfefa5b6765368d43934ff44a6..b46f7326fd6c4f91ca2eed35502abb9cd4bf6134 100644
--- a/vendor/github.com/docker/distribution/configuration/parser.go
+++ b/vendor/github.com/docker/distribution/configuration/parser.go
@@ -8,7 +8,7 @@ import (
 	"strconv"
 	"strings"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"gopkg.in/yaml.v2"
 )
 
diff --git a/vendor/github.com/docker/distribution/context/http.go b/vendor/github.com/docker/distribution/context/http.go
index 7fe9b8ab0524a9fd01c1e1b157d6b17eb398a102..ae5ec2fcacad0171ea147000b1842cc8d4145a3d 100644
--- a/vendor/github.com/docker/distribution/context/http.go
+++ b/vendor/github.com/docker/distribution/context/http.go
@@ -8,7 +8,7 @@ import (
 	"sync"
 	"time"
 
-	log "github.com/Sirupsen/logrus"
+	log "github.com/sirupsen/logrus"
 	"github.com/docker/distribution/uuid"
 	"github.com/gorilla/mux"
 )
diff --git a/vendor/github.com/docker/distribution/context/logger.go b/vendor/github.com/docker/distribution/context/logger.go
index fbb6a0511f7d4ff4feca30b270f945d129d0e50c..86c5964e49b3efc5025be62dab82a559dadf574a 100644
--- a/vendor/github.com/docker/distribution/context/logger.go
+++ b/vendor/github.com/docker/distribution/context/logger.go
@@ -3,7 +3,7 @@ package context
 import (
 	"fmt"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"runtime"
 )
 
diff --git a/vendor/github.com/docker/distribution/contrib/token-server/main.go b/vendor/github.com/docker/distribution/contrib/token-server/main.go
index e9d6d64fa4a62a6bcc0fcdaed324e1da4987f65d..8e36e5986f5211a8ca2bef2748a2e833986f284e 100644
--- a/vendor/github.com/docker/distribution/contrib/token-server/main.go
+++ b/vendor/github.com/docker/distribution/contrib/token-server/main.go
@@ -9,7 +9,7 @@ import (
 	"strings"
 	"time"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"github.com/docker/distribution/context"
 	"github.com/docker/distribution/registry/api/errcode"
 	"github.com/docker/distribution/registry/auth"
diff --git a/vendor/github.com/docker/distribution/manifest/schema1/verify.go b/vendor/github.com/docker/distribution/manifest/schema1/verify.go
index fa8daa56f55bd9cec80d135a096d8f420d5bf8e9..e652bd1962cf73812414b4be14700ac0f5bd125f 100644
--- a/vendor/github.com/docker/distribution/manifest/schema1/verify.go
+++ b/vendor/github.com/docker/distribution/manifest/schema1/verify.go
@@ -3,7 +3,7 @@ package schema1
 import (
 	"crypto/x509"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"github.com/docker/libtrust"
 )
 
diff --git a/vendor/github.com/docker/distribution/notifications/sinks.go b/vendor/github.com/docker/distribution/notifications/sinks.go
index 549ba97e28998a544f83a2df14a106ead1455199..af7253c784ffd3adcb2dd883680d8c20a90995f2 100644
--- a/vendor/github.com/docker/distribution/notifications/sinks.go
+++ b/vendor/github.com/docker/distribution/notifications/sinks.go
@@ -6,7 +6,7 @@ import (
 	"sync"
 	"time"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 )
 
 // NOTE(stevvooe): This file contains definitions for several utility sinks.
diff --git a/vendor/github.com/docker/distribution/notifications/sinks_test.go b/vendor/github.com/docker/distribution/notifications/sinks_test.go
index 1bfa12c6be35764dcfec2f4b3d9e010545633ae7..2a85c4f40e4eb80343ac6f6825e9480ef905c86d 100644
--- a/vendor/github.com/docker/distribution/notifications/sinks_test.go
+++ b/vendor/github.com/docker/distribution/notifications/sinks_test.go
@@ -7,7 +7,7 @@ import (
 	"sync"
 	"time"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 
 	"testing"
 )
diff --git a/vendor/github.com/docker/distribution/registry/auth/token/token.go b/vendor/github.com/docker/distribution/registry/auth/token/token.go
index 850f5813f41bef351e95e2169de2bfee9780f0b5..6653e6d4bb5d603d9c4a46e6f297f69d6a59c43c 100644
--- a/vendor/github.com/docker/distribution/registry/auth/token/token.go
+++ b/vendor/github.com/docker/distribution/registry/auth/token/token.go
@@ -10,7 +10,7 @@ import (
 	"strings"
 	"time"
 
-	log "github.com/Sirupsen/logrus"
+	log "github.com/sirupsen/logrus"
 	"github.com/docker/libtrust"
 
 	"github.com/docker/distribution/registry/auth"
diff --git a/vendor/github.com/docker/distribution/registry/client/auth/session.go b/vendor/github.com/docker/distribution/registry/client/auth/session.go
index d6d884ffd1dd9601aeb9648ba86134bab20c97b8..aa1c5973127777b62b1c45000651fa6c8ff42151 100644
--- a/vendor/github.com/docker/distribution/registry/client/auth/session.go
+++ b/vendor/github.com/docker/distribution/registry/client/auth/session.go
@@ -10,7 +10,7 @@ import (
 	"sync"
 	"time"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"github.com/docker/distribution/registry/client"
 	"github.com/docker/distribution/registry/client/auth/challenge"
 	"github.com/docker/distribution/registry/client/transport"
diff --git a/vendor/github.com/docker/distribution/registry/handlers/app.go b/vendor/github.com/docker/distribution/registry/handlers/app.go
index fde2a4acc25585381eb65ef59ebb210bc32a5cd3..88674740b99987a8f1e9e3707d3e9078e5b9895e 100644
--- a/vendor/github.com/docker/distribution/registry/handlers/app.go
+++ b/vendor/github.com/docker/distribution/registry/handlers/app.go
@@ -14,7 +14,7 @@ import (
 	"strings"
 	"time"
 
-	log "github.com/Sirupsen/logrus"
+	log "github.com/sirupsen/logrus"
 	"github.com/docker/distribution"
 	"github.com/docker/distribution/configuration"
 	ctxu "github.com/docker/distribution/context"
diff --git a/vendor/github.com/docker/distribution/registry/handlers/hooks.go b/vendor/github.com/docker/distribution/registry/handlers/hooks.go
index 7bbab4f8a39caac21c68253a73d2f26945752bb3..e51df2b73fa1178b7eca854bdcfe5fe908a74caa 100644
--- a/vendor/github.com/docker/distribution/registry/handlers/hooks.go
+++ b/vendor/github.com/docker/distribution/registry/handlers/hooks.go
@@ -7,7 +7,7 @@ import (
 	"strings"
 	"text/template"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 )
 
 // logHook is for hooking Panic in web application
diff --git a/vendor/github.com/docker/distribution/registry/registry.go b/vendor/github.com/docker/distribution/registry/registry.go
index 2adcb1e3e43aa40ac3c821322f5053a63a428471..4c57850535c1021cadd07549cd00c8d4d395533e 100644
--- a/vendor/github.com/docker/distribution/registry/registry.go
+++ b/vendor/github.com/docker/distribution/registry/registry.go
@@ -11,8 +11,8 @@ import (
 
 	"rsc.io/letsencrypt"
 
-	log "github.com/Sirupsen/logrus"
-	"github.com/Sirupsen/logrus/formatters/logstash"
+	log "github.com/sirupsen/logrus"
+	"github.com/sirupsen/logrus/formatters/logstash"
 	"github.com/bugsnag/bugsnag-go"
 	"github.com/docker/distribution/configuration"
 	"github.com/docker/distribution/context"
diff --git a/vendor/github.com/docker/distribution/registry/storage/blobwriter.go b/vendor/github.com/docker/distribution/registry/storage/blobwriter.go
index 668a6fc9b97cbc3a23102ff4cde205d3ec62c5cb..aac184138f507998fd1cdf45638f725a110af7c8 100644
--- a/vendor/github.com/docker/distribution/registry/storage/blobwriter.go
+++ b/vendor/github.com/docker/distribution/registry/storage/blobwriter.go
@@ -7,7 +7,7 @@ import (
 	"path"
 	"time"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"github.com/docker/distribution"
 	"github.com/docker/distribution/context"
 	"github.com/docker/distribution/digest"
diff --git a/vendor/github.com/docker/distribution/registry/storage/blobwriter_resumable.go b/vendor/github.com/docker/distribution/registry/storage/blobwriter_resumable.go
index ff5482c3fd2170d70df3fa5dbb9941f001ddef2d..9ea9185117bfa4483c7d4adaa3cd4005bd738c46 100644
--- a/vendor/github.com/docker/distribution/registry/storage/blobwriter_resumable.go
+++ b/vendor/github.com/docker/distribution/registry/storage/blobwriter_resumable.go
@@ -7,7 +7,7 @@ import (
 	"path"
 	"strconv"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"github.com/docker/distribution/context"
 	storagedriver "github.com/docker/distribution/registry/storage/driver"
 	"github.com/stevvooe/resumable"
diff --git a/vendor/github.com/docker/distribution/registry/storage/driver/gcs/gcs.go b/vendor/github.com/docker/distribution/registry/storage/driver/gcs/gcs.go
index 1369c280a22c44125e68de3979f6254c604d0283..8a0be4e976917ed6c34b3f4142c11cde06b115a5 100644
--- a/vendor/github.com/docker/distribution/registry/storage/driver/gcs/gcs.go
+++ b/vendor/github.com/docker/distribution/registry/storage/driver/gcs/gcs.go
@@ -37,7 +37,7 @@ import (
 	"google.golang.org/cloud"
 	"google.golang.org/cloud/storage"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 
 	ctx "github.com/docker/distribution/context"
 	storagedriver "github.com/docker/distribution/registry/storage/driver"
diff --git a/vendor/github.com/docker/distribution/registry/storage/driver/oss/oss.go b/vendor/github.com/docker/distribution/registry/storage/driver/oss/oss.go
index 4d215928bb9993060000d8b59845bdbf38aeb3a0..86e1048955843ff7d2ef646266a99d938f632f4e 100644
--- a/vendor/github.com/docker/distribution/registry/storage/driver/oss/oss.go
+++ b/vendor/github.com/docker/distribution/registry/storage/driver/oss/oss.go
@@ -24,7 +24,7 @@ import (
 
 	"github.com/docker/distribution/context"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"github.com/denverdino/aliyungo/oss"
 	storagedriver "github.com/docker/distribution/registry/storage/driver"
 	"github.com/docker/distribution/registry/storage/driver/base"
diff --git a/vendor/github.com/docker/distribution/registry/storage/driver/s3-aws/s3_v2_signer.go b/vendor/github.com/docker/distribution/registry/storage/driver/s3-aws/s3_v2_signer.go
index 7cabe07e206a8940cad5286a4c6592bdd382f3dd..0359a92832a5a4563462134ddd3f4271e465472b 100644
--- a/vendor/github.com/docker/distribution/registry/storage/driver/s3-aws/s3_v2_signer.go
+++ b/vendor/github.com/docker/distribution/registry/storage/driver/s3-aws/s3_v2_signer.go
@@ -32,7 +32,7 @@ import (
 	"strings"
 	"time"
 
-	log "github.com/Sirupsen/logrus"
+	log "github.com/sirupsen/logrus"
 	"github.com/aws/aws-sdk-go/aws/corehandlers"
 	"github.com/aws/aws-sdk-go/aws/credentials"
 	"github.com/aws/aws-sdk-go/aws/request"
diff --git a/vendor/github.com/docker/distribution/registry/storage/purgeuploads.go b/vendor/github.com/docker/distribution/registry/storage/purgeuploads.go
index 7576b189c77988efc5e5a218a91408e506f87fef..b8fc0b2453a0fba482265217165a86c132d5928a 100644
--- a/vendor/github.com/docker/distribution/registry/storage/purgeuploads.go
+++ b/vendor/github.com/docker/distribution/registry/storage/purgeuploads.go
@@ -5,7 +5,7 @@ import (
 	"strings"
 	"time"
 
-	log "github.com/Sirupsen/logrus"
+	log "github.com/sirupsen/logrus"
 	"github.com/docker/distribution/context"
 	storageDriver "github.com/docker/distribution/registry/storage/driver"
 	"github.com/docker/distribution/uuid"
diff --git a/vendor/github.com/docker/docker/api/common.go b/vendor/github.com/docker/docker/api/common.go
index f1badc67b4f2ea0bdbec6f80c1475494542e9aae..176a21db5c4c711da3fb47224294e190cb55e4a0 100644
--- a/vendor/github.com/docker/docker/api/common.go
+++ b/vendor/github.com/docker/docker/api/common.go
@@ -11,7 +11,7 @@ import (
 	"strconv"
 	"strings"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"github.com/docker/docker/api/types"
 	"github.com/docker/docker/pkg/ioutils"
 	"github.com/docker/docker/pkg/system"
diff --git a/vendor/github.com/docker/docker/api/server/httputils/errors.go b/vendor/github.com/docker/docker/api/server/httputils/errors.go
index 59098a9df07193e8369927ad1652d972f96a5de1..d188c89264db744738dd95b6420b6011c62111e8 100644
--- a/vendor/github.com/docker/docker/api/server/httputils/errors.go
+++ b/vendor/github.com/docker/docker/api/server/httputils/errors.go
@@ -4,7 +4,7 @@ import (
 	"net/http"
 	"strings"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"github.com/docker/docker/api/types"
 	"github.com/docker/docker/api/types/versions"
 	"github.com/gorilla/mux"
diff --git a/vendor/github.com/docker/docker/api/server/middleware.go b/vendor/github.com/docker/docker/api/server/middleware.go
index 537ce8028fb2ae39f663cc34e452e3504e704284..7ed2546595fd5923dc64a537a1a5c63f0a13092c 100644
--- a/vendor/github.com/docker/docker/api/server/middleware.go
+++ b/vendor/github.com/docker/docker/api/server/middleware.go
@@ -1,7 +1,7 @@
 package server
 
 import (
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"github.com/docker/docker/api/server/httputils"
 	"github.com/docker/docker/api/server/middleware"
 )
diff --git a/vendor/github.com/docker/docker/api/server/middleware/cors.go b/vendor/github.com/docker/docker/api/server/middleware/cors.go
index ea725dbc729b0adf777e4165a5f08a1483069317..8ee19a343db47d0977c284aee2838aa2aa7fa551 100644
--- a/vendor/github.com/docker/docker/api/server/middleware/cors.go
+++ b/vendor/github.com/docker/docker/api/server/middleware/cors.go
@@ -3,7 +3,7 @@ package middleware
 import (
 	"net/http"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"golang.org/x/net/context"
 )
 
diff --git a/vendor/github.com/docker/docker/api/server/middleware/debug.go b/vendor/github.com/docker/docker/api/server/middleware/debug.go
index 8c8567669b38e89f3765a00e506c0603c5501c96..07b17a2b0f633336458f1f8f2f30a5d9f158edc2 100644
--- a/vendor/github.com/docker/docker/api/server/middleware/debug.go
+++ b/vendor/github.com/docker/docker/api/server/middleware/debug.go
@@ -7,7 +7,7 @@ import (
 	"net/http"
 	"strings"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"github.com/docker/docker/api/server/httputils"
 	"github.com/docker/docker/pkg/ioutils"
 	"golang.org/x/net/context"
diff --git a/vendor/github.com/docker/docker/api/server/router/build/build_routes.go b/vendor/github.com/docker/docker/api/server/router/build/build_routes.go
index 75425b19fbe7bd3669be970bb27fa339ceaea763..5842b2919dc2be29f043d59a12f56acdbed815c3 100644
--- a/vendor/github.com/docker/docker/api/server/router/build/build_routes.go
+++ b/vendor/github.com/docker/docker/api/server/router/build/build_routes.go
@@ -12,7 +12,7 @@ import (
 	"strings"
 	"sync"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"github.com/docker/docker/api/server/httputils"
 	"github.com/docker/docker/api/types"
 	"github.com/docker/docker/api/types/backend"
diff --git a/vendor/github.com/docker/docker/api/server/router/container/container_routes.go b/vendor/github.com/docker/docker/api/server/router/container/container_routes.go
index 9c9bc0f8c3981f3a5246e78c7d3c524471d730a6..12d76a27dca5fe060909e44c9912c65e2418cf0f 100644
--- a/vendor/github.com/docker/docker/api/server/router/container/container_routes.go
+++ b/vendor/github.com/docker/docker/api/server/router/container/container_routes.go
@@ -9,7 +9,7 @@ import (
 	"syscall"
 	"time"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"github.com/docker/docker/api/server/httputils"
 	"github.com/docker/docker/api/types"
 	"github.com/docker/docker/api/types/backend"
diff --git a/vendor/github.com/docker/docker/api/server/router/container/exec.go b/vendor/github.com/docker/docker/api/server/router/container/exec.go
index 1134a0e797a18d865d841959a93bec27677e6ad9..dade2011ee38a22e714e30133803bf381e736cfe 100644
--- a/vendor/github.com/docker/docker/api/server/router/container/exec.go
+++ b/vendor/github.com/docker/docker/api/server/router/container/exec.go
@@ -7,7 +7,7 @@ import (
 	"net/http"
 	"strconv"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"github.com/docker/docker/api/server/httputils"
 	"github.com/docker/docker/api/types"
 	"github.com/docker/docker/api/types/versions"
diff --git a/vendor/github.com/docker/docker/api/server/router/swarm/cluster_routes.go b/vendor/github.com/docker/docker/api/server/router/swarm/cluster_routes.go
index fe976434bca66521e4ce185fe794c873ed2125db..23a8968817812d472a66d0cb3fdfec793dd459fc 100644
--- a/vendor/github.com/docker/docker/api/server/router/swarm/cluster_routes.go
+++ b/vendor/github.com/docker/docker/api/server/router/swarm/cluster_routes.go
@@ -6,7 +6,7 @@ import (
 	"net/http"
 	"strconv"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"github.com/docker/docker/api/errors"
 	"github.com/docker/docker/api/server/httputils"
 	basictypes "github.com/docker/docker/api/types"
diff --git a/vendor/github.com/docker/docker/api/server/router/system/system_routes.go b/vendor/github.com/docker/docker/api/server/router/system/system_routes.go
index 0d851b684abfb6f28e76d59bc4c5d1f278bfdddc..80b219e9af3b2f753fb8e0caa88640569af11d08 100644
--- a/vendor/github.com/docker/docker/api/server/router/system/system_routes.go
+++ b/vendor/github.com/docker/docker/api/server/router/system/system_routes.go
@@ -6,7 +6,7 @@ import (
 	"net/http"
 	"time"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"github.com/docker/docker/api"
 	"github.com/docker/docker/api/errors"
 	"github.com/docker/docker/api/server/httputils"
diff --git a/vendor/github.com/docker/docker/api/server/server.go b/vendor/github.com/docker/docker/api/server/server.go
index d988b8e17f2add9bb1f5107e6348243d214c88f1..5bd5564677eff76f2d5252ff0b69009d897989eb 100644
--- a/vendor/github.com/docker/docker/api/server/server.go
+++ b/vendor/github.com/docker/docker/api/server/server.go
@@ -7,7 +7,7 @@ import (
 	"net/http"
 	"strings"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"github.com/docker/docker/api/errors"
 	"github.com/docker/docker/api/server/httputils"
 	"github.com/docker/docker/api/server/middleware"
diff --git a/vendor/github.com/docker/docker/builder/dockerfile/builder.go b/vendor/github.com/docker/docker/builder/dockerfile/builder.go
index da43513fff3681ced5c837e4cf8a25172c014028..b8363c5b1eb687dae5118de03eb623ae146ab186 100644
--- a/vendor/github.com/docker/docker/builder/dockerfile/builder.go
+++ b/vendor/github.com/docker/docker/builder/dockerfile/builder.go
@@ -9,7 +9,7 @@ import (
 	"os"
 	"strings"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	apierrors "github.com/docker/docker/api/errors"
 	"github.com/docker/docker/api/types"
 	"github.com/docker/docker/api/types/backend"
diff --git a/vendor/github.com/docker/docker/builder/dockerfile/dispatchers.go b/vendor/github.com/docker/docker/builder/dockerfile/dispatchers.go
index 3e78abdd6840e8143592f618d2803febe8d4bd59..1fb3c10ddecc4dad6e4cddacae67a7ac73fb4d11 100644
--- a/vendor/github.com/docker/docker/builder/dockerfile/dispatchers.go
+++ b/vendor/github.com/docker/docker/builder/dockerfile/dispatchers.go
@@ -16,7 +16,7 @@ import (
 	"strings"
 	"time"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"github.com/docker/docker/api"
 	"github.com/docker/docker/api/types"
 	"github.com/docker/docker/api/types/container"
diff --git a/vendor/github.com/docker/docker/builder/dockerfile/internals.go b/vendor/github.com/docker/docker/builder/dockerfile/internals.go
index 6f0a36784225619a6c406798e10fb067aa8a564f..9b3db0e2b9f16577b28fcff5b5601d8bbbac2513 100644
--- a/vendor/github.com/docker/docker/builder/dockerfile/internals.go
+++ b/vendor/github.com/docker/docker/builder/dockerfile/internals.go
@@ -18,7 +18,7 @@ import (
 	"strings"
 	"time"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"github.com/docker/docker/api/types"
 	"github.com/docker/docker/api/types/backend"
 	"github.com/docker/docker/api/types/container"
diff --git a/vendor/github.com/docker/docker/cli/command/container/attach.go b/vendor/github.com/docker/docker/cli/command/container/attach.go
index 31bb109344c678db7045c0f69f29832894d5469b..4c46cf61ee68bfd4ae0e40b4b5cd249c95316cdb 100644
--- a/vendor/github.com/docker/docker/cli/command/container/attach.go
+++ b/vendor/github.com/docker/docker/cli/command/container/attach.go
@@ -7,7 +7,7 @@ import (
 
 	"golang.org/x/net/context"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"github.com/docker/docker/api/types"
 	"github.com/docker/docker/cli"
 	"github.com/docker/docker/cli/command"
diff --git a/vendor/github.com/docker/docker/cli/command/container/exec.go b/vendor/github.com/docker/docker/cli/command/container/exec.go
index f0381494e2571af4dd3d7c900b7f4fb0bfec4892..ab58fe821b82d60eb6fb2cd23a7b96483f72e9dd 100644
--- a/vendor/github.com/docker/docker/cli/command/container/exec.go
+++ b/vendor/github.com/docker/docker/cli/command/container/exec.go
@@ -6,7 +6,7 @@ import (
 
 	"golang.org/x/net/context"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"github.com/docker/docker/api/types"
 	"github.com/docker/docker/cli"
 	"github.com/docker/docker/cli/command"
diff --git a/vendor/github.com/docker/docker/cli/command/container/hijack.go b/vendor/github.com/docker/docker/cli/command/container/hijack.go
index ca136f0e435cc428499357c83ed603d29a6ac343..ee09afbf9c1dda834703327a2b189e16a1d2c4de 100644
--- a/vendor/github.com/docker/docker/cli/command/container/hijack.go
+++ b/vendor/github.com/docker/docker/cli/command/container/hijack.go
@@ -5,7 +5,7 @@ import (
 	"runtime"
 	"sync"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"github.com/docker/docker/api/types"
 	"github.com/docker/docker/cli/command"
 	"github.com/docker/docker/pkg/stdcopy"
diff --git a/vendor/github.com/docker/docker/cli/command/container/run.go b/vendor/github.com/docker/docker/cli/command/container/run.go
index 0fad93e688248f8bf6c5d9e5e46297be90a4f0b4..2b3753fd6990f7f188d06a47912fdcff6919e798 100644
--- a/vendor/github.com/docker/docker/cli/command/container/run.go
+++ b/vendor/github.com/docker/docker/cli/command/container/run.go
@@ -11,7 +11,7 @@ import (
 
 	"golang.org/x/net/context"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"github.com/docker/docker/api/types"
 	"github.com/docker/docker/cli"
 	"github.com/docker/docker/cli/command"
diff --git a/vendor/github.com/docker/docker/cli/command/container/stats_helpers.go b/vendor/github.com/docker/docker/cli/command/container/stats_helpers.go
index 4b57e3fe055e7864253f43ce6b42ca0b421016d4..260074a7556b2edd237438a2a9f698e0a4763088 100644
--- a/vendor/github.com/docker/docker/cli/command/container/stats_helpers.go
+++ b/vendor/github.com/docker/docker/cli/command/container/stats_helpers.go
@@ -8,7 +8,7 @@ import (
 	"sync"
 	"time"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"github.com/docker/docker/api/types"
 	"github.com/docker/docker/cli/command/formatter"
 	"github.com/docker/docker/client"
diff --git a/vendor/github.com/docker/docker/cli/command/container/tty.go b/vendor/github.com/docker/docker/cli/command/container/tty.go
index 6af8e2becf854710da0956feb49d46b363670846..abe91aef71af953633b1d326c01fb146fd75b7dd 100644
--- a/vendor/github.com/docker/docker/cli/command/container/tty.go
+++ b/vendor/github.com/docker/docker/cli/command/container/tty.go
@@ -7,7 +7,7 @@ import (
 	"runtime"
 	"time"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"github.com/docker/docker/api/types"
 	"github.com/docker/docker/cli/command"
 	"github.com/docker/docker/client"
diff --git a/vendor/github.com/docker/docker/cli/command/container/utils.go b/vendor/github.com/docker/docker/cli/command/container/utils.go
index 6bef92463c8c5ef4d75bc3df67f14aaba919d765..8d0071ec1373f9990d33f1f206695a8fc6ad6bff 100644
--- a/vendor/github.com/docker/docker/cli/command/container/utils.go
+++ b/vendor/github.com/docker/docker/cli/command/container/utils.go
@@ -5,7 +5,7 @@ import (
 
 	"golang.org/x/net/context"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"github.com/docker/docker/api/types"
 	"github.com/docker/docker/api/types/events"
 	"github.com/docker/docker/api/types/filters"
diff --git a/vendor/github.com/docker/docker/cli/command/events_utils.go b/vendor/github.com/docker/docker/cli/command/events_utils.go
index e710c97576c8bd381aa0e904597a47b387377596..94bb78262db84acf06023713c442c1c0f50fcc45 100644
--- a/vendor/github.com/docker/docker/cli/command/events_utils.go
+++ b/vendor/github.com/docker/docker/cli/command/events_utils.go
@@ -3,7 +3,7 @@ package command
 import (
 	"sync"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	eventtypes "github.com/docker/docker/api/types/events"
 )
 
diff --git a/vendor/github.com/docker/docker/cli/command/image/trust.go b/vendor/github.com/docker/docker/cli/command/image/trust.go
index 5136a221568dede29f5b37830031d7f87031608d..905a9e6c55db6c5991bcbdb8f99a668d89aa82fa 100644
--- a/vendor/github.com/docker/docker/cli/command/image/trust.go
+++ b/vendor/github.com/docker/docker/cli/command/image/trust.go
@@ -11,7 +11,7 @@ import (
 
 	"golang.org/x/net/context"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"github.com/docker/distribution/digest"
 	"github.com/docker/docker/api/types"
 	"github.com/docker/docker/cli/command"
diff --git a/vendor/github.com/docker/docker/cli/command/inspect/inspector.go b/vendor/github.com/docker/docker/cli/command/inspect/inspector.go
index 1d81643fb13e99e042618b0cd8c10a0ead763c0b..dfbd2fa323b183d786304c09a0b060935981609b 100644
--- a/vendor/github.com/docker/docker/cli/command/inspect/inspector.go
+++ b/vendor/github.com/docker/docker/cli/command/inspect/inspector.go
@@ -7,7 +7,7 @@ import (
 	"io"
 	"text/template"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"github.com/docker/docker/cli"
 	"github.com/docker/docker/utils/templates"
 )
diff --git a/vendor/github.com/docker/docker/cli/command/out.go b/vendor/github.com/docker/docker/cli/command/out.go
index 85718d7acd97c03f05e4b9d19ffc3bbbc5346e37..00e5a8f009c33bac2e0d01e88f2d3fed955329a5 100644
--- a/vendor/github.com/docker/docker/cli/command/out.go
+++ b/vendor/github.com/docker/docker/cli/command/out.go
@@ -4,7 +4,7 @@ import (
 	"io"
 	"os"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"github.com/docker/docker/pkg/term"
 )
 
diff --git a/vendor/github.com/docker/docker/cli/command/plugin/create.go b/vendor/github.com/docker/docker/cli/command/plugin/create.go
index 2aab1e9e4acd0b71efc7fa6edcc8d9159a7fa0b2..f899560760a1cbd6dbbdb9b23b123163cc652b54 100644
--- a/vendor/github.com/docker/docker/cli/command/plugin/create.go
+++ b/vendor/github.com/docker/docker/cli/command/plugin/create.go
@@ -7,7 +7,7 @@ import (
 	"os"
 	"path/filepath"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"github.com/docker/docker/api/types"
 	"github.com/docker/docker/cli"
 	"github.com/docker/docker/cli/command"
diff --git a/vendor/github.com/docker/docker/cli/command/service/trust.go b/vendor/github.com/docker/docker/cli/command/service/trust.go
index 052d49c32ac32a4c26a85c78e4caceee83e78d2d..a4479df94ce4010210213aa87bc5aee35ce03fa6 100644
--- a/vendor/github.com/docker/docker/cli/command/service/trust.go
+++ b/vendor/github.com/docker/docker/cli/command/service/trust.go
@@ -4,7 +4,7 @@ import (
 	"encoding/hex"
 	"fmt"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"github.com/docker/distribution/digest"
 	distreference "github.com/docker/distribution/reference"
 	"github.com/docker/docker/api/types/swarm"
diff --git a/vendor/github.com/docker/docker/cli/flags/common.go b/vendor/github.com/docker/docker/cli/flags/common.go
index e2f9da0732672402746c5fca0c2cf5fc4ef18533..b1a533f7eb8fba8e03384b4d0e5190df9632e2a2 100644
--- a/vendor/github.com/docker/docker/cli/flags/common.go
+++ b/vendor/github.com/docker/docker/cli/flags/common.go
@@ -5,7 +5,7 @@ import (
 	"os"
 	"path/filepath"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"github.com/docker/docker/cliconfig"
 	"github.com/docker/docker/opts"
 	"github.com/docker/go-connections/tlsconfig"
diff --git a/vendor/github.com/docker/docker/cli/trust/trust.go b/vendor/github.com/docker/docker/cli/trust/trust.go
index 51914f74b07688f0108d91f637188287a709a3d1..d95fdbf8f139bce85e6438ed31f8b82e9c1212fe 100644
--- a/vendor/github.com/docker/docker/cli/trust/trust.go
+++ b/vendor/github.com/docker/docker/cli/trust/trust.go
@@ -11,7 +11,7 @@ import (
 	"path/filepath"
 	"time"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"github.com/docker/distribution/registry/client/auth"
 	"github.com/docker/distribution/registry/client/auth/challenge"
 	"github.com/docker/distribution/registry/client/transport"
diff --git a/vendor/github.com/docker/docker/cmd/docker/docker.go b/vendor/github.com/docker/docker/cmd/docker/docker.go
index d4847a90ee899cb8ad51d246434f68f1a737ffd1..5a750c99a6febcf88033398ffa081796bb29e99b 100644
--- a/vendor/github.com/docker/docker/cmd/docker/docker.go
+++ b/vendor/github.com/docker/docker/cmd/docker/docker.go
@@ -5,7 +5,7 @@ import (
 	"fmt"
 	"os"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"github.com/docker/docker/api/types/versions"
 	"github.com/docker/docker/cli"
 	"github.com/docker/docker/cli/command"
diff --git a/vendor/github.com/docker/docker/cmd/docker/docker_test.go b/vendor/github.com/docker/docker/cmd/docker/docker_test.go
index 8738f6005d70fe3744cdd779ea3a4cf7ddbf0958..b6ed73658824183e33ef90072023ab94575590a7 100644
--- a/vendor/github.com/docker/docker/cmd/docker/docker_test.go
+++ b/vendor/github.com/docker/docker/cmd/docker/docker_test.go
@@ -5,7 +5,7 @@ import (
 	"os"
 	"testing"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"github.com/docker/docker/cli/command"
 	"github.com/docker/docker/pkg/testutil/assert"
 	"github.com/docker/docker/utils"
diff --git a/vendor/github.com/docker/docker/cmd/dockerd/daemon.go b/vendor/github.com/docker/docker/cmd/dockerd/daemon.go
index 2f099e01993d937e459c0a6c35d52576108b49e7..d9c54b1032b8f59d317b164868da2c9b28b21c6f 100644
--- a/vendor/github.com/docker/docker/cmd/dockerd/daemon.go
+++ b/vendor/github.com/docker/docker/cmd/dockerd/daemon.go
@@ -10,7 +10,7 @@ import (
 	"strings"
 	"time"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"github.com/docker/distribution/uuid"
 	"github.com/docker/docker/api"
 	apiserver "github.com/docker/docker/api/server"
diff --git a/vendor/github.com/docker/docker/cmd/dockerd/daemon_test.go b/vendor/github.com/docker/docker/cmd/dockerd/daemon_test.go
index b364f87843365b65397463324bd41a797104476a..94101476a6bfd6cdc016abb65a6cde03debc67da 100644
--- a/vendor/github.com/docker/docker/cmd/dockerd/daemon_test.go
+++ b/vendor/github.com/docker/docker/cmd/dockerd/daemon_test.go
@@ -3,7 +3,7 @@ package main
 import (
 	"testing"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	cliflags "github.com/docker/docker/cli/flags"
 	"github.com/docker/docker/daemon"
 	"github.com/docker/docker/pkg/testutil/assert"
diff --git a/vendor/github.com/docker/docker/cmd/dockerd/daemon_windows.go b/vendor/github.com/docker/docker/cmd/dockerd/daemon_windows.go
index 4cccd32688ee29c126bb5a53b147080420f140f8..5b0bd7f57cd512ed19b2b282525a7cb745c0e156 100644
--- a/vendor/github.com/docker/docker/cmd/dockerd/daemon_windows.go
+++ b/vendor/github.com/docker/docker/cmd/dockerd/daemon_windows.go
@@ -7,7 +7,7 @@ import (
 	"path/filepath"
 	"syscall"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"github.com/docker/docker/libcontainerd"
 	"github.com/docker/docker/pkg/system"
 )
diff --git a/vendor/github.com/docker/docker/cmd/dockerd/docker.go b/vendor/github.com/docker/docker/cmd/dockerd/docker.go
index 60742ae9273100b175fd609e3a36face311c5bf9..37636ffd82ee21e05e484e3e80cf3cedef08f316 100644
--- a/vendor/github.com/docker/docker/cmd/dockerd/docker.go
+++ b/vendor/github.com/docker/docker/cmd/dockerd/docker.go
@@ -6,7 +6,7 @@ import (
 	"path/filepath"
 	"runtime"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"github.com/docker/docker/cli"
 	cliflags "github.com/docker/docker/cli/flags"
 	"github.com/docker/docker/daemon"
diff --git a/vendor/github.com/docker/docker/cmd/dockerd/metrics.go b/vendor/github.com/docker/docker/cmd/dockerd/metrics.go
index 0c8860408b5a997485f8aa45cb2f729bf5f3d2e7..ccb96f1328e83916871173f2a481aea9f53dcf13 100644
--- a/vendor/github.com/docker/docker/cmd/dockerd/metrics.go
+++ b/vendor/github.com/docker/docker/cmd/dockerd/metrics.go
@@ -4,7 +4,7 @@ import (
 	"net"
 	"net/http"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	metrics "github.com/docker/go-metrics"
 )
 
diff --git a/vendor/github.com/docker/docker/cmd/dockerd/service_windows.go b/vendor/github.com/docker/docker/cmd/dockerd/service_windows.go
index 7ad7e389d87785413d78dfbcd27114fe9680384b..7ebdf5ef7063f95a1a37953679a7a2e9e248e187 100644
--- a/vendor/github.com/docker/docker/cmd/dockerd/service_windows.go
+++ b/vendor/github.com/docker/docker/cmd/dockerd/service_windows.go
@@ -12,7 +12,7 @@ import (
 	"time"
 	"unsafe"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"github.com/spf13/pflag"
 	"golang.org/x/sys/windows"
 	"golang.org/x/sys/windows/svc"
diff --git a/vendor/github.com/docker/docker/container/container.go b/vendor/github.com/docker/docker/container/container.go
index 35f9b3868541b259764b6d310d13569a33cf9d56..6743b995a6b593d094248d2125ffbbb0cce088b6 100644
--- a/vendor/github.com/docker/docker/container/container.go
+++ b/vendor/github.com/docker/docker/container/container.go
@@ -15,7 +15,7 @@ import (
 
 	"golang.org/x/net/context"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	containertypes "github.com/docker/docker/api/types/container"
 	mounttypes "github.com/docker/docker/api/types/mount"
 	networktypes "github.com/docker/docker/api/types/network"
diff --git a/vendor/github.com/docker/docker/container/container_unix.go b/vendor/github.com/docker/docker/container/container_unix.go
index f92d586204bb1b87a40e9aa36e002020b2f1dd43..c719884abbf9f1dda69dba539a427abfc6537556 100644
--- a/vendor/github.com/docker/docker/container/container_unix.go
+++ b/vendor/github.com/docker/docker/container/container_unix.go
@@ -9,7 +9,7 @@ import (
 	"path/filepath"
 	"strings"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	containertypes "github.com/docker/docker/api/types/container"
 	mounttypes "github.com/docker/docker/api/types/mount"
 	"github.com/docker/docker/pkg/chrootarchive"
diff --git a/vendor/github.com/docker/docker/container/health.go b/vendor/github.com/docker/docker/container/health.go
index 6e3cd12f3bac763cab68842b850ed97549895b03..cfb45fcc969fd348049c837db68964e5bff30953 100644
--- a/vendor/github.com/docker/docker/container/health.go
+++ b/vendor/github.com/docker/docker/container/health.go
@@ -1,7 +1,7 @@
 package container
 
 import (
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"github.com/docker/docker/api/types"
 )
 
diff --git a/vendor/github.com/docker/docker/container/monitor.go b/vendor/github.com/docker/docker/container/monitor.go
index f05e72b25f795b13b63863a2757f9c6a1a348838..f35097b2cd0dcf0dd931e868897e8362971dd056 100644
--- a/vendor/github.com/docker/docker/container/monitor.go
+++ b/vendor/github.com/docker/docker/container/monitor.go
@@ -3,7 +3,7 @@ package container
 import (
 	"time"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 )
 
 const (
diff --git a/vendor/github.com/docker/docker/container/stream/streams.go b/vendor/github.com/docker/docker/container/stream/streams.go
index 79f366afdad02fc67d708bd1a191387cba18b416..bb7f183c0144ccb6b429a1f2f42fe7fe7d4b60af 100644
--- a/vendor/github.com/docker/docker/container/stream/streams.go
+++ b/vendor/github.com/docker/docker/container/stream/streams.go
@@ -7,7 +7,7 @@ import (
 	"strings"
 	"sync"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"github.com/docker/docker/libcontainerd"
 	"github.com/docker/docker/pkg/broadcaster"
 	"github.com/docker/docker/pkg/ioutils"
diff --git a/vendor/github.com/docker/docker/contrib/docker-device-tool/device_tool.go b/vendor/github.com/docker/docker/contrib/docker-device-tool/device_tool.go
index 906d064df6ff5c49dd5de61211aaf756038b3590..f7c2c9a0cffaeede2a0fb992ea321ac1da15a11d 100644
--- a/vendor/github.com/docker/docker/contrib/docker-device-tool/device_tool.go
+++ b/vendor/github.com/docker/docker/contrib/docker-device-tool/device_tool.go
@@ -11,7 +11,7 @@ import (
 	"strconv"
 	"strings"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"github.com/docker/docker/daemon/graphdriver/devmapper"
 	"github.com/docker/docker/pkg/devicemapper"
 )
diff --git a/vendor/github.com/docker/docker/daemon/attach.go b/vendor/github.com/docker/docker/daemon/attach.go
index 917237dd89bc8c9bdad1a83dbf54030a2361dd3e..21d380d294467ec5c1f4efb92962e189165de941 100644
--- a/vendor/github.com/docker/docker/daemon/attach.go
+++ b/vendor/github.com/docker/docker/daemon/attach.go
@@ -5,7 +5,7 @@ import (
 	"io"
 	"time"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"github.com/docker/docker/api/errors"
 	"github.com/docker/docker/api/types/backend"
 	"github.com/docker/docker/container"
diff --git a/vendor/github.com/docker/docker/daemon/cache.go b/vendor/github.com/docker/docker/daemon/cache.go
index a2c2c137f51f06530fb3e33daa27efebcd4ad54e..a55cec436b33b6c7bfb7848ff35213e7049df9a2 100644
--- a/vendor/github.com/docker/docker/daemon/cache.go
+++ b/vendor/github.com/docker/docker/daemon/cache.go
@@ -6,7 +6,7 @@ import (
 	"reflect"
 	"strings"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	containertypes "github.com/docker/docker/api/types/container"
 	"github.com/docker/docker/builder"
 	"github.com/docker/docker/dockerversion"
diff --git a/vendor/github.com/docker/docker/daemon/cluster/cluster.go b/vendor/github.com/docker/docker/daemon/cluster/cluster.go
index b5a626596daf870caf1fe907295c51b3cd6382ef..78ca604680b5786664ea522e55d732a60760a686 100644
--- a/vendor/github.com/docker/docker/daemon/cluster/cluster.go
+++ b/vendor/github.com/docker/docker/daemon/cluster/cluster.go
@@ -15,7 +15,7 @@ import (
 	"sync"
 	"time"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"github.com/docker/distribution/digest"
 	distreference "github.com/docker/distribution/reference"
 	apierrors "github.com/docker/docker/api/errors"
diff --git a/vendor/github.com/docker/docker/daemon/cluster/convert/container.go b/vendor/github.com/docker/docker/daemon/cluster/convert/container.go
index 10383f749b3bf40d27b371173ddab0511f35b296..3128a1d51db79cd2a329f042727ea6cdbeceefad 100644
--- a/vendor/github.com/docker/docker/daemon/cluster/convert/container.go
+++ b/vendor/github.com/docker/docker/daemon/cluster/convert/container.go
@@ -4,7 +4,7 @@ import (
 	"fmt"
 	"strings"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	container "github.com/docker/docker/api/types/container"
 	mounttypes "github.com/docker/docker/api/types/mount"
 	types "github.com/docker/docker/api/types/swarm"
diff --git a/vendor/github.com/docker/docker/daemon/cluster/executor/container/adapter.go b/vendor/github.com/docker/docker/daemon/cluster/executor/container/adapter.go
index 09325be25aa354bbfd4d73ba68acbe6bf14161ef..e6ead4ab564bf57a1da349104bf511e587ca5175 100644
--- a/vendor/github.com/docker/docker/daemon/cluster/executor/container/adapter.go
+++ b/vendor/github.com/docker/docker/daemon/cluster/executor/container/adapter.go
@@ -9,7 +9,7 @@ import (
 	"syscall"
 	"time"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"github.com/docker/distribution/digest"
 	"github.com/docker/docker/api/types"
 	"github.com/docker/docker/api/types/backend"
diff --git a/vendor/github.com/docker/docker/daemon/cluster/executor/container/container.go b/vendor/github.com/docker/docker/daemon/cluster/executor/container/container.go
index f033ad545ecf37cfbe18c844c0f7b702f2cf90ea..bdaa0806087407f314ea576a6b53b47d764cf470 100644
--- a/vendor/github.com/docker/docker/daemon/cluster/executor/container/container.go
+++ b/vendor/github.com/docker/docker/daemon/cluster/executor/container/container.go
@@ -8,7 +8,7 @@ import (
 	"strings"
 	"time"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 
 	"github.com/docker/docker/api/types"
 	enginecontainer "github.com/docker/docker/api/types/container"
diff --git a/vendor/github.com/docker/docker/daemon/config.go b/vendor/github.com/docker/docker/daemon/config.go
index 42ef18f74a44d1d9f4000d44927656a620d3da55..f5f3182f919bac9f70f9d32b0e6351892881092e 100644
--- a/vendor/github.com/docker/docker/daemon/config.go
+++ b/vendor/github.com/docker/docker/daemon/config.go
@@ -11,7 +11,7 @@ import (
 	"strings"
 	"sync"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"github.com/docker/docker/opts"
 	"github.com/docker/docker/pkg/discovery"
 	"github.com/docker/docker/registry"
diff --git a/vendor/github.com/docker/docker/daemon/container_operations.go b/vendor/github.com/docker/docker/daemon/container_operations.go
index c30250622da0b35f1f8472b3a68559abde058eb9..98a06a94843190c6b38a347d164b268f3dbaaeb7 100644
--- a/vendor/github.com/docker/docker/daemon/container_operations.go
+++ b/vendor/github.com/docker/docker/daemon/container_operations.go
@@ -10,7 +10,7 @@ import (
 	"strings"
 	"time"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	derr "github.com/docker/docker/api/errors"
 	containertypes "github.com/docker/docker/api/types/container"
 	networktypes "github.com/docker/docker/api/types/network"
diff --git a/vendor/github.com/docker/docker/daemon/container_operations_unix.go b/vendor/github.com/docker/docker/daemon/container_operations_unix.go
index 2296045765d43cbdcc0547d8506382c0f2ca9dd3..a9b0f1e5318cf4a8e4e154136783e55e873c86e5 100644
--- a/vendor/github.com/docker/docker/daemon/container_operations_unix.go
+++ b/vendor/github.com/docker/docker/daemon/container_operations_unix.go
@@ -11,7 +11,7 @@ import (
 	"syscall"
 	"time"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"github.com/cloudflare/cfssl/log"
 	"github.com/docker/docker/container"
 	"github.com/docker/docker/daemon/links"
diff --git a/vendor/github.com/docker/docker/daemon/create.go b/vendor/github.com/docker/docker/daemon/create.go
index c71d14e5fc1caa019318c296d265834c48805a58..ee2aab5a6252824b95cf83f7af3c0e581941740f 100644
--- a/vendor/github.com/docker/docker/daemon/create.go
+++ b/vendor/github.com/docker/docker/daemon/create.go
@@ -9,7 +9,7 @@ import (
 
 	"github.com/pkg/errors"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	apierrors "github.com/docker/docker/api/errors"
 	"github.com/docker/docker/api/types"
 	containertypes "github.com/docker/docker/api/types/container"
diff --git a/vendor/github.com/docker/docker/daemon/create_unix.go b/vendor/github.com/docker/docker/daemon/create_unix.go
index 2fe5c98a797c0974acf9bbce5ac47f9c5f72ec22..bb8fad12fe724893fc170f3e2fd5e362a036899c 100644
--- a/vendor/github.com/docker/docker/daemon/create_unix.go
+++ b/vendor/github.com/docker/docker/daemon/create_unix.go
@@ -7,7 +7,7 @@ import (
 	"os"
 	"path/filepath"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	containertypes "github.com/docker/docker/api/types/container"
 	mounttypes "github.com/docker/docker/api/types/mount"
 	"github.com/docker/docker/container"
diff --git a/vendor/github.com/docker/docker/daemon/daemon.go b/vendor/github.com/docker/docker/daemon/daemon.go
index f0a1760fdab75a7221767978162a9829338fb6b5..760094bd0d215a4e92da34e3b36fcef9bcbedcb4 100644
--- a/vendor/github.com/docker/docker/daemon/daemon.go
+++ b/vendor/github.com/docker/docker/daemon/daemon.go
@@ -18,7 +18,7 @@ import (
 	"sync"
 	"time"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	containerd "github.com/docker/containerd/api/grpc/types"
 	"github.com/docker/docker/api"
 	"github.com/docker/docker/api/types"
diff --git a/vendor/github.com/docker/docker/daemon/daemon_linux.go b/vendor/github.com/docker/docker/daemon/daemon_linux.go
index 9bdf6e2b79e66b2e16051570c68a6dca1afa30fe..ebabecbea6f52e903d8a01d07a32a9e9826b6083 100644
--- a/vendor/github.com/docker/docker/daemon/daemon_linux.go
+++ b/vendor/github.com/docker/docker/daemon/daemon_linux.go
@@ -8,7 +8,7 @@ import (
 	"regexp"
 	"strings"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"github.com/docker/docker/pkg/mount"
 )
 
diff --git a/vendor/github.com/docker/docker/daemon/daemon_solaris.go b/vendor/github.com/docker/docker/daemon/daemon_solaris.go
index 2b4d8d0216d7d887a2f4a0ce6de08313128c0d5d..23c1c977d6163a735b1242a5bfd9a85544420e46 100644
--- a/vendor/github.com/docker/docker/daemon/daemon_solaris.go
+++ b/vendor/github.com/docker/docker/daemon/daemon_solaris.go
@@ -7,7 +7,7 @@ import (
 	"net"
 	"strconv"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"github.com/docker/docker/api/types"
 	containertypes "github.com/docker/docker/api/types/container"
 	"github.com/docker/docker/container"
diff --git a/vendor/github.com/docker/docker/daemon/daemon_unix.go b/vendor/github.com/docker/docker/daemon/daemon_unix.go
index 56e980df464bfc2c7092325ab380158855c3fb50..427a9711115165c071a299ae970753149025fc7d 100644
--- a/vendor/github.com/docker/docker/daemon/daemon_unix.go
+++ b/vendor/github.com/docker/docker/daemon/daemon_unix.go
@@ -16,7 +16,7 @@ import (
 	"syscall"
 	"time"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"github.com/docker/docker/api/types"
 	"github.com/docker/docker/api/types/blkiodev"
 	pblkiodev "github.com/docker/docker/api/types/blkiodev"
diff --git a/vendor/github.com/docker/docker/daemon/daemon_windows.go b/vendor/github.com/docker/docker/daemon/daemon_windows.go
index 51ad68b3575cd2ebcccb0de5ae9bcc422f7c9226..d6efeea6e7fdc814afb5708ab66cea07e97bef03 100644
--- a/vendor/github.com/docker/docker/daemon/daemon_windows.go
+++ b/vendor/github.com/docker/docker/daemon/daemon_windows.go
@@ -6,7 +6,7 @@ import (
 	"strings"
 
 	"github.com/Microsoft/hcsshim"
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"github.com/docker/docker/api/types"
 	containertypes "github.com/docker/docker/api/types/container"
 	"github.com/docker/docker/container"
diff --git a/vendor/github.com/docker/docker/daemon/debugtrap_unix.go b/vendor/github.com/docker/docker/daemon/debugtrap_unix.go
index d650eb7f8cc079317fa2e0d57ddaaaa92f9fb523..95b36752c3876aa39af392763474cafaeae6e40f 100644
--- a/vendor/github.com/docker/docker/daemon/debugtrap_unix.go
+++ b/vendor/github.com/docker/docker/daemon/debugtrap_unix.go
@@ -7,7 +7,7 @@ import (
 	"os/signal"
 	"syscall"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	stackdump "github.com/docker/docker/pkg/signal"
 )
 
diff --git a/vendor/github.com/docker/docker/daemon/debugtrap_windows.go b/vendor/github.com/docker/docker/daemon/debugtrap_windows.go
index fb20c9d2c5c1d0902298bff708bad1aad1d00816..8e25554ce10d9b4af4ecc91221ec4a27d8c13979 100644
--- a/vendor/github.com/docker/docker/daemon/debugtrap_windows.go
+++ b/vendor/github.com/docker/docker/daemon/debugtrap_windows.go
@@ -7,7 +7,7 @@ import (
 	"unsafe"
 
 	winio "github.com/Microsoft/go-winio"
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"github.com/docker/docker/pkg/signal"
 	"github.com/docker/docker/pkg/system"
 )
diff --git a/vendor/github.com/docker/docker/daemon/delete.go b/vendor/github.com/docker/docker/daemon/delete.go
index 6b622bde370f0b6a7cdecd9049ca7cba33569142..f3cd44555a3c47d23dc8276cb825adb9cfc2b85b 100644
--- a/vendor/github.com/docker/docker/daemon/delete.go
+++ b/vendor/github.com/docker/docker/daemon/delete.go
@@ -7,7 +7,7 @@ import (
 	"strings"
 	"time"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"github.com/docker/docker/api/errors"
 	"github.com/docker/docker/api/types"
 	"github.com/docker/docker/container"
diff --git a/vendor/github.com/docker/docker/daemon/discovery.go b/vendor/github.com/docker/docker/daemon/discovery.go
index ee4ea875b738ddf76b5710aa1decf938d58cbf98..a056c7772271f7f2248ad29ca36990fc81ee18bb 100644
--- a/vendor/github.com/docker/docker/daemon/discovery.go
+++ b/vendor/github.com/docker/docker/daemon/discovery.go
@@ -7,7 +7,7 @@ import (
 	"strconv"
 	"time"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"github.com/docker/docker/pkg/discovery"
 
 	// Register the libkv backends for discovery.
diff --git a/vendor/github.com/docker/docker/daemon/disk_usage.go b/vendor/github.com/docker/docker/daemon/disk_usage.go
index c3b918660d06e26a50bb02f07ee379b629e31276..7e182496e1955c9a91bc5ee8520603deaeceb33c 100644
--- a/vendor/github.com/docker/docker/daemon/disk_usage.go
+++ b/vendor/github.com/docker/docker/daemon/disk_usage.go
@@ -3,7 +3,7 @@ package daemon
 import (
 	"fmt"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"github.com/docker/distribution/digest"
 	"github.com/docker/docker/api/types"
 	"github.com/docker/docker/api/types/filters"
diff --git a/vendor/github.com/docker/docker/daemon/exec.go b/vendor/github.com/docker/docker/daemon/exec.go
index 8197426a33dc0f7b9f5f75d4c4dd02cfc7e89ca0..36fd83b5d7b92e729e2a30644757b95244dfe1c2 100644
--- a/vendor/github.com/docker/docker/daemon/exec.go
+++ b/vendor/github.com/docker/docker/daemon/exec.go
@@ -8,7 +8,7 @@ import (
 
 	"golang.org/x/net/context"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"github.com/docker/docker/api/errors"
 	"github.com/docker/docker/api/types"
 	"github.com/docker/docker/api/types/strslice"
diff --git a/vendor/github.com/docker/docker/daemon/exec/exec.go b/vendor/github.com/docker/docker/daemon/exec/exec.go
index 933136f9654957c3a7e5c671154e31ddeeabf04a..fefeecde5c7574654e937eae229ef9d87499002d 100644
--- a/vendor/github.com/docker/docker/daemon/exec/exec.go
+++ b/vendor/github.com/docker/docker/daemon/exec/exec.go
@@ -4,7 +4,7 @@ import (
 	"runtime"
 	"sync"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"github.com/docker/docker/container/stream"
 	"github.com/docker/docker/libcontainerd"
 	"github.com/docker/docker/pkg/stringid"
diff --git a/vendor/github.com/docker/docker/daemon/getsize_unix.go b/vendor/github.com/docker/docker/daemon/getsize_unix.go
index 707323a4bfe67a12ce08769e28527753616d17d6..acfab932094054a7c857feba7e00085641346350 100644
--- a/vendor/github.com/docker/docker/daemon/getsize_unix.go
+++ b/vendor/github.com/docker/docker/daemon/getsize_unix.go
@@ -3,7 +3,7 @@
 package daemon
 
 import (
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"github.com/docker/docker/container"
 )
 
diff --git a/vendor/github.com/docker/docker/daemon/graphdriver/aufs/aufs.go b/vendor/github.com/docker/docker/daemon/graphdriver/aufs/aufs.go
index ec55ea4cdefcd4249cc583682aa311003e60eeef..5b60ae01bfed3a8fd4e0387c45f0a743606ff1de 100644
--- a/vendor/github.com/docker/docker/daemon/graphdriver/aufs/aufs.go
+++ b/vendor/github.com/docker/docker/daemon/graphdriver/aufs/aufs.go
@@ -36,7 +36,7 @@ import (
 	"syscall"
 	"time"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"github.com/vbatts/tar-split/tar/storage"
 
 	"github.com/docker/docker/daemon/graphdriver"
diff --git a/vendor/github.com/docker/docker/daemon/graphdriver/aufs/mount.go b/vendor/github.com/docker/docker/daemon/graphdriver/aufs/mount.go
index da1e892f441dbd85c6f5c02cf96652cc7567a279..8314f142bd80008f2a23ef6498cccc20f2ba7794 100644
--- a/vendor/github.com/docker/docker/daemon/graphdriver/aufs/mount.go
+++ b/vendor/github.com/docker/docker/daemon/graphdriver/aufs/mount.go
@@ -6,7 +6,7 @@ import (
 	"os/exec"
 	"syscall"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 )
 
 // Unmount the target specified.
diff --git a/vendor/github.com/docker/docker/daemon/graphdriver/devmapper/deviceset.go b/vendor/github.com/docker/docker/daemon/graphdriver/devmapper/deviceset.go
index b8e762592c2f59a96d72cca647eda0d2eee0409a..a931ea4d9c35be4e1b80cb9bddff2345105b25d0 100644
--- a/vendor/github.com/docker/docker/daemon/graphdriver/devmapper/deviceset.go
+++ b/vendor/github.com/docker/docker/daemon/graphdriver/devmapper/deviceset.go
@@ -19,7 +19,7 @@ import (
 	"syscall"
 	"time"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 
 	"github.com/docker/docker/daemon/graphdriver"
 	"github.com/docker/docker/dockerversion"
diff --git a/vendor/github.com/docker/docker/daemon/graphdriver/devmapper/driver.go b/vendor/github.com/docker/docker/daemon/graphdriver/devmapper/driver.go
index 7cf422ce6a6e39f0fedf83222a646b0a87ef0236..a8993d2327241e99ece0c74e02fb64d60aa085f0 100644
--- a/vendor/github.com/docker/docker/daemon/graphdriver/devmapper/driver.go
+++ b/vendor/github.com/docker/docker/daemon/graphdriver/devmapper/driver.go
@@ -9,7 +9,7 @@ import (
 	"path"
 	"strconv"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 
 	"github.com/docker/docker/daemon/graphdriver"
 	"github.com/docker/docker/pkg/devicemapper"
diff --git a/vendor/github.com/docker/docker/daemon/graphdriver/driver.go b/vendor/github.com/docker/docker/daemon/graphdriver/driver.go
index f0bce562b7a9c60c48eea0400e1bfff31534d246..347c151146690c93befea8f0ffccd07c2fa24a21 100644
--- a/vendor/github.com/docker/docker/daemon/graphdriver/driver.go
+++ b/vendor/github.com/docker/docker/daemon/graphdriver/driver.go
@@ -8,7 +8,7 @@ import (
 	"path/filepath"
 	"strings"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"github.com/vbatts/tar-split/tar/storage"
 
 	"github.com/docker/docker/pkg/archive"
diff --git a/vendor/github.com/docker/docker/daemon/graphdriver/driver_solaris.go b/vendor/github.com/docker/docker/daemon/graphdriver/driver_solaris.go
index 7daf01c32d7d16468d06c87a0c3cca2465b40c9d..4e0b5d459ad82664ec6935c8f7d5c1795946850d 100644
--- a/vendor/github.com/docker/docker/daemon/graphdriver/driver_solaris.go
+++ b/vendor/github.com/docker/docker/daemon/graphdriver/driver_solaris.go
@@ -19,7 +19,7 @@ import (
 	"path/filepath"
 	"unsafe"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"github.com/docker/docker/pkg/mount"
 )
 
diff --git a/vendor/github.com/docker/docker/daemon/graphdriver/fsdiff.go b/vendor/github.com/docker/docker/daemon/graphdriver/fsdiff.go
index 20826cd7d22db5d6f892efa37c04dd9b04b2e19c..d646202d018186b9c8a7df6a70673c6d1f85bbc0 100644
--- a/vendor/github.com/docker/docker/daemon/graphdriver/fsdiff.go
+++ b/vendor/github.com/docker/docker/daemon/graphdriver/fsdiff.go
@@ -4,7 +4,7 @@ import (
 	"io"
 	"time"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"github.com/docker/docker/pkg/archive"
 	"github.com/docker/docker/pkg/chrootarchive"
 	"github.com/docker/docker/pkg/idtools"
diff --git a/vendor/github.com/docker/docker/daemon/graphdriver/overlay/overlay.go b/vendor/github.com/docker/docker/daemon/graphdriver/overlay/overlay.go
index 121b72e2c38164b155b2412d20a3a3caba5ca0cf..24616acd36d6d25a30341e6a22bef3f5a525596c 100644
--- a/vendor/github.com/docker/docker/daemon/graphdriver/overlay/overlay.go
+++ b/vendor/github.com/docker/docker/daemon/graphdriver/overlay/overlay.go
@@ -13,7 +13,7 @@ import (
 	"strconv"
 	"syscall"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"github.com/docker/docker/daemon/graphdriver"
 	"github.com/docker/docker/daemon/graphdriver/overlayutils"
 	"github.com/docker/docker/pkg/archive"
diff --git a/vendor/github.com/docker/docker/daemon/graphdriver/overlay2/check.go b/vendor/github.com/docker/docker/daemon/graphdriver/overlay2/check.go
index 53a719929227ce57f0e9247945ca3b0dbfb55caf..eacccad5835f5d7a337694b1379181640b0676a5 100644
--- a/vendor/github.com/docker/docker/daemon/graphdriver/overlay2/check.go
+++ b/vendor/github.com/docker/docker/daemon/graphdriver/overlay2/check.go
@@ -10,7 +10,7 @@ import (
 	"path/filepath"
 	"syscall"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"github.com/docker/docker/pkg/system"
 	"github.com/pkg/errors"
 )
diff --git a/vendor/github.com/docker/docker/daemon/graphdriver/overlay2/overlay.go b/vendor/github.com/docker/docker/daemon/graphdriver/overlay2/overlay.go
index 65ac6bfaeb2b886b4aaad965ecbc682a663d65ea..3da1cbc0d3a0859843e9490466ea1fa911fb8483 100644
--- a/vendor/github.com/docker/docker/daemon/graphdriver/overlay2/overlay.go
+++ b/vendor/github.com/docker/docker/daemon/graphdriver/overlay2/overlay.go
@@ -17,7 +17,7 @@ import (
 	"sync"
 	"syscall"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 
 	"github.com/docker/docker/daemon/graphdriver"
 	"github.com/docker/docker/daemon/graphdriver/overlayutils"
diff --git a/vendor/github.com/docker/docker/daemon/graphdriver/overlay2/randomid.go b/vendor/github.com/docker/docker/daemon/graphdriver/overlay2/randomid.go
index af5cb659d5b8c24a0969cd4a87927719cebb41a9..14ec469a58f6a5b03208646d6ccb8ec764bc064d 100644
--- a/vendor/github.com/docker/docker/daemon/graphdriver/overlay2/randomid.go
+++ b/vendor/github.com/docker/docker/daemon/graphdriver/overlay2/randomid.go
@@ -11,7 +11,7 @@ import (
 	"syscall"
 	"time"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 )
 
 // generateID creates a new random string identifier with the given length
diff --git a/vendor/github.com/docker/docker/daemon/graphdriver/quota/projectquota.go b/vendor/github.com/docker/docker/daemon/graphdriver/quota/projectquota.go
index e408d5f9064f241a9004467a5b0b2ae9eff8cd3e..732698c22b63f6e4849124d68f0a8ec0fef9c08e 100644
--- a/vendor/github.com/docker/docker/daemon/graphdriver/quota/projectquota.go
+++ b/vendor/github.com/docker/docker/daemon/graphdriver/quota/projectquota.go
@@ -58,7 +58,7 @@ import (
 	"syscall"
 	"unsafe"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 )
 
 // Quota limit params - currently we only control blocks hard limit
diff --git a/vendor/github.com/docker/docker/daemon/graphdriver/windows/windows.go b/vendor/github.com/docker/docker/daemon/graphdriver/windows/windows.go
index beac93ae7589a24b988a1489ce559a7fd3da9d43..c4018b4b4411f595ebd09833fd14de5c5bea4baf 100644
--- a/vendor/github.com/docker/docker/daemon/graphdriver/windows/windows.go
+++ b/vendor/github.com/docker/docker/daemon/graphdriver/windows/windows.go
@@ -24,7 +24,7 @@ import (
 	"github.com/Microsoft/go-winio/archive/tar"
 	"github.com/Microsoft/go-winio/backuptar"
 	"github.com/Microsoft/hcsshim"
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"github.com/docker/docker/daemon/graphdriver"
 	"github.com/docker/docker/pkg/archive"
 	"github.com/docker/docker/pkg/idtools"
diff --git a/vendor/github.com/docker/docker/daemon/graphdriver/zfs/zfs.go b/vendor/github.com/docker/docker/daemon/graphdriver/zfs/zfs.go
index 8e283ccf40e241ad94dc8d00be71797d9c9ef1d2..93aae8fb2be38dca009d5237653c085f9fe8a414 100644
--- a/vendor/github.com/docker/docker/daemon/graphdriver/zfs/zfs.go
+++ b/vendor/github.com/docker/docker/daemon/graphdriver/zfs/zfs.go
@@ -13,7 +13,7 @@ import (
 	"syscall"
 	"time"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"github.com/docker/docker/daemon/graphdriver"
 	"github.com/docker/docker/pkg/idtools"
 	"github.com/docker/docker/pkg/mount"
diff --git a/vendor/github.com/docker/docker/daemon/graphdriver/zfs/zfs_freebsd.go b/vendor/github.com/docker/docker/daemon/graphdriver/zfs/zfs_freebsd.go
index 1c05fa794cdf80d345dc78115aa3bf7ba3c8fafd..36dbaf20d85769583ba7b2386c5cbc75a75d853f 100644
--- a/vendor/github.com/docker/docker/daemon/graphdriver/zfs/zfs_freebsd.go
+++ b/vendor/github.com/docker/docker/daemon/graphdriver/zfs/zfs_freebsd.go
@@ -5,7 +5,7 @@ import (
 	"strings"
 	"syscall"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"github.com/docker/docker/daemon/graphdriver"
 )
 
diff --git a/vendor/github.com/docker/docker/daemon/graphdriver/zfs/zfs_linux.go b/vendor/github.com/docker/docker/daemon/graphdriver/zfs/zfs_linux.go
index 52ed516049cd307be219c78c7c46f405e4349bbd..3dfcce917a53c69bd3a9de4a78fc01385ad9bf68 100644
--- a/vendor/github.com/docker/docker/daemon/graphdriver/zfs/zfs_linux.go
+++ b/vendor/github.com/docker/docker/daemon/graphdriver/zfs/zfs_linux.go
@@ -4,7 +4,7 @@ import (
 	"fmt"
 	"syscall"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"github.com/docker/docker/daemon/graphdriver"
 )
 
diff --git a/vendor/github.com/docker/docker/daemon/graphdriver/zfs/zfs_solaris.go b/vendor/github.com/docker/docker/daemon/graphdriver/zfs/zfs_solaris.go
index bb4a85bd643ed4c569331b7ac4171a49c0e2a3c3..bb4975feb076656cb47eafac7e2e31d65a7b3d07 100644
--- a/vendor/github.com/docker/docker/daemon/graphdriver/zfs/zfs_solaris.go
+++ b/vendor/github.com/docker/docker/daemon/graphdriver/zfs/zfs_solaris.go
@@ -20,7 +20,7 @@ import (
 	"strings"
 	"unsafe"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"github.com/docker/docker/daemon/graphdriver"
 )
 
diff --git a/vendor/github.com/docker/docker/daemon/health.go b/vendor/github.com/docker/docker/daemon/health.go
index 5b01dc0f4001958fe6bb37547ae9d1c41ef277e4..234542d529e06b208979292eb2208ca418da78e7 100644
--- a/vendor/github.com/docker/docker/daemon/health.go
+++ b/vendor/github.com/docker/docker/daemon/health.go
@@ -10,7 +10,7 @@ import (
 
 	"golang.org/x/net/context"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"github.com/docker/docker/api/types"
 	containertypes "github.com/docker/docker/api/types/container"
 	"github.com/docker/docker/api/types/strslice"
diff --git a/vendor/github.com/docker/docker/daemon/info.go b/vendor/github.com/docker/docker/daemon/info.go
index 1ab9f2959286517b93f03543037b6aad42024bb6..4d1b02118497b0dac9c896a7bafb32e52cd598ae 100644
--- a/vendor/github.com/docker/docker/daemon/info.go
+++ b/vendor/github.com/docker/docker/daemon/info.go
@@ -7,7 +7,7 @@ import (
 	"sync/atomic"
 	"time"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"github.com/docker/docker/api"
 	"github.com/docker/docker/api/types"
 	"github.com/docker/docker/container"
diff --git a/vendor/github.com/docker/docker/daemon/info_unix.go b/vendor/github.com/docker/docker/daemon/info_unix.go
index 9c41c0e4cde1415c010646ee5f545398c7799538..7e02d2a6e76608685aa7afc87bcba023d58f42bb 100644
--- a/vendor/github.com/docker/docker/daemon/info_unix.go
+++ b/vendor/github.com/docker/docker/daemon/info_unix.go
@@ -7,7 +7,7 @@ import (
 	"os/exec"
 	"strings"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"github.com/docker/docker/api/types"
 	"github.com/docker/docker/dockerversion"
 	"github.com/docker/docker/pkg/sysinfo"
diff --git a/vendor/github.com/docker/docker/daemon/kill.go b/vendor/github.com/docker/docker/daemon/kill.go
index 18d5bbb4e5b733bd34dac756f737b28b6659bb26..d6dcd6898cece443e21536aa25c1c92217478f52 100644
--- a/vendor/github.com/docker/docker/daemon/kill.go
+++ b/vendor/github.com/docker/docker/daemon/kill.go
@@ -7,7 +7,7 @@ import (
 	"syscall"
 	"time"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"github.com/docker/docker/container"
 	"github.com/docker/docker/pkg/signal"
 )
diff --git a/vendor/github.com/docker/docker/daemon/links_linux.go b/vendor/github.com/docker/docker/daemon/links_linux.go
index 2ea40d9e51ede8f7c17d6de1cfa87fe4c1432f1a..255ab478a170af47ca45053ee4f64461a3a9de49 100644
--- a/vendor/github.com/docker/docker/daemon/links_linux.go
+++ b/vendor/github.com/docker/docker/daemon/links_linux.go
@@ -5,7 +5,7 @@ import (
 	"path/filepath"
 	"strings"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"github.com/docker/docker/container"
 	"github.com/docker/docker/pkg/graphdb"
 )
diff --git a/vendor/github.com/docker/docker/daemon/list.go b/vendor/github.com/docker/docker/daemon/list.go
index 02805ea62be0eb753e36a02ab7adbbee9bc97cac..a95b72687ae21edeb24a6c29976147e7a02021e4 100644
--- a/vendor/github.com/docker/docker/daemon/list.go
+++ b/vendor/github.com/docker/docker/daemon/list.go
@@ -7,7 +7,7 @@ import (
 	"strconv"
 	"strings"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"github.com/docker/docker/api/types"
 	"github.com/docker/docker/api/types/filters"
 	networktypes "github.com/docker/docker/api/types/network"
diff --git a/vendor/github.com/docker/docker/daemon/logger/awslogs/cloudwatchlogs.go b/vendor/github.com/docker/docker/daemon/logger/awslogs/cloudwatchlogs.go
index fee518db4bc50dd09aab91db086da14c34dce05d..7ec154b0f29246964e31827c1e5396885e52d7b7 100644
--- a/vendor/github.com/docker/docker/daemon/logger/awslogs/cloudwatchlogs.go
+++ b/vendor/github.com/docker/docker/daemon/logger/awslogs/cloudwatchlogs.go
@@ -11,7 +11,7 @@ import (
 	"sync"
 	"time"
 
-	"github.com/Sirupsen/logrus"
+	"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/aws/ec2metadata"
diff --git a/vendor/github.com/docker/docker/daemon/logger/copier.go b/vendor/github.com/docker/docker/daemon/logger/copier.go
index 10ab46e162b8159aacfc50c0fc2eb837cd3f36f1..43407cdafe6941fd81fb9a58c7a45ab8307c5f2f 100644
--- a/vendor/github.com/docker/docker/daemon/logger/copier.go
+++ b/vendor/github.com/docker/docker/daemon/logger/copier.go
@@ -6,7 +6,7 @@ import (
 	"sync"
 	"time"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 )
 
 const (
diff --git a/vendor/github.com/docker/docker/daemon/logger/etwlogs/etwlogs_windows.go b/vendor/github.com/docker/docker/daemon/logger/etwlogs/etwlogs_windows.go
index f296d7f16596a2c4475e389f8b0472781584d694..17ce5929fbd51c7e19d81e7f4ddfa4c98c4400f4 100644
--- a/vendor/github.com/docker/docker/daemon/logger/etwlogs/etwlogs_windows.go
+++ b/vendor/github.com/docker/docker/daemon/logger/etwlogs/etwlogs_windows.go
@@ -19,7 +19,7 @@ import (
 	"syscall"
 	"unsafe"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"github.com/docker/docker/daemon/logger"
 	"golang.org/x/sys/windows"
 )
diff --git a/vendor/github.com/docker/docker/daemon/logger/fluentd/fluentd.go b/vendor/github.com/docker/docker/daemon/logger/fluentd/fluentd.go
index a8303cf97bd8167a2fea98b0d3b30b4ec88b5fe6..f2f1a6a9e28dbb975fc1eb3b7a0c47d7bec10acb 100644
--- a/vendor/github.com/docker/docker/daemon/logger/fluentd/fluentd.go
+++ b/vendor/github.com/docker/docker/daemon/logger/fluentd/fluentd.go
@@ -11,7 +11,7 @@ import (
 	"strings"
 	"time"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"github.com/docker/docker/daemon/logger"
 	"github.com/docker/docker/daemon/logger/loggerutils"
 	"github.com/docker/docker/pkg/urlutil"
diff --git a/vendor/github.com/docker/docker/daemon/logger/gcplogs/gcplogging.go b/vendor/github.com/docker/docker/daemon/logger/gcplogs/gcplogging.go
index 9a8c1c903feff4457c45ed4b402cfffd3ff2d116..fab0f400665293ed9a59f5629e81aa1ddee4a2ac 100644
--- a/vendor/github.com/docker/docker/daemon/logger/gcplogs/gcplogging.go
+++ b/vendor/github.com/docker/docker/daemon/logger/gcplogs/gcplogging.go
@@ -8,7 +8,7 @@ import (
 
 	"github.com/docker/docker/daemon/logger"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"golang.org/x/net/context"
 	"google.golang.org/cloud/compute/metadata"
 	"google.golang.org/cloud/logging"
diff --git a/vendor/github.com/docker/docker/daemon/logger/gelf/gelf.go b/vendor/github.com/docker/docker/daemon/logger/gelf/gelf.go
index 95860ac08397724629f983ecb9dfb182d5a05ddd..ba0290771b42fef24a18c198a0a4d649a90cd473 100644
--- a/vendor/github.com/docker/docker/daemon/logger/gelf/gelf.go
+++ b/vendor/github.com/docker/docker/daemon/logger/gelf/gelf.go
@@ -15,7 +15,7 @@ import (
 	"time"
 
 	"github.com/Graylog2/go-gelf/gelf"
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"github.com/docker/docker/daemon/logger"
 	"github.com/docker/docker/daemon/logger/loggerutils"
 	"github.com/docker/docker/pkg/urlutil"
diff --git a/vendor/github.com/docker/docker/daemon/logger/journald/journald.go b/vendor/github.com/docker/docker/daemon/logger/journald/journald.go
index 9569859121f3763fb2b547fb713f4ed919ca7ac2..51167577b7347e242f64e1862c96e586a49719e6 100644
--- a/vendor/github.com/docker/docker/daemon/logger/journald/journald.go
+++ b/vendor/github.com/docker/docker/daemon/logger/journald/journald.go
@@ -9,7 +9,7 @@ import (
 	"sync"
 	"unicode"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"github.com/coreos/go-systemd/journal"
 	"github.com/docker/docker/daemon/logger"
 	"github.com/docker/docker/daemon/logger/loggerutils"
diff --git a/vendor/github.com/docker/docker/daemon/logger/journald/read.go b/vendor/github.com/docker/docker/daemon/logger/journald/read.go
index d91eb809bc94b0889742b74463271bcb0ec1efce..a81a4720f17396912d8d6d42c86a311fe302edf2 100644
--- a/vendor/github.com/docker/docker/daemon/logger/journald/read.go
+++ b/vendor/github.com/docker/docker/daemon/logger/journald/read.go
@@ -155,7 +155,7 @@ import (
 	"time"
 	"unsafe"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"github.com/coreos/go-systemd/journal"
 	"github.com/docker/docker/daemon/logger"
 )
diff --git a/vendor/github.com/docker/docker/daemon/logger/jsonfilelog/jsonfilelog.go b/vendor/github.com/docker/docker/daemon/logger/jsonfilelog/jsonfilelog.go
index a429a08a4f22f1a7cdfd94942ba7d3fe53a0d8fe..ec0553daaeeac74d6b0ee06ebe36892022c52e66 100644
--- a/vendor/github.com/docker/docker/daemon/logger/jsonfilelog/jsonfilelog.go
+++ b/vendor/github.com/docker/docker/daemon/logger/jsonfilelog/jsonfilelog.go
@@ -10,7 +10,7 @@ import (
 	"strconv"
 	"sync"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"github.com/docker/docker/daemon/logger"
 	"github.com/docker/docker/daemon/logger/loggerutils"
 	"github.com/docker/docker/pkg/jsonlog"
diff --git a/vendor/github.com/docker/docker/daemon/logger/jsonfilelog/read.go b/vendor/github.com/docker/docker/daemon/logger/jsonfilelog/read.go
index f2f9df1887dd2f651dbbb4d85d04fc37c2b98441..1a2e04f6341e12e8249824c976a9ce577e3e5871 100644
--- a/vendor/github.com/docker/docker/daemon/logger/jsonfilelog/read.go
+++ b/vendor/github.com/docker/docker/daemon/logger/jsonfilelog/read.go
@@ -12,7 +12,7 @@ import (
 	"github.com/fsnotify/fsnotify"
 	"golang.org/x/net/context"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"github.com/docker/docker/daemon/logger"
 	"github.com/docker/docker/pkg/filenotify"
 	"github.com/docker/docker/pkg/ioutils"
diff --git a/vendor/github.com/docker/docker/daemon/logger/logentries/logentries.go b/vendor/github.com/docker/docker/daemon/logger/logentries/logentries.go
index e794b1ed0891c692f4f07178542e5484b7b16c1f..5e13efa08b79eb11daa36fa6f2104e5027155a10 100644
--- a/vendor/github.com/docker/docker/daemon/logger/logentries/logentries.go
+++ b/vendor/github.com/docker/docker/daemon/logger/logentries/logentries.go
@@ -5,7 +5,7 @@ package logentries
 import (
 	"fmt"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"github.com/bsphere/le_go"
 	"github.com/docker/docker/daemon/logger"
 )
diff --git a/vendor/github.com/docker/docker/daemon/logger/splunk/splunk.go b/vendor/github.com/docker/docker/daemon/logger/splunk/splunk.go
index f85832681a59a24e1b55265d8749f7bee371bb69..b3c50bdd2bdc7c2c99d4fcdd5af72ec2ef8b69b4 100644
--- a/vendor/github.com/docker/docker/daemon/logger/splunk/splunk.go
+++ b/vendor/github.com/docker/docker/daemon/logger/splunk/splunk.go
@@ -18,7 +18,7 @@ import (
 	"sync"
 	"time"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"github.com/docker/docker/daemon/logger"
 	"github.com/docker/docker/daemon/logger/loggerutils"
 	"github.com/docker/docker/pkg/urlutil"
diff --git a/vendor/github.com/docker/docker/daemon/logger/syslog/syslog.go b/vendor/github.com/docker/docker/daemon/logger/syslog/syslog.go
index fb9e867ff53966164acdd9454b0c5528f2241381..db8a14ee88d144170d02fbcf90f0be55d7ada9e6 100644
--- a/vendor/github.com/docker/docker/daemon/logger/syslog/syslog.go
+++ b/vendor/github.com/docker/docker/daemon/logger/syslog/syslog.go
@@ -14,7 +14,7 @@ import (
 
 	syslog "github.com/RackSec/srslog"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"github.com/docker/docker/daemon/logger"
 	"github.com/docker/docker/daemon/logger/loggerutils"
 	"github.com/docker/docker/pkg/urlutil"
diff --git a/vendor/github.com/docker/docker/daemon/logs.go b/vendor/github.com/docker/docker/daemon/logs.go
index cc34b82083487ecbf7c656fd990905c9bf58baf2..0cb6828cc786884324b2ec915cfb01030f9c986e 100644
--- a/vendor/github.com/docker/docker/daemon/logs.go
+++ b/vendor/github.com/docker/docker/daemon/logs.go
@@ -8,7 +8,7 @@ import (
 
 	"golang.org/x/net/context"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"github.com/docker/docker/api/types/backend"
 	containertypes "github.com/docker/docker/api/types/container"
 	timetypes "github.com/docker/docker/api/types/time"
diff --git a/vendor/github.com/docker/docker/daemon/monitor.go b/vendor/github.com/docker/docker/daemon/monitor.go
index ee0d1fcce018d318abffc73aa180e8aae97b3368..2dd0f2599b2fc3f5b5aacda03aefceb7f917aad5 100644
--- a/vendor/github.com/docker/docker/daemon/monitor.go
+++ b/vendor/github.com/docker/docker/daemon/monitor.go
@@ -7,7 +7,7 @@ import (
 	"strconv"
 	"time"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"github.com/docker/docker/api/types"
 	"github.com/docker/docker/libcontainerd"
 	"github.com/docker/docker/restartmanager"
diff --git a/vendor/github.com/docker/docker/daemon/names.go b/vendor/github.com/docker/docker/daemon/names.go
index 273d551513b809ff2a763ddeb21579408d5bb60d..2ca5c97bbfb4cd5c16ddc2811c6c787652ba4885 100644
--- a/vendor/github.com/docker/docker/daemon/names.go
+++ b/vendor/github.com/docker/docker/daemon/names.go
@@ -4,7 +4,7 @@ import (
 	"fmt"
 	"strings"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"github.com/docker/docker/container"
 	"github.com/docker/docker/pkg/namesgenerator"
 	"github.com/docker/docker/pkg/registrar"
diff --git a/vendor/github.com/docker/docker/daemon/network.go b/vendor/github.com/docker/docker/daemon/network.go
index daa1f3718c0e0f650993d4ab253661ce4cbf0fed..2f52e56aab11034815c86f797dc7d2a70fd2523b 100644
--- a/vendor/github.com/docker/docker/daemon/network.go
+++ b/vendor/github.com/docker/docker/daemon/network.go
@@ -7,7 +7,7 @@ import (
 	"sort"
 	"strings"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	apierrors "github.com/docker/docker/api/errors"
 	"github.com/docker/docker/api/types"
 	"github.com/docker/docker/api/types/network"
diff --git a/vendor/github.com/docker/docker/daemon/oci_linux.go b/vendor/github.com/docker/docker/daemon/oci_linux.go
index 1daefc587beed9dda01388d26526e0bcfcf6b505..af5b881f5f2deb66b44b4de8ef3f50c58f46ac00 100644
--- a/vendor/github.com/docker/docker/daemon/oci_linux.go
+++ b/vendor/github.com/docker/docker/daemon/oci_linux.go
@@ -10,7 +10,7 @@ import (
 	"strconv"
 	"strings"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	containertypes "github.com/docker/docker/api/types/container"
 	"github.com/docker/docker/container"
 	"github.com/docker/docker/daemon/caps"
diff --git a/vendor/github.com/docker/docker/daemon/prune.go b/vendor/github.com/docker/docker/daemon/prune.go
index a693beb4e1078419ccbddd54a8381496f914bc7f..98ac2f945fbd4408185bfe31dfa7c3727944000f 100644
--- a/vendor/github.com/docker/docker/daemon/prune.go
+++ b/vendor/github.com/docker/docker/daemon/prune.go
@@ -4,7 +4,7 @@ import (
 	"fmt"
 	"regexp"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"github.com/docker/distribution/digest"
 	"github.com/docker/docker/api/types"
 	"github.com/docker/docker/api/types/filters"
diff --git a/vendor/github.com/docker/docker/daemon/rename.go b/vendor/github.com/docker/docker/daemon/rename.go
index ffb7715f236b4fdc4beeeda8ee963528a4f56757..f32ca2bde9d2e16107e65bc158a3916c4e8765a8 100644
--- a/vendor/github.com/docker/docker/daemon/rename.go
+++ b/vendor/github.com/docker/docker/daemon/rename.go
@@ -4,7 +4,7 @@ import (
 	"fmt"
 	"strings"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	dockercontainer "github.com/docker/docker/container"
 	"github.com/docker/libnetwork"
 )
diff --git a/vendor/github.com/docker/docker/daemon/restart.go b/vendor/github.com/docker/docker/daemon/restart.go
index 79292f3752bb148c4de4123717a77ae5b6355632..19d200747210572026890d44c1b3d5ecce7b6a1d 100644
--- a/vendor/github.com/docker/docker/daemon/restart.go
+++ b/vendor/github.com/docker/docker/daemon/restart.go
@@ -3,7 +3,7 @@ package daemon
 import (
 	"fmt"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"github.com/docker/docker/container"
 )
 
diff --git a/vendor/github.com/docker/docker/daemon/seccomp_linux.go b/vendor/github.com/docker/docker/daemon/seccomp_linux.go
index 7f16733d95e7a8f33415533151c910ce4ce07285..7de55d44c342c39f1975695e3724d499a01fcc20 100644
--- a/vendor/github.com/docker/docker/daemon/seccomp_linux.go
+++ b/vendor/github.com/docker/docker/daemon/seccomp_linux.go
@@ -5,7 +5,7 @@ package daemon
 import (
 	"fmt"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"github.com/docker/docker/container"
 	"github.com/docker/docker/profiles/seccomp"
 	"github.com/opencontainers/runtime-spec/specs-go"
diff --git a/vendor/github.com/docker/docker/daemon/secrets.go b/vendor/github.com/docker/docker/daemon/secrets.go
index 355cb1e139f75e12c2eacd1260ccf36b643c7eec..a0a37721132494bd0f0f4becca60aaa449876f60 100644
--- a/vendor/github.com/docker/docker/daemon/secrets.go
+++ b/vendor/github.com/docker/docker/daemon/secrets.go
@@ -1,7 +1,7 @@
 package daemon
 
 import (
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	swarmtypes "github.com/docker/docker/api/types/swarm"
 	"github.com/docker/swarmkit/agent/exec"
 )
diff --git a/vendor/github.com/docker/docker/daemon/start.go b/vendor/github.com/docker/docker/daemon/start.go
index 6c94fd5482d0bcde0f4d1c469e7e4a416cf08be0..5572ca3d53e88c61e20a9d584339e94cd3f3e387 100644
--- a/vendor/github.com/docker/docker/daemon/start.go
+++ b/vendor/github.com/docker/docker/daemon/start.go
@@ -10,7 +10,7 @@ import (
 
 	"google.golang.org/grpc"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	apierrors "github.com/docker/docker/api/errors"
 	"github.com/docker/docker/api/types"
 	containertypes "github.com/docker/docker/api/types/container"
diff --git a/vendor/github.com/docker/docker/daemon/stats_collector.go b/vendor/github.com/docker/docker/daemon/stats_collector.go
index dc6825e7052395db2bf60d6315280386dd488b65..38f26a451af53a5eb0de507015afb0f7c94b144a 100644
--- a/vendor/github.com/docker/docker/daemon/stats_collector.go
+++ b/vendor/github.com/docker/docker/daemon/stats_collector.go
@@ -7,7 +7,7 @@ import (
 	"sync"
 	"time"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"github.com/docker/docker/api/types"
 	"github.com/docker/docker/container"
 	"github.com/docker/docker/pkg/pubsub"
diff --git a/vendor/github.com/docker/docker/daemon/stop.go b/vendor/github.com/docker/docker/daemon/stop.go
index aa7b3820c89e5165f76c59dbaf73d0bf43861da3..c7179d8db7f4568515d48592198b1411ae367b30 100644
--- a/vendor/github.com/docker/docker/daemon/stop.go
+++ b/vendor/github.com/docker/docker/daemon/stop.go
@@ -5,7 +5,7 @@ import (
 	"net/http"
 	"time"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"github.com/docker/docker/api/errors"
 	"github.com/docker/docker/container"
 )
diff --git a/vendor/github.com/docker/docker/daemon/volumes.go b/vendor/github.com/docker/docker/daemon/volumes.go
index 10cf787709d8043919605d48aa6b90e7fdeddbcf..d7dc81f7581249b8b8a43613b64be47a3dfa9e49 100644
--- a/vendor/github.com/docker/docker/daemon/volumes.go
+++ b/vendor/github.com/docker/docker/daemon/volumes.go
@@ -7,7 +7,7 @@ import (
 	"path/filepath"
 	"strings"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	dockererrors "github.com/docker/docker/api/errors"
 	"github.com/docker/docker/api/types"
 	containertypes "github.com/docker/docker/api/types/container"
diff --git a/vendor/github.com/docker/docker/distribution/errors.go b/vendor/github.com/docker/docker/distribution/errors.go
index b8cf9fb9e8034330d6195cdbfdec5f2bffaf0681..5652735f18723d400f3b039fade5f25f251d6861 100644
--- a/vendor/github.com/docker/docker/distribution/errors.go
+++ b/vendor/github.com/docker/docker/distribution/errors.go
@@ -5,7 +5,7 @@ import (
 	"strings"
 	"syscall"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"github.com/docker/distribution"
 	"github.com/docker/distribution/registry/api/errcode"
 	"github.com/docker/distribution/registry/api/v2"
diff --git a/vendor/github.com/docker/docker/distribution/pull.go b/vendor/github.com/docker/docker/distribution/pull.go
index a0acfe5b6bed6d968431742f2577d9536b70862f..0bd7212ad895e067e12d0e833254a3a892ee79f2 100644
--- a/vendor/github.com/docker/docker/distribution/pull.go
+++ b/vendor/github.com/docker/docker/distribution/pull.go
@@ -3,7 +3,7 @@ package distribution
 import (
 	"fmt"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"github.com/docker/distribution/digest"
 	"github.com/docker/docker/api"
 	"github.com/docker/docker/distribution/metadata"
diff --git a/vendor/github.com/docker/docker/distribution/pull_v1.go b/vendor/github.com/docker/docker/distribution/pull_v1.go
index f44ed4f371d6c7dd29674a522760efce3da1e124..2a160cb01b1fc260662f71799d49d53c4724a36d 100644
--- a/vendor/github.com/docker/docker/distribution/pull_v1.go
+++ b/vendor/github.com/docker/docker/distribution/pull_v1.go
@@ -11,7 +11,7 @@ import (
 	"strings"
 	"time"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"github.com/docker/distribution/registry/client/transport"
 	"github.com/docker/docker/distribution/metadata"
 	"github.com/docker/docker/distribution/xfer"
diff --git a/vendor/github.com/docker/docker/distribution/pull_v2.go b/vendor/github.com/docker/docker/distribution/pull_v2.go
index 88807edc7dcb5572df68545f4f7956fda6b994de..2cd8216bfd3c1b558d3e791e9fd4ebc1b0ecc738 100644
--- a/vendor/github.com/docker/docker/distribution/pull_v2.go
+++ b/vendor/github.com/docker/docker/distribution/pull_v2.go
@@ -10,7 +10,7 @@ import (
 	"os"
 	"runtime"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"github.com/docker/distribution"
 	"github.com/docker/distribution/digest"
 	"github.com/docker/distribution/manifest/manifestlist"
diff --git a/vendor/github.com/docker/docker/distribution/pull_v2_windows.go b/vendor/github.com/docker/docker/distribution/pull_v2_windows.go
index aefed866010017ca41dc3e49d0ec9f1e4f8ff77c..76acb5dc80ff2c461354a05086b8e99a085a1165 100644
--- a/vendor/github.com/docker/docker/distribution/pull_v2_windows.go
+++ b/vendor/github.com/docker/docker/distribution/pull_v2_windows.go
@@ -6,7 +6,7 @@ import (
 	"net/http"
 	"os"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"github.com/docker/distribution"
 	"github.com/docker/distribution/context"
 	"github.com/docker/distribution/manifest/schema2"
diff --git a/vendor/github.com/docker/docker/distribution/push.go b/vendor/github.com/docker/docker/distribution/push.go
index d35bdb103e8bb8ed4cb6d03b7a467fbe1d80b1f3..8e88745906ef8b772b17008b03d9b6ef3e341e84 100644
--- a/vendor/github.com/docker/docker/distribution/push.go
+++ b/vendor/github.com/docker/docker/distribution/push.go
@@ -6,7 +6,7 @@ import (
 	"fmt"
 	"io"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"github.com/docker/docker/distribution/metadata"
 	"github.com/docker/docker/pkg/progress"
 	"github.com/docker/docker/reference"
diff --git a/vendor/github.com/docker/docker/distribution/push_v1.go b/vendor/github.com/docker/docker/distribution/push_v1.go
index 257ac181ec4bb151e5e79e0f072bad11b3210442..0acb194c8b57141e3b89772c698c7f3484134b68 100644
--- a/vendor/github.com/docker/docker/distribution/push_v1.go
+++ b/vendor/github.com/docker/docker/distribution/push_v1.go
@@ -4,7 +4,7 @@ import (
 	"fmt"
 	"sync"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"github.com/docker/distribution/digest"
 	"github.com/docker/distribution/registry/client/transport"
 	"github.com/docker/docker/distribution/metadata"
diff --git a/vendor/github.com/docker/docker/distribution/push_v2.go b/vendor/github.com/docker/docker/distribution/push_v2.go
index 1f8c822fec20322bf1499c88f74f8d7462ffd2f8..14d89fcdc79426297d310833a94883bbb48f6cde 100644
--- a/vendor/github.com/docker/docker/distribution/push_v2.go
+++ b/vendor/github.com/docker/docker/distribution/push_v2.go
@@ -11,7 +11,7 @@ import (
 
 	"golang.org/x/net/context"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"github.com/docker/distribution"
 	"github.com/docker/distribution/digest"
 	"github.com/docker/distribution/manifest/schema1"
diff --git a/vendor/github.com/docker/docker/distribution/registry_unit_test.go b/vendor/github.com/docker/docker/distribution/registry_unit_test.go
index 406de34915aea85b48ece71e05d46f8615120bc7..2d12912c20ae2fc39a5c48779568dc1166c64413 100644
--- a/vendor/github.com/docker/docker/distribution/registry_unit_test.go
+++ b/vendor/github.com/docker/docker/distribution/registry_unit_test.go
@@ -8,7 +8,7 @@ import (
 	"strings"
 	"testing"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"github.com/docker/docker/api/types"
 	registrytypes "github.com/docker/docker/api/types/registry"
 	"github.com/docker/docker/reference"
diff --git a/vendor/github.com/docker/docker/distribution/utils/progress.go b/vendor/github.com/docker/docker/distribution/utils/progress.go
index ef8ecc89f6dbb69733de680b5df809df20fdd1a6..e9ef751d2bbc5b8750418da2b73304456490cc30 100644
--- a/vendor/github.com/docker/docker/distribution/utils/progress.go
+++ b/vendor/github.com/docker/docker/distribution/utils/progress.go
@@ -6,7 +6,7 @@ import (
 	"os"
 	"syscall"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"github.com/docker/docker/pkg/progress"
 	"github.com/docker/docker/pkg/streamformatter"
 )
diff --git a/vendor/github.com/docker/docker/distribution/xfer/download.go b/vendor/github.com/docker/docker/distribution/xfer/download.go
index 75453422124ccf76c8c75238c0be1352e5442ecc..03d8d27eccaf2e0cc3ff3f4c646b9d61e2272bc0 100644
--- a/vendor/github.com/docker/docker/distribution/xfer/download.go
+++ b/vendor/github.com/docker/docker/distribution/xfer/download.go
@@ -6,7 +6,7 @@ import (
 	"io"
 	"time"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"github.com/docker/distribution"
 	"github.com/docker/docker/image"
 	"github.com/docker/docker/layer"
diff --git a/vendor/github.com/docker/docker/distribution/xfer/upload.go b/vendor/github.com/docker/docker/distribution/xfer/upload.go
index ad3398369cc772b8c75841c57e12395edc7acd47..4976bc9bdd32b6ab74d9f2d5fd6468667dc11588 100644
--- a/vendor/github.com/docker/docker/distribution/xfer/upload.go
+++ b/vendor/github.com/docker/docker/distribution/xfer/upload.go
@@ -4,7 +4,7 @@ import (
 	"errors"
 	"time"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"github.com/docker/distribution"
 	"github.com/docker/docker/layer"
 	"github.com/docker/docker/pkg/progress"
diff --git a/vendor/github.com/docker/docker/image/fs.go b/vendor/github.com/docker/docker/image/fs.go
index 39cfbf5d74d75e57f35bbf314c95a8c754601a3d..454e1bf76721bfc86b0c9fbc18dceb07364685ba 100644
--- a/vendor/github.com/docker/docker/image/fs.go
+++ b/vendor/github.com/docker/docker/image/fs.go
@@ -7,7 +7,7 @@ import (
 	"path/filepath"
 	"sync"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"github.com/docker/distribution/digest"
 	"github.com/docker/docker/pkg/ioutils"
 )
diff --git a/vendor/github.com/docker/docker/image/rootfs.go b/vendor/github.com/docker/docker/image/rootfs.go
index 7b24e3ed1e2fd9565cbb7035ba4246883fe82757..07c022ef67858ca22daa37a31b4c429945e57795 100644
--- a/vendor/github.com/docker/docker/image/rootfs.go
+++ b/vendor/github.com/docker/docker/image/rootfs.go
@@ -3,7 +3,7 @@ package image
 import (
 	"runtime"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"github.com/docker/docker/layer"
 )
 
diff --git a/vendor/github.com/docker/docker/image/store.go b/vendor/github.com/docker/docker/image/store.go
index b61c456097ca7f9546e18bc6ec18d83fb0df73de..1b07c4b0ec498c1deca7b6d4ab89f304efd3d721 100644
--- a/vendor/github.com/docker/docker/image/store.go
+++ b/vendor/github.com/docker/docker/image/store.go
@@ -6,7 +6,7 @@ import (
 	"fmt"
 	"sync"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"github.com/docker/distribution/digest"
 	"github.com/docker/docker/layer"
 )
diff --git a/vendor/github.com/docker/docker/image/tarexport/load.go b/vendor/github.com/docker/docker/image/tarexport/load.go
index 01edd91fb7b98a9d6bcc150e4c0432981e28694b..86deb03a2eca1cd065d60b6ae8aabb49ae76b818 100644
--- a/vendor/github.com/docker/docker/image/tarexport/load.go
+++ b/vendor/github.com/docker/docker/image/tarexport/load.go
@@ -9,7 +9,7 @@ import (
 	"path/filepath"
 	"reflect"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"github.com/docker/distribution"
 	"github.com/docker/distribution/digest"
 	"github.com/docker/docker/image"
diff --git a/vendor/github.com/docker/docker/image/v1/imagev1.go b/vendor/github.com/docker/docker/image/v1/imagev1.go
index d498ddbc00b6f0988907f8861b0cb82a80d6a342..48c83c2b412cbf9588ad0d1a9821b77f4eaae9dc 100644
--- a/vendor/github.com/docker/docker/image/v1/imagev1.go
+++ b/vendor/github.com/docker/docker/image/v1/imagev1.go
@@ -7,7 +7,7 @@ import (
 	"regexp"
 	"strings"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"github.com/docker/distribution/digest"
 	"github.com/docker/docker/api/types/versions"
 	"github.com/docker/docker/image"
diff --git a/vendor/github.com/docker/docker/integration-cli/events_utils.go b/vendor/github.com/docker/docker/integration-cli/events_utils.go
index ba241796b30a6dddf60f6ad6fe632208ddcc0b65..adf06c0daae699e6115f49e804852eeb8d15d900 100644
--- a/vendor/github.com/docker/docker/integration-cli/events_utils.go
+++ b/vendor/github.com/docker/docker/integration-cli/events_utils.go
@@ -9,7 +9,7 @@ import (
 	"strconv"
 	"strings"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	eventstestutils "github.com/docker/docker/daemon/events/testutils"
 	"github.com/docker/docker/pkg/integration/checker"
 	"github.com/go-check/check"
diff --git a/vendor/github.com/docker/docker/layer/filestore.go b/vendor/github.com/docker/docker/layer/filestore.go
index 42b45556e34e37ba934ab6ecef21ebacb6c4182d..d13c24bd80fda166d10eeb73f40076f4f0061664 100644
--- a/vendor/github.com/docker/docker/layer/filestore.go
+++ b/vendor/github.com/docker/docker/layer/filestore.go
@@ -13,7 +13,7 @@ import (
 	"strconv"
 	"strings"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"github.com/docker/distribution"
 	"github.com/docker/distribution/digest"
 	"github.com/docker/docker/pkg/ioutils"
diff --git a/vendor/github.com/docker/docker/layer/layer.go b/vendor/github.com/docker/docker/layer/layer.go
index ec1d4346d7d978538e4fe9769c167aea343b61ed..f1746881d79dd76677ddb61a69f51637d3f4bb25 100644
--- a/vendor/github.com/docker/docker/layer/layer.go
+++ b/vendor/github.com/docker/docker/layer/layer.go
@@ -13,7 +13,7 @@ import (
 	"errors"
 	"io"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"github.com/docker/distribution"
 	"github.com/docker/distribution/digest"
 	"github.com/docker/docker/pkg/archive"
diff --git a/vendor/github.com/docker/docker/layer/layer_store.go b/vendor/github.com/docker/docker/layer/layer_store.go
index 1a1ff9fe59b42840543db91a3a9f38df80c86b1f..990de679451d23b5bb183386447d8ab51ada3754 100644
--- a/vendor/github.com/docker/docker/layer/layer_store.go
+++ b/vendor/github.com/docker/docker/layer/layer_store.go
@@ -7,7 +7,7 @@ import (
 	"io/ioutil"
 	"sync"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"github.com/docker/distribution"
 	"github.com/docker/distribution/digest"
 	"github.com/docker/docker/daemon/graphdriver"
diff --git a/vendor/github.com/docker/docker/layer/layer_windows.go b/vendor/github.com/docker/docker/layer/layer_windows.go
index e20311a09149b53f243515fda7e060a51e624044..4f0a1040841ec6a4e6a8d70a072524769c54d733 100644
--- a/vendor/github.com/docker/docker/layer/layer_windows.go
+++ b/vendor/github.com/docker/docker/layer/layer_windows.go
@@ -4,7 +4,7 @@ import (
 	"errors"
 	"fmt"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"github.com/docker/distribution/digest"
 	"github.com/docker/docker/daemon/graphdriver"
 )
diff --git a/vendor/github.com/docker/docker/layer/migration.go b/vendor/github.com/docker/docker/layer/migration.go
index b45c31099d612ed55cd3160c949770df15382cd2..d36d9631d4a124565461f09c5b62b9e07a74838a 100644
--- a/vendor/github.com/docker/docker/layer/migration.go
+++ b/vendor/github.com/docker/docker/layer/migration.go
@@ -7,7 +7,7 @@ import (
 	"io"
 	"os"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"github.com/docker/distribution/digest"
 	"github.com/vbatts/tar-split/tar/asm"
 	"github.com/vbatts/tar-split/tar/storage"
diff --git a/vendor/github.com/docker/docker/libcontainerd/client_linux.go b/vendor/github.com/docker/docker/libcontainerd/client_linux.go
index 657eda2c0dc41901bc17cd6dfc58a372674006d9..f405f6ead28b5dde17a2e7489eb7ce8ac0923c5d 100644
--- a/vendor/github.com/docker/docker/libcontainerd/client_linux.go
+++ b/vendor/github.com/docker/docker/libcontainerd/client_linux.go
@@ -8,7 +8,7 @@ import (
 	"syscall"
 	"time"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	containerd "github.com/docker/containerd/api/grpc/types"
 	"github.com/docker/docker/pkg/ioutils"
 	"github.com/docker/docker/pkg/mount"
diff --git a/vendor/github.com/docker/docker/libcontainerd/client_unix.go b/vendor/github.com/docker/docker/libcontainerd/client_unix.go
index 21e8fea666bb65e70fe2ac7e89b0d04fd469968b..3a7ef41e27aee14897be8cc6209b577a81a65d25 100644
--- a/vendor/github.com/docker/docker/libcontainerd/client_unix.go
+++ b/vendor/github.com/docker/docker/libcontainerd/client_unix.go
@@ -10,7 +10,7 @@ import (
 	"strings"
 	"sync"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	containerd "github.com/docker/containerd/api/grpc/types"
 	"github.com/docker/docker/pkg/idtools"
 	specs "github.com/opencontainers/runtime-spec/specs-go"
diff --git a/vendor/github.com/docker/docker/libcontainerd/client_windows.go b/vendor/github.com/docker/docker/libcontainerd/client_windows.go
index ddcf321c85a4c463af71c405e005924af38d2165..4c838ef734b48ccde0372e44545298ec6135c2e9 100644
--- a/vendor/github.com/docker/docker/libcontainerd/client_windows.go
+++ b/vendor/github.com/docker/docker/libcontainerd/client_windows.go
@@ -13,7 +13,7 @@ import (
 	"golang.org/x/net/context"
 
 	"github.com/Microsoft/hcsshim"
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"github.com/docker/docker/pkg/sysinfo"
 	"github.com/opencontainers/runtime-spec/specs-go"
 )
diff --git a/vendor/github.com/docker/docker/libcontainerd/container_unix.go b/vendor/github.com/docker/docker/libcontainerd/container_unix.go
index 1bd6050a726530d619cb0bc4d20cade24ac8e83e..c694f0773599016c78585ecf0e113a1545ba2f93 100644
--- a/vendor/github.com/docker/docker/libcontainerd/container_unix.go
+++ b/vendor/github.com/docker/docker/libcontainerd/container_unix.go
@@ -12,7 +12,7 @@ import (
 	"syscall"
 	"time"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	containerd "github.com/docker/containerd/api/grpc/types"
 	"github.com/docker/docker/pkg/ioutils"
 	specs "github.com/opencontainers/runtime-spec/specs-go"
diff --git a/vendor/github.com/docker/docker/libcontainerd/container_windows.go b/vendor/github.com/docker/docker/libcontainerd/container_windows.go
index 9b1965099a8fab8c91ab04c5fdb247c385b73039..35e6c4afffdb2928beeae7a2a2a5bddb9303a043 100644
--- a/vendor/github.com/docker/docker/libcontainerd/container_windows.go
+++ b/vendor/github.com/docker/docker/libcontainerd/container_windows.go
@@ -9,7 +9,7 @@ import (
 	"time"
 
 	"github.com/Microsoft/hcsshim"
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"github.com/opencontainers/runtime-spec/specs-go"
 )
 
diff --git a/vendor/github.com/docker/docker/libcontainerd/oom_linux.go b/vendor/github.com/docker/docker/libcontainerd/oom_linux.go
index e126b7a5500fffc52530788d19ea4a199fc7be7f..6080cc02c4ad5266d1b0183b9908ec28d640f1bb 100644
--- a/vendor/github.com/docker/docker/libcontainerd/oom_linux.go
+++ b/vendor/github.com/docker/docker/libcontainerd/oom_linux.go
@@ -5,7 +5,7 @@ import (
 	"os"
 	"strconv"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"github.com/opencontainers/runc/libcontainer/system"
 )
 
diff --git a/vendor/github.com/docker/docker/libcontainerd/remote_unix.go b/vendor/github.com/docker/docker/libcontainerd/remote_unix.go
index 64a28646be56e5cadb8000eb1f812d767ac6723c..42faca0820c4a472bb4dd40a25b60fdea60a1c14 100644
--- a/vendor/github.com/docker/docker/libcontainerd/remote_unix.go
+++ b/vendor/github.com/docker/docker/libcontainerd/remote_unix.go
@@ -18,7 +18,7 @@ import (
 	"syscall"
 	"time"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	containerd "github.com/docker/containerd/api/grpc/types"
 	"github.com/docker/docker/pkg/locker"
 	sysinfo "github.com/docker/docker/pkg/system"
diff --git a/vendor/github.com/docker/docker/migrate/v1/migratev1.go b/vendor/github.com/docker/docker/migrate/v1/migratev1.go
index bc42dd2ca4f6aa34997bc168238c775a568a7c2f..ef5543e80e876ab500bb29afa12e7f3be01f1f8b 100644
--- a/vendor/github.com/docker/docker/migrate/v1/migratev1.go
+++ b/vendor/github.com/docker/docker/migrate/v1/migratev1.go
@@ -13,7 +13,7 @@ import (
 
 	"encoding/json"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"github.com/docker/distribution/digest"
 	"github.com/docker/docker/distribution/metadata"
 	"github.com/docker/docker/image"
diff --git a/vendor/github.com/docker/docker/pkg/archive/archive.go b/vendor/github.com/docker/docker/pkg/archive/archive.go
index 3261c4f4988d2042d479023ac81ed18ea731d129..c32a34ad6abc63d18411834d86c4aac6d2420067 100644
--- a/vendor/github.com/docker/docker/pkg/archive/archive.go
+++ b/vendor/github.com/docker/docker/pkg/archive/archive.go
@@ -17,7 +17,7 @@ import (
 	"strings"
 	"syscall"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"github.com/docker/docker/pkg/fileutils"
 	"github.com/docker/docker/pkg/idtools"
 	"github.com/docker/docker/pkg/ioutils"
diff --git a/vendor/github.com/docker/docker/pkg/archive/changes.go b/vendor/github.com/docker/docker/pkg/archive/changes.go
index c07d55cbd9a762c9495b8f4d7f2b6d627acb88df..acb18720c52e1fe2e60a8cda21b345e2cf4bda35 100644
--- a/vendor/github.com/docker/docker/pkg/archive/changes.go
+++ b/vendor/github.com/docker/docker/pkg/archive/changes.go
@@ -13,7 +13,7 @@ import (
 	"syscall"
 	"time"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"github.com/docker/docker/pkg/idtools"
 	"github.com/docker/docker/pkg/pools"
 	"github.com/docker/docker/pkg/system"
diff --git a/vendor/github.com/docker/docker/pkg/archive/copy.go b/vendor/github.com/docker/docker/pkg/archive/copy.go
index 0614c67cecaf8a09f3c44c76c1b4251b9b814cb7..1676d2bbf086fb628e38c79e7390d5a14226ccae 100644
--- a/vendor/github.com/docker/docker/pkg/archive/copy.go
+++ b/vendor/github.com/docker/docker/pkg/archive/copy.go
@@ -9,7 +9,7 @@ import (
 	"path/filepath"
 	"strings"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"github.com/docker/docker/pkg/system"
 )
 
diff --git a/vendor/github.com/docker/docker/pkg/archive/diff.go b/vendor/github.com/docker/docker/pkg/archive/diff.go
index 9e1a58c499c5c62d765041670e5ecab139618b57..905d4424cbb54ac9bcb62ad7adc9781e8f1d5f5f 100644
--- a/vendor/github.com/docker/docker/pkg/archive/diff.go
+++ b/vendor/github.com/docker/docker/pkg/archive/diff.go
@@ -10,7 +10,7 @@ import (
 	"runtime"
 	"strings"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"github.com/docker/docker/pkg/idtools"
 	"github.com/docker/docker/pkg/pools"
 	"github.com/docker/docker/pkg/system"
diff --git a/vendor/github.com/docker/docker/pkg/archive/example_changes.go b/vendor/github.com/docker/docker/pkg/archive/example_changes.go
index cedd46a408e49a263aa207e240f7dc12ea139adf..c500ad0962a6a2b76bc4395bb81c13f81b7ef378 100644
--- a/vendor/github.com/docker/docker/pkg/archive/example_changes.go
+++ b/vendor/github.com/docker/docker/pkg/archive/example_changes.go
@@ -13,7 +13,7 @@ import (
 	"os"
 	"path"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"github.com/docker/docker/pkg/archive"
 )
 
diff --git a/vendor/github.com/docker/docker/pkg/authorization/authz.go b/vendor/github.com/docker/docker/pkg/authorization/authz.go
index dc9a9ae56f993df7ddb207d737318c81803dcbcb..1eacf371c1cfeb53b77cfbbedf297a54dcceeff1 100644
--- a/vendor/github.com/docker/docker/pkg/authorization/authz.go
+++ b/vendor/github.com/docker/docker/pkg/authorization/authz.go
@@ -8,7 +8,7 @@ import (
 	"net/http"
 	"strings"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"github.com/docker/docker/pkg/ioutils"
 )
 
diff --git a/vendor/github.com/docker/docker/pkg/authorization/middleware.go b/vendor/github.com/docker/docker/pkg/authorization/middleware.go
index 52890dd3605f23dedda9fd2ca6c4c138e0538b3b..d0fd1c0f6bbb7cd0302d6e43b989fc5a56d9638f 100644
--- a/vendor/github.com/docker/docker/pkg/authorization/middleware.go
+++ b/vendor/github.com/docker/docker/pkg/authorization/middleware.go
@@ -4,7 +4,7 @@ import (
 	"net/http"
 	"sync"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"github.com/docker/docker/pkg/plugingetter"
 	"golang.org/x/net/context"
 )
diff --git a/vendor/github.com/docker/docker/pkg/authorization/response.go b/vendor/github.com/docker/docker/pkg/authorization/response.go
index 129bf2f41730abfd67679b1488b972cfeb03b223..cea64f2e80b165b7c388d82b9c5f7e8afcfd0e6c 100644
--- a/vendor/github.com/docker/docker/pkg/authorization/response.go
+++ b/vendor/github.com/docker/docker/pkg/authorization/response.go
@@ -8,7 +8,7 @@ import (
 	"net"
 	"net/http"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 )
 
 // ResponseModifier allows authorization plugins to read and modify the content of the http.response
diff --git a/vendor/github.com/docker/docker/pkg/devicemapper/devmapper.go b/vendor/github.com/docker/docker/pkg/devicemapper/devmapper.go
index 94b55306f17c02911e3a6ea5fb6c8c361a6ee4cd..4278e69f9b614e6cda56ccf4bf5dc1d03b336301 100644
--- a/vendor/github.com/docker/docker/pkg/devicemapper/devmapper.go
+++ b/vendor/github.com/docker/docker/pkg/devicemapper/devmapper.go
@@ -10,7 +10,7 @@ import (
 	"syscall"
 	"unsafe"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 )
 
 // DevmapperLogger defines methods for logging with devicemapper.
diff --git a/vendor/github.com/docker/docker/pkg/discovery/backends.go b/vendor/github.com/docker/docker/pkg/discovery/backends.go
index 2eab550e29075d81e56dc7d2c834f367a112330d..a25b86c3e6e90bb4c0e84eb05f601ecee7ddebd4 100644
--- a/vendor/github.com/docker/docker/pkg/discovery/backends.go
+++ b/vendor/github.com/docker/docker/pkg/discovery/backends.go
@@ -6,7 +6,7 @@ import (
 	"strings"
 	"time"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 )
 
 var (
diff --git a/vendor/github.com/docker/docker/pkg/discovery/kv/kv.go b/vendor/github.com/docker/docker/pkg/discovery/kv/kv.go
index 77eee7d45491ac7dcf8ec4e4964e3b33289b1f97..d8f7cbee9760ac3a80cde5722b744a738e430664 100644
--- a/vendor/github.com/docker/docker/pkg/discovery/kv/kv.go
+++ b/vendor/github.com/docker/docker/pkg/discovery/kv/kv.go
@@ -6,7 +6,7 @@ import (
 	"strings"
 	"time"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"github.com/docker/docker/pkg/discovery"
 	"github.com/docker/go-connections/tlsconfig"
 	"github.com/docker/libkv"
diff --git a/vendor/github.com/docker/docker/pkg/filenotify/poller.go b/vendor/github.com/docker/docker/pkg/filenotify/poller.go
index dc5ccd0f7f3f400fd220009afa59ae06ab02e0b0..fc44687e81bb7f8a9e8a88e4741842628e352c17 100644
--- a/vendor/github.com/docker/docker/pkg/filenotify/poller.go
+++ b/vendor/github.com/docker/docker/pkg/filenotify/poller.go
@@ -7,7 +7,7 @@ import (
 	"sync"
 	"time"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 
 	"github.com/fsnotify/fsnotify"
 )
diff --git a/vendor/github.com/docker/docker/pkg/fileutils/fileutils.go b/vendor/github.com/docker/docker/pkg/fileutils/fileutils.go
index c63ae75ce81b63ba1d04dda32cfde180123a4f37..f08afc5ef35a130f9e50aeb90a65a6ca14b6ca9b 100644
--- a/vendor/github.com/docker/docker/pkg/fileutils/fileutils.go
+++ b/vendor/github.com/docker/docker/pkg/fileutils/fileutils.go
@@ -10,7 +10,7 @@ import (
 	"strings"
 	"text/scanner"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 )
 
 // exclusion returns true if the specified pattern is an exclusion
diff --git a/vendor/github.com/docker/docker/pkg/fileutils/fileutils_unix.go b/vendor/github.com/docker/docker/pkg/fileutils/fileutils_unix.go
index d5c3abf56880feaa9dd15a1cd1b25dd8b36e2c25..9e0e97bd64ac03f8aa6723372cdd9125defc15e0 100644
--- a/vendor/github.com/docker/docker/pkg/fileutils/fileutils_unix.go
+++ b/vendor/github.com/docker/docker/pkg/fileutils/fileutils_unix.go
@@ -7,7 +7,7 @@ import (
 	"io/ioutil"
 	"os"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 )
 
 // GetTotalUsedFds Returns the number of used File Descriptors by
diff --git a/vendor/github.com/docker/docker/pkg/httputils/resumablerequestreader.go b/vendor/github.com/docker/docker/pkg/httputils/resumablerequestreader.go
index bebc8608cd9e15b3e1ba23152223776e9c10138f..a11269c7b1132aaf9bcccbad47f7ef92030f7d9e 100644
--- a/vendor/github.com/docker/docker/pkg/httputils/resumablerequestreader.go
+++ b/vendor/github.com/docker/docker/pkg/httputils/resumablerequestreader.go
@@ -6,7 +6,7 @@ import (
 	"net/http"
 	"time"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 )
 
 type resumableRequestReader struct {
diff --git a/vendor/github.com/docker/docker/pkg/listeners/listeners_unix.go b/vendor/github.com/docker/docker/pkg/listeners/listeners_unix.go
index 1bcae7aa3e528dbdabab9613f071d476ce181f08..8cc858457939e986a4bb69fea16f052ef7a74440 100644
--- a/vendor/github.com/docker/docker/pkg/listeners/listeners_unix.go
+++ b/vendor/github.com/docker/docker/pkg/listeners/listeners_unix.go
@@ -8,7 +8,7 @@ import (
 	"net"
 	"strconv"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"github.com/coreos/go-systemd/activation"
 	"github.com/docker/go-connections/sockets"
 )
diff --git a/vendor/github.com/docker/docker/pkg/loopback/attach_loopback.go b/vendor/github.com/docker/docker/pkg/loopback/attach_loopback.go
index 971f45eb4897c10636a82e3a9c15dcd76976ccbb..829b855a29bb76d91388768e705029d6d5977d34 100644
--- a/vendor/github.com/docker/docker/pkg/loopback/attach_loopback.go
+++ b/vendor/github.com/docker/docker/pkg/loopback/attach_loopback.go
@@ -8,7 +8,7 @@ import (
 	"os"
 	"syscall"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 )
 
 // Loopback related errors
diff --git a/vendor/github.com/docker/docker/pkg/loopback/loopback.go b/vendor/github.com/docker/docker/pkg/loopback/loopback.go
index bc0479284c2d96b79da1eac75b9012cb58112a77..a8ec3c6163525e8b46bee42dfc9e560adbdbb366 100644
--- a/vendor/github.com/docker/docker/pkg/loopback/loopback.go
+++ b/vendor/github.com/docker/docker/pkg/loopback/loopback.go
@@ -7,7 +7,7 @@ import (
 	"os"
 	"syscall"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 )
 
 func getLoopbackBackingFile(file *os.File) (uint64, uint64, error) {
diff --git a/vendor/github.com/docker/docker/pkg/parsers/kernel/kernel_unix.go b/vendor/github.com/docker/docker/pkg/parsers/kernel/kernel_unix.go
index 744d5e1f836beab29e7b438e29f183bed8f66384..1855f75a84dbd59b0140b0ad6feb266faac09e04 100644
--- a/vendor/github.com/docker/docker/pkg/parsers/kernel/kernel_unix.go
+++ b/vendor/github.com/docker/docker/pkg/parsers/kernel/kernel_unix.go
@@ -7,7 +7,7 @@ package kernel
 import (
 	"bytes"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 )
 
 // GetKernelVersion gets the current kernel version.
diff --git a/vendor/github.com/docker/docker/pkg/platform/platform.go b/vendor/github.com/docker/docker/pkg/platform/platform.go
index e4b03122f478140514281a0ae529019cb8e40d22..2845c3c1970b7fd03dd0719ed02638578fc5396a 100644
--- a/vendor/github.com/docker/docker/pkg/platform/platform.go
+++ b/vendor/github.com/docker/docker/pkg/platform/platform.go
@@ -3,7 +3,7 @@ package platform
 import (
 	"runtime"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 )
 
 var (
diff --git a/vendor/github.com/docker/docker/pkg/plugins/client.go b/vendor/github.com/docker/docker/pkg/plugins/client.go
index e8e730eb58e58d4924fd1393dcb090b4bd6da035..6bec2c1063c76f460284ebf2d8db3d78d826c5aa 100644
--- a/vendor/github.com/docker/docker/pkg/plugins/client.go
+++ b/vendor/github.com/docker/docker/pkg/plugins/client.go
@@ -9,7 +9,7 @@ import (
 	"net/url"
 	"time"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"github.com/docker/docker/pkg/plugins/transport"
 	"github.com/docker/go-connections/sockets"
 	"github.com/docker/go-connections/tlsconfig"
diff --git a/vendor/github.com/docker/docker/pkg/plugins/plugins.go b/vendor/github.com/docker/docker/pkg/plugins/plugins.go
index 861daa3207cea2ddb00c1fffc2d0640e7d7c01da..b06bc047f3edd4e565b7a67f16d6c968a8a04e80 100644
--- a/vendor/github.com/docker/docker/pkg/plugins/plugins.go
+++ b/vendor/github.com/docker/docker/pkg/plugins/plugins.go
@@ -27,7 +27,7 @@ import (
 	"sync"
 	"time"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"github.com/docker/go-connections/tlsconfig"
 )
 
diff --git a/vendor/github.com/docker/docker/pkg/signal/trap.go b/vendor/github.com/docker/docker/pkg/signal/trap.go
index 638a1ab66c50be0229dc60be5ed1dc611e75b73f..548a5480e054a6be89170d1b638bab9bbb42289c 100644
--- a/vendor/github.com/docker/docker/pkg/signal/trap.go
+++ b/vendor/github.com/docker/docker/pkg/signal/trap.go
@@ -11,7 +11,7 @@ import (
 	"syscall"
 	"time"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"github.com/pkg/errors"
 )
 
diff --git a/vendor/github.com/docker/docker/pkg/sysinfo/sysinfo_linux.go b/vendor/github.com/docker/docker/pkg/sysinfo/sysinfo_linux.go
index 5823ff9e80545e631ebcc88a0d647aac7382ba2d..fd9e8b65e6b13afe29808f6499953ef508590a13 100644
--- a/vendor/github.com/docker/docker/pkg/sysinfo/sysinfo_linux.go
+++ b/vendor/github.com/docker/docker/pkg/sysinfo/sysinfo_linux.go
@@ -8,7 +8,7 @@ import (
 	"strings"
 	"syscall"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"github.com/opencontainers/runc/libcontainer/cgroups"
 )
 
diff --git a/vendor/github.com/docker/docker/pkg/system/syscall_windows.go b/vendor/github.com/docker/docker/pkg/system/syscall_windows.go
index 1f311874f46c71d8574765a1d9a19bda1ac419f4..09be33ab820333d785b8723f94f95514a06fc572 100644
--- a/vendor/github.com/docker/docker/pkg/system/syscall_windows.go
+++ b/vendor/github.com/docker/docker/pkg/system/syscall_windows.go
@@ -4,7 +4,7 @@ import (
 	"syscall"
 	"unsafe"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 )
 
 var (
diff --git a/vendor/github.com/docker/docker/pkg/term/windows/windows.go b/vendor/github.com/docker/docker/pkg/term/windows/windows.go
index ce4cb5990ee1a9b2cdb9c8ede26032880cf8454d..58331c483462ff5b711cf9ef74881f8772663944 100644
--- a/vendor/github.com/docker/docker/pkg/term/windows/windows.go
+++ b/vendor/github.com/docker/docker/pkg/term/windows/windows.go
@@ -10,7 +10,7 @@ import (
 	"sync"
 
 	ansiterm "github.com/Azure/go-ansiterm"
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 )
 
 var logger *logrus.Logger
diff --git a/vendor/github.com/docker/docker/plugin/backend_linux.go b/vendor/github.com/docker/docker/plugin/backend_linux.go
index 3426eba08f48f473fd2bdb7690e16bc2d8fd1401..bd744b498a3efc93032c4be82f195629030f5363 100644
--- a/vendor/github.com/docker/docker/plugin/backend_linux.go
+++ b/vendor/github.com/docker/docker/plugin/backend_linux.go
@@ -15,7 +15,7 @@ import (
 	"path/filepath"
 	"strings"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"github.com/docker/distribution/digest"
 	"github.com/docker/distribution/manifest/schema2"
 	"github.com/docker/docker/api/types"
diff --git a/vendor/github.com/docker/docker/plugin/blobstore.go b/vendor/github.com/docker/docker/plugin/blobstore.go
index dc9e598e042958a0b64f0c33efb5fc1793cb4d05..adbc1bd66a9765a1b8015e6a5fb9ed3d450a1c68 100644
--- a/vendor/github.com/docker/docker/plugin/blobstore.go
+++ b/vendor/github.com/docker/docker/plugin/blobstore.go
@@ -6,7 +6,7 @@ import (
 	"os"
 	"path/filepath"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"github.com/docker/distribution/digest"
 	"github.com/docker/docker/distribution/xfer"
 	"github.com/docker/docker/image"
diff --git a/vendor/github.com/docker/docker/plugin/manager.go b/vendor/github.com/docker/docker/plugin/manager.go
index 1954784fb3e7b0a541405c2d105d4b7527b9794a..d8d316e1b9b822a3968ef8402469bfff2323c4ee 100644
--- a/vendor/github.com/docker/docker/plugin/manager.go
+++ b/vendor/github.com/docker/docker/plugin/manager.go
@@ -11,7 +11,7 @@ import (
 	"strings"
 	"sync"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"github.com/docker/distribution/digest"
 	"github.com/docker/docker/api/types"
 	"github.com/docker/docker/image"
diff --git a/vendor/github.com/docker/docker/plugin/manager_linux.go b/vendor/github.com/docker/docker/plugin/manager_linux.go
index a5083154d1a9ed5663fd8494f344df452505f43c..53b5df1d7b397eb49a52d340f1e4c72a9e825045 100644
--- a/vendor/github.com/docker/docker/plugin/manager_linux.go
+++ b/vendor/github.com/docker/docker/plugin/manager_linux.go
@@ -10,7 +10,7 @@ import (
 	"syscall"
 	"time"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"github.com/docker/distribution/digest"
 	"github.com/docker/docker/api/types"
 	"github.com/docker/docker/daemon/initlayer"
diff --git a/vendor/github.com/docker/docker/plugin/store.go b/vendor/github.com/docker/docker/plugin/store.go
index b7a96a950a067e827843c3252f852cf82448e382..02ada9046033f4933953e9875b28508f5acd5b94 100644
--- a/vendor/github.com/docker/docker/plugin/store.go
+++ b/vendor/github.com/docker/docker/plugin/store.go
@@ -4,7 +4,7 @@ import (
 	"fmt"
 	"strings"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"github.com/docker/docker/pkg/plugingetter"
 	"github.com/docker/docker/pkg/plugins"
 	"github.com/docker/docker/plugin/v2"
diff --git a/vendor/github.com/docker/docker/registry/auth.go b/vendor/github.com/docker/docker/registry/auth.go
index 8cadd51ba04a08b8051642d27d7d531376aa4ef3..3b6027ac1d5b793614a011858fae62d38d442f14 100644
--- a/vendor/github.com/docker/docker/registry/auth.go
+++ b/vendor/github.com/docker/docker/registry/auth.go
@@ -8,7 +8,7 @@ import (
 	"strings"
 	"time"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"github.com/docker/distribution/registry/client/auth"
 	"github.com/docker/distribution/registry/client/auth/challenge"
 	"github.com/docker/distribution/registry/client/transport"
diff --git a/vendor/github.com/docker/docker/registry/endpoint_v1.go b/vendor/github.com/docker/docker/registry/endpoint_v1.go
index 6bcf8c935d13675520013eda7d0ae5ceabd32c41..4a74617c8211f0125c7e45880eef360c358416a8 100644
--- a/vendor/github.com/docker/docker/registry/endpoint_v1.go
+++ b/vendor/github.com/docker/docker/registry/endpoint_v1.go
@@ -9,7 +9,7 @@ import (
 	"net/url"
 	"strings"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"github.com/docker/distribution/registry/client/transport"
 	registrytypes "github.com/docker/docker/api/types/registry"
 )
diff --git a/vendor/github.com/docker/docker/registry/registry.go b/vendor/github.com/docker/docker/registry/registry.go
index 17fa97ce3dadf1c27d9ee6e78618c6201cacd6a7..1dc2d3f2c8c580c5593f3ead206b9645063910cf 100644
--- a/vendor/github.com/docker/docker/registry/registry.go
+++ b/vendor/github.com/docker/docker/registry/registry.go
@@ -13,7 +13,7 @@ import (
 	"strings"
 	"time"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"github.com/docker/distribution/registry/client/transport"
 	"github.com/docker/go-connections/sockets"
 	"github.com/docker/go-connections/tlsconfig"
diff --git a/vendor/github.com/docker/docker/registry/registry_mock_test.go b/vendor/github.com/docker/docker/registry/registry_mock_test.go
index 21fc1fdcc71d19842e640c20c386981856dd551f..5da83bff850b46f8596aeff586f46ffeb1028bf2 100644
--- a/vendor/github.com/docker/docker/registry/registry_mock_test.go
+++ b/vendor/github.com/docker/docker/registry/registry_mock_test.go
@@ -21,7 +21,7 @@ import (
 	"github.com/docker/docker/reference"
 	"github.com/gorilla/mux"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 )
 
 var (
diff --git a/vendor/github.com/docker/docker/registry/service.go b/vendor/github.com/docker/docker/registry/service.go
index 596a9c7e5fa51f2bb7f92147bc12138365fbef21..6b65527c9d767b3412bdc8fc27a6f71b85452609 100644
--- a/vendor/github.com/docker/docker/registry/service.go
+++ b/vendor/github.com/docker/docker/registry/service.go
@@ -10,7 +10,7 @@ import (
 
 	"golang.org/x/net/context"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"github.com/docker/distribution/registry/client/auth"
 	"github.com/docker/docker/api/types"
 	registrytypes "github.com/docker/docker/api/types/registry"
diff --git a/vendor/github.com/docker/docker/registry/session.go b/vendor/github.com/docker/docker/registry/session.go
index 72e286ab448f74d8a3ebae1743957146b3b4bbd1..9ccfee37d0da6495e5077dc3067ac0207b809a27 100644
--- a/vendor/github.com/docker/docker/registry/session.go
+++ b/vendor/github.com/docker/docker/registry/session.go
@@ -18,7 +18,7 @@ import (
 	"strconv"
 	"strings"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"github.com/docker/distribution/registry/api/errcode"
 	"github.com/docker/docker/api/types"
 	registrytypes "github.com/docker/docker/api/types/registry"
diff --git a/vendor/github.com/docker/docker/utils/debug.go b/vendor/github.com/docker/docker/utils/debug.go
index d203891129faabb0ff64828cd3b1efeebcc8b251..6b05f7944ea5fb849f2923926dbe7cf5a767ebc6 100644
--- a/vendor/github.com/docker/docker/utils/debug.go
+++ b/vendor/github.com/docker/docker/utils/debug.go
@@ -3,7 +3,7 @@ package utils
 import (
 	"os"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 )
 
 // EnableDebug sets the DEBUG env var to true
diff --git a/vendor/github.com/docker/docker/utils/debug_test.go b/vendor/github.com/docker/docker/utils/debug_test.go
index 6f9c4dfbb0657d3286cc1934e72e2b18202355b7..8db97aaf9922d104a4341550cc93e95f117b09e7 100644
--- a/vendor/github.com/docker/docker/utils/debug_test.go
+++ b/vendor/github.com/docker/docker/utils/debug_test.go
@@ -4,7 +4,7 @@ import (
 	"os"
 	"testing"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 )
 
 func TestEnableDebug(t *testing.T) {
diff --git a/vendor/github.com/docker/docker/volume/drivers/adapter.go b/vendor/github.com/docker/docker/volume/drivers/adapter.go
index 62ef7dfe6013f97e53377f4336bed7ee55c72857..df5deb4ba5932b29ad11ab4c463972e289265e82 100644
--- a/vendor/github.com/docker/docker/volume/drivers/adapter.go
+++ b/vendor/github.com/docker/docker/volume/drivers/adapter.go
@@ -5,7 +5,7 @@ import (
 	"path/filepath"
 	"strings"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"github.com/docker/docker/volume"
 )
 
diff --git a/vendor/github.com/docker/docker/volume/local/local.go b/vendor/github.com/docker/docker/volume/local/local.go
index 62c45e69eaafb7e90535ad81baf84c4dd55db0aa..7a186b2692f6d381f87c61d73a45c3d12cbdaa28 100644
--- a/vendor/github.com/docker/docker/volume/local/local.go
+++ b/vendor/github.com/docker/docker/volume/local/local.go
@@ -15,7 +15,7 @@ import (
 
 	"github.com/pkg/errors"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"github.com/docker/docker/pkg/idtools"
 	"github.com/docker/docker/pkg/mount"
 	"github.com/docker/docker/utils"
diff --git a/vendor/github.com/docker/docker/volume/store/db.go b/vendor/github.com/docker/docker/volume/store/db.go
index c5fd1643f53f9b4ba1779e026769e3661a3fe121..f5c1bbd16f83670b0a2701f0a32ff9a8b19ad8ae 100644
--- a/vendor/github.com/docker/docker/volume/store/db.go
+++ b/vendor/github.com/docker/docker/volume/store/db.go
@@ -3,7 +3,7 @@ package store
 import (
 	"encoding/json"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"github.com/boltdb/bolt"
 	"github.com/pkg/errors"
 )
diff --git a/vendor/github.com/docker/docker/volume/store/restore.go b/vendor/github.com/docker/docker/volume/store/restore.go
index c0c5b519bcdd3c47bcd51ad64a4259c6737bd611..0b4aeb78b6c275654826b3e2cfca025076597f33 100644
--- a/vendor/github.com/docker/docker/volume/store/restore.go
+++ b/vendor/github.com/docker/docker/volume/store/restore.go
@@ -3,7 +3,7 @@ package store
 import (
 	"sync"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"github.com/boltdb/bolt"
 	"github.com/docker/docker/volume"
 	"github.com/docker/docker/volume/drivers"
diff --git a/vendor/github.com/docker/docker/volume/store/store.go b/vendor/github.com/docker/docker/volume/store/store.go
index 38afd86f45924a243d8be633624d1e3183e964d6..7eb6294afadada9733f1d97c9313b33fe0b77268 100644
--- a/vendor/github.com/docker/docker/volume/store/store.go
+++ b/vendor/github.com/docker/docker/volume/store/store.go
@@ -9,7 +9,7 @@ import (
 
 	"github.com/pkg/errors"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"github.com/boltdb/bolt"
 	"github.com/docker/docker/pkg/locker"
 	"github.com/docker/docker/volume"
diff --git a/vendor/github.com/go-ini/ini/section_test.go b/vendor/github.com/go-ini/ini/section_test.go
index 80282c1979ff47a4a821203df71a3185933bc2a8..1f16cf2afeef386cd89a40389f71ce223b2c0fe7 100644
--- a/vendor/github.com/go-ini/ini/section_test.go
+++ b/vendor/github.com/go-ini/ini/section_test.go
@@ -72,4 +72,4 @@ func Test_SectionRaw(t *testing.T) {
 111111111111111111100000000000111000000000 – end my lesson state data`)
 		})
 	})
-}
\ No newline at end of file
+}
diff --git a/vendor/github.com/opencontainers/runc/Godeps/_workspace/src/github.com/Sirupsen/logrus/examples/basic/basic.go b/vendor/github.com/opencontainers/runc/Godeps/_workspace/src/github.com/Sirupsen/logrus/examples/basic/basic.go
index a1623ec003f5a7583fc54bcdb7a0de4f8a8ce236..b22468d9c3ee43d96d8dadd9514b0ca4b9b582cd 100644
--- a/vendor/github.com/opencontainers/runc/Godeps/_workspace/src/github.com/Sirupsen/logrus/examples/basic/basic.go
+++ b/vendor/github.com/opencontainers/runc/Godeps/_workspace/src/github.com/Sirupsen/logrus/examples/basic/basic.go
@@ -1,7 +1,7 @@
 package main
 
 import (
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 )
 
 var log = logrus.New()
diff --git a/vendor/github.com/opencontainers/runc/Godeps/_workspace/src/github.com/Sirupsen/logrus/examples/hook/hook.go b/vendor/github.com/opencontainers/runc/Godeps/_workspace/src/github.com/Sirupsen/logrus/examples/hook/hook.go
index cb5759a35cf529c1e73aab21e32d0ab3ce5ec34d..754acc0cf2bc7810bcb9cef4e95d28f7ec08d122 100644
--- a/vendor/github.com/opencontainers/runc/Godeps/_workspace/src/github.com/Sirupsen/logrus/examples/hook/hook.go
+++ b/vendor/github.com/opencontainers/runc/Godeps/_workspace/src/github.com/Sirupsen/logrus/examples/hook/hook.go
@@ -1,8 +1,8 @@
 package main
 
 import (
-	"github.com/Sirupsen/logrus"
-	"github.com/Sirupsen/logrus/hooks/airbrake"
+	"github.com/sirupsen/logrus"
+	"github.com/sirupsen/logrus/hooks/airbrake"
 )
 
 var log = logrus.New()
diff --git a/vendor/github.com/opencontainers/runc/Godeps/_workspace/src/github.com/Sirupsen/logrus/formatters/logstash/logstash.go b/vendor/github.com/opencontainers/runc/Godeps/_workspace/src/github.com/Sirupsen/logrus/formatters/logstash/logstash.go
index 8ea93ddf20a037f43ff21b8ff7ecdb1d46f46e98..6e5292785b1fb8769f979d6d66b993e6a4baef8f 100644
--- a/vendor/github.com/opencontainers/runc/Godeps/_workspace/src/github.com/Sirupsen/logrus/formatters/logstash/logstash.go
+++ b/vendor/github.com/opencontainers/runc/Godeps/_workspace/src/github.com/Sirupsen/logrus/formatters/logstash/logstash.go
@@ -4,7 +4,7 @@ import (
 	"encoding/json"
 	"fmt"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 )
 
 // Formatter generates json in logstash format.
diff --git a/vendor/github.com/opencontainers/runc/Godeps/_workspace/src/github.com/Sirupsen/logrus/hooks/airbrake/airbrake.go b/vendor/github.com/opencontainers/runc/Godeps/_workspace/src/github.com/Sirupsen/logrus/hooks/airbrake/airbrake.go
index b0502c335a96d5389512f63e2cff71ff217a78f3..1dc5a412475d80536fcfe252583042e06011f8cc 100644
--- a/vendor/github.com/opencontainers/runc/Godeps/_workspace/src/github.com/Sirupsen/logrus/hooks/airbrake/airbrake.go
+++ b/vendor/github.com/opencontainers/runc/Godeps/_workspace/src/github.com/Sirupsen/logrus/hooks/airbrake/airbrake.go
@@ -4,7 +4,7 @@ import (
 	"errors"
 	"fmt"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"github.com/tobi/airbrake-go"
 )
 
diff --git a/vendor/github.com/opencontainers/runc/Godeps/_workspace/src/github.com/Sirupsen/logrus/hooks/bugsnag/bugsnag.go b/vendor/github.com/opencontainers/runc/Godeps/_workspace/src/github.com/Sirupsen/logrus/hooks/bugsnag/bugsnag.go
index d20a0f54ab7705c21d3762ab2b01d59f343215e4..fb9c9c9d172682eae3bde218a8dd4a68ea9496dc 100644
--- a/vendor/github.com/opencontainers/runc/Godeps/_workspace/src/github.com/Sirupsen/logrus/hooks/bugsnag/bugsnag.go
+++ b/vendor/github.com/opencontainers/runc/Godeps/_workspace/src/github.com/Sirupsen/logrus/hooks/bugsnag/bugsnag.go
@@ -3,7 +3,7 @@ package logrus_bugsnag
 import (
 	"errors"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"github.com/bugsnag/bugsnag-go"
 )
 
diff --git a/vendor/github.com/opencontainers/runc/Godeps/_workspace/src/github.com/Sirupsen/logrus/hooks/papertrail/papertrail.go b/vendor/github.com/opencontainers/runc/Godeps/_workspace/src/github.com/Sirupsen/logrus/hooks/papertrail/papertrail.go
index c0f10c1bda23f85d74cf5bab5aa0f9abeb91c428..c1549b21413c30df9b823e29080925dae9dd5dfe 100644
--- a/vendor/github.com/opencontainers/runc/Godeps/_workspace/src/github.com/Sirupsen/logrus/hooks/papertrail/papertrail.go
+++ b/vendor/github.com/opencontainers/runc/Godeps/_workspace/src/github.com/Sirupsen/logrus/hooks/papertrail/papertrail.go
@@ -6,7 +6,7 @@ import (
 	"os"
 	"time"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 )
 
 const (
diff --git a/vendor/github.com/opencontainers/runc/Godeps/_workspace/src/github.com/Sirupsen/logrus/hooks/sentry/sentry.go b/vendor/github.com/opencontainers/runc/Godeps/_workspace/src/github.com/Sirupsen/logrus/hooks/sentry/sentry.go
index 379f281c5338496db7af138e4d68bccb62df8ea5..4e29565ba9754c1ca67852d1d84c1e416d9485b2 100644
--- a/vendor/github.com/opencontainers/runc/Godeps/_workspace/src/github.com/Sirupsen/logrus/hooks/sentry/sentry.go
+++ b/vendor/github.com/opencontainers/runc/Godeps/_workspace/src/github.com/Sirupsen/logrus/hooks/sentry/sentry.go
@@ -4,7 +4,7 @@ import (
 	"fmt"
 	"time"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"github.com/getsentry/raven-go"
 )
 
diff --git a/vendor/github.com/opencontainers/runc/Godeps/_workspace/src/github.com/Sirupsen/logrus/hooks/syslog/syslog.go b/vendor/github.com/opencontainers/runc/Godeps/_workspace/src/github.com/Sirupsen/logrus/hooks/syslog/syslog.go
index b6fa3746280c6febb096a3ee3220dc204f5337bf..430f646e888eb96653a45fbfc2125ead0f2752dc 100644
--- a/vendor/github.com/opencontainers/runc/Godeps/_workspace/src/github.com/Sirupsen/logrus/hooks/syslog/syslog.go
+++ b/vendor/github.com/opencontainers/runc/Godeps/_workspace/src/github.com/Sirupsen/logrus/hooks/syslog/syslog.go
@@ -2,7 +2,7 @@ package logrus_syslog
 
 import (
 	"fmt"
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"log/syslog"
 	"os"
 )
diff --git a/vendor/github.com/opencontainers/runc/Godeps/_workspace/src/github.com/Sirupsen/logrus/json_formatter.go b/vendor/github.com/opencontainers/runc/Godeps/_workspace/src/github.com/Sirupsen/logrus/json_formatter.go
index dcc4f1d9fd7e30f3b6fbbd51a547ea9da27a7e7c..e733b0a1a3ccbdc9f92e8a5a8f267d58cfae1630 100644
--- a/vendor/github.com/opencontainers/runc/Godeps/_workspace/src/github.com/Sirupsen/logrus/json_formatter.go
+++ b/vendor/github.com/opencontainers/runc/Godeps/_workspace/src/github.com/Sirupsen/logrus/json_formatter.go
@@ -16,7 +16,7 @@ func (f *JSONFormatter) Format(entry *Entry) ([]byte, error) {
 		switch v := v.(type) {
 		case error:
 			// Otherwise errors are ignored by `encoding/json`
-			// https://github.com/Sirupsen/logrus/issues/137
+			// https://github.com/sirupsen/logrus/issues/137
 			data[k] = v.Error()
 		default:
 			data[k] = v
diff --git a/vendor/github.com/opencontainers/runc/Godeps/_workspace/src/github.com/docker/docker/pkg/term/term_windows.go b/vendor/github.com/opencontainers/runc/Godeps/_workspace/src/github.com/docker/docker/pkg/term/term_windows.go
index f7fa1b3a276b8016dfdf77822802cba214164588..2c2c86b86ced6ca9446abe62267775cf43937781 100644
--- a/vendor/github.com/opencontainers/runc/Godeps/_workspace/src/github.com/docker/docker/pkg/term/term_windows.go
+++ b/vendor/github.com/opencontainers/runc/Godeps/_workspace/src/github.com/docker/docker/pkg/term/term_windows.go
@@ -6,7 +6,7 @@ import (
 	"io"
 	"os"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"github.com/docker/docker/pkg/term/winconsole"
 )
 
diff --git a/vendor/github.com/opencontainers/runc/Godeps/_workspace/src/github.com/docker/docker/pkg/term/winconsole/console_windows.go b/vendor/github.com/opencontainers/runc/Godeps/_workspace/src/github.com/docker/docker/pkg/term/winconsole/console_windows.go
index ce40a93167f96c59d4a626c9b8947124a2140dac..12338f069b767590eb0675aa91ca6077a9668b5e 100644
--- a/vendor/github.com/opencontainers/runc/Godeps/_workspace/src/github.com/docker/docker/pkg/term/winconsole/console_windows.go
+++ b/vendor/github.com/opencontainers/runc/Godeps/_workspace/src/github.com/docker/docker/pkg/term/winconsole/console_windows.go
@@ -13,7 +13,7 @@ import (
 	"syscall"
 	"unsafe"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 )
 
 const (
diff --git a/vendor/github.com/opencontainers/runc/events.go b/vendor/github.com/opencontainers/runc/events.go
index 777ecea232d2d19cf0d635dad1c5441a93e3196f..e741480af4bf73ce4e451fcee518911be10d6df0 100644
--- a/vendor/github.com/opencontainers/runc/events.go
+++ b/vendor/github.com/opencontainers/runc/events.go
@@ -8,7 +8,7 @@ import (
 	"sync"
 	"time"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"github.com/codegangsta/cli"
 	"github.com/opencontainers/runc/libcontainer"
 )
diff --git a/vendor/github.com/opencontainers/runc/libcontainer/cgroups/fs/stats_util_test.go b/vendor/github.com/opencontainers/runc/libcontainer/cgroups/fs/stats_util_test.go
index 295e7bd22b4adeda50daf7ba41174c6070560f06..d0ab047418f4a630a0936edb2c00a01bcdd2cba5 100644
--- a/vendor/github.com/opencontainers/runc/libcontainer/cgroups/fs/stats_util_test.go
+++ b/vendor/github.com/opencontainers/runc/libcontainer/cgroups/fs/stats_util_test.go
@@ -6,7 +6,7 @@ import (
 	"fmt"
 	"testing"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"github.com/opencontainers/runc/libcontainer/cgroups"
 )
 
diff --git a/vendor/github.com/opencontainers/runc/libcontainer/configs/config.go b/vendor/github.com/opencontainers/runc/libcontainer/configs/config.go
index 867c32ad66bc3901243864743d475f9fe130a348..3b6d5c07720b7a0b68e6d2e5c9aed97f505965c0 100644
--- a/vendor/github.com/opencontainers/runc/libcontainer/configs/config.go
+++ b/vendor/github.com/opencontainers/runc/libcontainer/configs/config.go
@@ -5,7 +5,7 @@ import (
 	"encoding/json"
 	"os/exec"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 )
 
 type Rlimit struct {
diff --git a/vendor/github.com/opencontainers/runc/libcontainer/container_linux.go b/vendor/github.com/opencontainers/runc/libcontainer/container_linux.go
index 281278f712aaed8d2cea87886688a86645057e2b..a03debbb2da3ebf342576436e983c64a19188ea1 100644
--- a/vendor/github.com/opencontainers/runc/libcontainer/container_linux.go
+++ b/vendor/github.com/opencontainers/runc/libcontainer/container_linux.go
@@ -17,7 +17,7 @@ import (
 	"syscall"
 	"time"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"github.com/golang/protobuf/proto"
 	"github.com/opencontainers/runc/libcontainer/cgroups"
 	"github.com/opencontainers/runc/libcontainer/configs"
diff --git a/vendor/github.com/opencontainers/runc/libcontainer/init_linux.go b/vendor/github.com/opencontainers/runc/libcontainer/init_linux.go
index 24e8f7146999d013a3dc4b5e84ca178cdd2f609e..d54a2d1e4c0678ae8bfe633eaccfd157c8b1c4a0 100644
--- a/vendor/github.com/opencontainers/runc/libcontainer/init_linux.go
+++ b/vendor/github.com/opencontainers/runc/libcontainer/init_linux.go
@@ -13,7 +13,7 @@ import (
 	"strings"
 	"syscall"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"github.com/opencontainers/runc/libcontainer/cgroups"
 	"github.com/opencontainers/runc/libcontainer/configs"
 	"github.com/opencontainers/runc/libcontainer/system"
diff --git a/vendor/github.com/opencontainers/runc/libcontainer/integration/init_test.go b/vendor/github.com/opencontainers/runc/libcontainer/integration/init_test.go
index 7da6096f7d4e6707399988ed9466622b733c7da4..a892d988d09f31c367c793cd8c9237916b83f04e 100644
--- a/vendor/github.com/opencontainers/runc/libcontainer/integration/init_test.go
+++ b/vendor/github.com/opencontainers/runc/libcontainer/integration/init_test.go
@@ -8,7 +8,7 @@ import (
 	"strconv"
 	"testing"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"github.com/opencontainers/runc/libcontainer"
 	"github.com/opencontainers/runc/libcontainer/cgroups/systemd"
 	_ "github.com/opencontainers/runc/libcontainer/nsenter"
diff --git a/vendor/github.com/opencontainers/runc/libcontainer/state_linux.go b/vendor/github.com/opencontainers/runc/libcontainer/state_linux.go
index 9ffe15a43672b0f7a54c667567a10016bccadadd..1813172bf603a6cbbdb8ab1d325fa41df108f6f4 100644
--- a/vendor/github.com/opencontainers/runc/libcontainer/state_linux.go
+++ b/vendor/github.com/opencontainers/runc/libcontainer/state_linux.go
@@ -7,7 +7,7 @@ import (
 	"os"
 	"path/filepath"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"github.com/opencontainers/runc/libcontainer/configs"
 )
 
diff --git a/vendor/github.com/opencontainers/runc/list.go b/vendor/github.com/opencontainers/runc/list.go
index 50566f85b59492c665a3d42956cd01990615d832..894717a9bc754d44705557cbde4c2c99e66c049f 100644
--- a/vendor/github.com/opencontainers/runc/list.go
+++ b/vendor/github.com/opencontainers/runc/list.go
@@ -13,7 +13,7 @@ import (
 
 	"encoding/json"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"github.com/codegangsta/cli"
 )
 
diff --git a/vendor/github.com/opencontainers/runc/main.go b/vendor/github.com/opencontainers/runc/main.go
index 97d8c8f886421b4ea009132da5f45ee8df9ef6bd..259b9d6ef0603a4e2898a9db215434d6175dc56b 100644
--- a/vendor/github.com/opencontainers/runc/main.go
+++ b/vendor/github.com/opencontainers/runc/main.go
@@ -4,7 +4,7 @@ import (
 	"fmt"
 	"os"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"github.com/codegangsta/cli"
 	"github.com/opencontainers/specs/specs-go"
 )
diff --git a/vendor/github.com/opencontainers/runc/restore.go b/vendor/github.com/opencontainers/runc/restore.go
index 6883d91772e42176575efdbfcaf89088a17df560..e964df4f121177479718d7a3f19da53b5b1730be 100644
--- a/vendor/github.com/opencontainers/runc/restore.go
+++ b/vendor/github.com/opencontainers/runc/restore.go
@@ -6,7 +6,7 @@ import (
 	"os"
 	"syscall"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"github.com/codegangsta/cli"
 	"github.com/opencontainers/runc/libcontainer"
 	"github.com/opencontainers/runc/libcontainer/configs"
diff --git a/vendor/github.com/opencontainers/runc/signals.go b/vendor/github.com/opencontainers/runc/signals.go
index f4ea61e88a3d6d1a0ca20df852a337ef537b5455..3e40e5e2c1d7c8494f51ad5842d6a1d263255b7f 100644
--- a/vendor/github.com/opencontainers/runc/signals.go
+++ b/vendor/github.com/opencontainers/runc/signals.go
@@ -7,7 +7,7 @@ import (
 	"os/signal"
 	"syscall"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"github.com/opencontainers/runc/libcontainer"
 	"github.com/opencontainers/runc/libcontainer/utils"
 )
diff --git a/vendor/github.com/opencontainers/runc/utils.go b/vendor/github.com/opencontainers/runc/utils.go
index 59982fa73db2f378f2ac1eeb3115c9725e3ebfd7..269fd9d7d9630c46056e555f624dc0fd6053cc51 100644
--- a/vendor/github.com/opencontainers/runc/utils.go
+++ b/vendor/github.com/opencontainers/runc/utils.go
@@ -11,7 +11,7 @@ import (
 	"strconv"
 	"syscall"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"github.com/codegangsta/cli"
 	"github.com/opencontainers/runc/libcontainer"
 	"github.com/opencontainers/runc/libcontainer/configs"
diff --git a/vendor/github.com/prometheus/common/log/log.go b/vendor/github.com/prometheus/common/log/log.go
index 47e58c15378d4aacd64d459e599be914ffd6be9f..1477cd891b8d559f4ae060b3a6aeac0f3ab2b14e 100644
--- a/vendor/github.com/prometheus/common/log/log.go
+++ b/vendor/github.com/prometheus/common/log/log.go
@@ -22,7 +22,7 @@ import (
 	"runtime"
 	"strings"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 )
 
 type levelFlag struct{}
diff --git a/vendor/github.com/prometheus/common/log/log_test.go b/vendor/github.com/prometheus/common/log/log_test.go
index 953adb79cd2b3df5789a58cdaf8efad632a33c75..2cd2b18e21371c97e9ae597e354ebe4b6c792333 100644
--- a/vendor/github.com/prometheus/common/log/log_test.go
+++ b/vendor/github.com/prometheus/common/log/log_test.go
@@ -18,7 +18,7 @@ import (
 	"regexp"
 	"testing"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 )
 
 func TestFileLineLogging(t *testing.T) {
diff --git a/vendor/github.com/prometheus/common/log/syslog_formatter.go b/vendor/github.com/prometheus/common/log/syslog_formatter.go
index fd8c6fbeeb3b90e833e7e6d8c12cdbf1194f583a..8db715526651c21daf105ff2c1982d8f45bc29eb 100644
--- a/vendor/github.com/prometheus/common/log/syslog_formatter.go
+++ b/vendor/github.com/prometheus/common/log/syslog_formatter.go
@@ -20,7 +20,7 @@ import (
 	"log/syslog"
 	"os"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 )
 
 func init() {
diff --git a/vendor/github.com/vbatts/tar-split/cmd/tar-split/asm.go b/vendor/github.com/vbatts/tar-split/cmd/tar-split/asm.go
index e188ce126d2d7dce5b2b6efd11e517864973b325..7665f953d48fbcbcc58cacc49a97d37a8c55148b 100644
--- a/vendor/github.com/vbatts/tar-split/cmd/tar-split/asm.go
+++ b/vendor/github.com/vbatts/tar-split/cmd/tar-split/asm.go
@@ -5,7 +5,7 @@ import (
 	"io"
 	"os"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"github.com/urfave/cli"
 	"github.com/vbatts/tar-split/tar/asm"
 	"github.com/vbatts/tar-split/tar/storage"
diff --git a/vendor/github.com/vbatts/tar-split/cmd/tar-split/checksize.go b/vendor/github.com/vbatts/tar-split/cmd/tar-split/checksize.go
index 1e5eed79bbb3fba30d89bbf5238a56b83a5f9101..cea8e36ce3f197cc10877575ecc926f99eba896a 100644
--- a/vendor/github.com/vbatts/tar-split/cmd/tar-split/checksize.go
+++ b/vendor/github.com/vbatts/tar-split/cmd/tar-split/checksize.go
@@ -9,7 +9,7 @@ import (
 	"log"
 	"os"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"github.com/urfave/cli"
 	"github.com/vbatts/tar-split/tar/asm"
 	"github.com/vbatts/tar-split/tar/storage"
diff --git a/vendor/github.com/vbatts/tar-split/cmd/tar-split/disasm.go b/vendor/github.com/vbatts/tar-split/cmd/tar-split/disasm.go
index 5472894a632e87de8756f390340f8a289b8cc60c..d3df786c190f68fa856732290129ea9b6624cb87 100644
--- a/vendor/github.com/vbatts/tar-split/cmd/tar-split/disasm.go
+++ b/vendor/github.com/vbatts/tar-split/cmd/tar-split/disasm.go
@@ -6,7 +6,7 @@ import (
 	"io/ioutil"
 	"os"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"github.com/urfave/cli"
 	"github.com/vbatts/tar-split/tar/asm"
 	"github.com/vbatts/tar-split/tar/storage"
diff --git a/vendor/github.com/vbatts/tar-split/cmd/tar-split/main.go b/vendor/github.com/vbatts/tar-split/cmd/tar-split/main.go
index 8b4035fa238d5d4ab17f479fab4d31c6fded9bf2..5f039abcf8651f8ca9588a249ab18d910797970c 100644
--- a/vendor/github.com/vbatts/tar-split/cmd/tar-split/main.go
+++ b/vendor/github.com/vbatts/tar-split/cmd/tar-split/main.go
@@ -3,7 +3,7 @@ package main
 import (
 	"os"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"github.com/urfave/cli"
 	"github.com/vbatts/tar-split/version"
 )