Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

Commit

Permalink
vendor: Initialize the vendoring with dep tool
Browse files Browse the repository at this point in the history
This is the first commit related to the vendoring of all dependencies.
This will prevent from any breakage in case a dependency would break
the backward compatibility.

Fixes #32

Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
  • Loading branch information
Sebastien Boeuf committed Dec 4, 2017
1 parent 6ad4ea2 commit 8c8d254
Show file tree
Hide file tree
Showing 1,451 changed files with 510,416 additions and 0 deletions.
159 changes: 159 additions & 0 deletions Gopkg.lock

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

69 changes: 69 additions & 0 deletions Gopkg.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
# 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"


[[constraint]]
name = "github.com/gogo/protobuf"
revision = "342cbe0a04158f6dcb03ca0079991a51a4248c02"

[[constraint]]
name = "github.com/golang/protobuf"
revision = "1e59b77b52bf8e4b449a57e6f79f21226d571845"

[[constraint]]
name = "github.com/hashicorp/yamux"
revision = "f5742cb6b85602e7fa834e9d5d91a7d7fa850824"

[[constraint]]
name = "github.com/mdlayher/vsock"
revision = "738c88d6e4cfd60e8124a5344fa10d205fd828b9"

[[constraint]]
name = "github.com/opencontainers/runc"
revision = "2e7cfe036e2c6dc51ccca6eb7fa3ee6b63976dcd"

[[constraint]]
name = "github.com/opencontainers/runtime-spec"
revision = "4e3b9264a330d094b0386c3703c5f379119711e8"

[[constraint]]
name = "github.com/sirupsen/logrus"
revision = "f006c2ac4710855cf0f916dd6b77acf6b048dc6e"

[[constraint]]
name = "github.com/stretchr/testify"
revision = "69483b4bd14f5845b5a1e55bca19e954e827f1d0"

[[constraint]]
name = "github.com/vishvananda/netlink"
revision = "f67b75edbf5e3bb7dfe70bb788610693a71be3d1"

[[constraint]]
name = "golang.org/x/net"
revision = "a8b9294777976932365dabb6640cf1468d95c70f"

[[constraint]]
name = "golang.org/x/sys"
revision = "8b4580aae2a0dd0c231a45d3ccb8434ff533b840"

[[constraint]]
name = "google.golang.org/grpc"
revision = "5a9f7b402fe85096d2e1d0383435ee1876e863d0"
29 changes: 29 additions & 0 deletions vendor/github.com/coreos/go-systemd/.travis.yml

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

77 changes: 77 additions & 0 deletions vendor/github.com/coreos/go-systemd/CONTRIBUTING.md

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

36 changes: 36 additions & 0 deletions vendor/github.com/coreos/go-systemd/DCO

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

Loading

0 comments on commit 8c8d254

Please sign in to comment.