summaryrefslogtreecommitdiff
path: root/libnetwork/default_gateway.go
diff options
context:
space:
mode:
authorDerek McGowan <derek@mcgstyle.net>2017-07-26 14:18:31 -0700
committerDerek McGowan <derek@mcgstyle.net>2017-08-07 11:20:47 -0700
commit710e0664c447b0a7595b71fdd65038aa058f24b6 (patch)
tree3e8e6d2eda9f6e205395b9657d2e64312ea1262a /libnetwork/default_gateway.go
parent392231e6ce7e7e894fd0c4a3d679a55f27e49bf6 (diff)
downloaddocker-710e0664c447b0a7595b71fdd65038aa058f24b6.tar.gz
Update logrus to v1.0.1
Fix case sensitivity issue Update docker and runc vendors Signed-off-by: Derek McGowan <derek@mcgstyle.net>
Diffstat (limited to 'libnetwork/default_gateway.go')
-rw-r--r--libnetwork/default_gateway.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/libnetwork/default_gateway.go b/libnetwork/default_gateway.go
index bf1592435f..9a60fd6758 100644
--- a/libnetwork/default_gateway.go
+++ b/libnetwork/default_gateway.go
@@ -4,9 +4,9 @@ import (
"fmt"
"strings"
- "github.com/Sirupsen/logrus"
"github.com/docker/libnetwork/netlabel"
"github.com/docker/libnetwork/types"
+ "github.com/sirupsen/logrus"
)
const (