Skip to content

Commit

Permalink
update vendor
Browse files Browse the repository at this point in the history
Signed-off-by: Jess Frazelle <[email protected]>
  • Loading branch information
jessfraz committed Jan 2, 2018
1 parent b34e4b2 commit 3cd7d74
Show file tree
Hide file tree
Showing 662 changed files with 224,614 additions and 1,297 deletions.
81 changes: 81 additions & 0 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

29 changes: 29 additions & 0 deletions Gopkg.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# Gopkg.toml example
#
# Refer to https://github.com/golang/dep/blob/master/docs/Gopkg.toml.md
# for detailed Gopkg.toml documentation.
#
# required = ["github.com/user/thing/cmd/thing"]
# ignored = ["github.com/user/project/pkgX", "bitbucket.org/user/project/pkgA/pkgY"]
#
# [[constraint]]
# name = "github.com/user/project"
# version = "1.0.0"
#
# [[constraint]]
# name = "github.com/user/project2"
# branch = "dev"
# source = "github.com/myfork/project2"
#
# [[override]]
# name = "github.com/x/y"
# version = "2.4.0"


[[override]]
name = "github.com/Sirupsen/logrus"
source = "github.com/sirupsen/logrus"

[[override]]
name = "github.com/opencontainers/runc"
branch = "master"
2 changes: 1 addition & 1 deletion interface.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ import (
"os"
"runtime"

"github.com/Sirupsen/logrus"
"github.com/docker/libnetwork/iptables"
"github.com/jessfraz/netns/ipallocator"
"github.com/opencontainers/runc/libcontainer/configs"
"github.com/sirupsen/logrus"
"github.com/vishvananda/netlink"
"github.com/vishvananda/netns"
)
Expand Down
2 changes: 1 addition & 1 deletion ipallocator/ipallocator.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ import (
"strconv"
"time"

"github.com/Sirupsen/logrus"
"github.com/boltdb/bolt"
"github.com/erikh/ping"
"github.com/sirupsen/logrus"
"github.com/vishvananda/netlink"
)

Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ import (
"os"
"strings"

"github.com/Sirupsen/logrus"
"github.com/jessfraz/netns/version"
"github.com/sirupsen/logrus"
)

const (
Expand Down
10 changes: 0 additions & 10 deletions vendor/github.com/Sirupsen/logrus/terminal_appengine.go

This file was deleted.

10 changes: 0 additions & 10 deletions vendor/github.com/Sirupsen/logrus/terminal_bsd.go

This file was deleted.

28 changes: 0 additions & 28 deletions vendor/github.com/Sirupsen/logrus/terminal_notwindows.go

This file was deleted.

21 changes: 0 additions & 21 deletions vendor/github.com/Sirupsen/logrus/terminal_solaris.go

This file was deleted.

33 changes: 0 additions & 33 deletions vendor/github.com/Sirupsen/logrus/terminal_windows.go

This file was deleted.

4 changes: 4 additions & 0 deletions vendor/github.com/boltdb/bolt/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 18 additions & 0 deletions vendor/github.com/boltdb/bolt/Makefile

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 3cd7d74

Please sign in to comment.