vendor: github.com/Sirupsen -> github.com/sirupsen

This commit is contained in:
Frank Schroeder 2017-07-11 13:00:13 -07:00
parent c4b62ff37f
commit 249b73c65b
No known key found for this signature in database
GPG Key ID: 4D65C6EAEC87DECD
31 changed files with 11 additions and 11 deletions

View File

@ -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"

View File

@ -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"

View File

@ -9,7 +9,7 @@ import (
"path/filepath"
"strings"
"github.com/Sirupsen/logrus"
"github.com/sirupsen/logrus"
"github.com/docker/docker/pkg/system"
)

View File

@ -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"

View File

@ -13,7 +13,7 @@ import (
"os"
"path"
"github.com/Sirupsen/logrus"
"github.com/sirupsen/logrus"
"github.com/docker/docker/pkg/archive"
)

View File

@ -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

View File

@ -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

View File

@ -8,7 +8,7 @@ import (
"io"
"sync"
"github.com/Sirupsen/logrus"
"github.com/sirupsen/logrus"
)
// StdType is the type of standard stream

View File

@ -4,7 +4,7 @@ import (
"syscall"
"unsafe"
"github.com/Sirupsen/logrus"
"github.com/sirupsen/logrus"
)
var (

View File

@ -10,7 +10,7 @@ import (
"sync"
ansiterm "github.com/Azure/go-ansiterm"
"github.com/Sirupsen/logrus"
"github.com/sirupsen/logrus"
)
var logger *logrus.Logger

2
vendor/vendor.json vendored
View File

@ -94,7 +94,7 @@
},
{
"checksumSHA1": "yXrS4e4yxaRBu/MX+39X3cS4kbg=",
"path": "github.com/Sirupsen/logrus",
"path": "github.com/sirupsen/logrus",
"revision": "a283a10442df8dc09befd873fab202bf8a253d6a",
"revisionTime": "2016-07-16T02:56:31Z"
},