Skip to content

Commit

Permalink
Migrate to golang/dep
Browse files Browse the repository at this point in the history
$ dep init
  • Loading branch information
SoManyHs committed Nov 7, 2017
1 parent 0a9f19b commit 7b88459
Show file tree
Hide file tree
Showing 7,466 changed files with 2,493,520 additions and 0 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
195 changes: 195 additions & 0 deletions Gopkg.lock

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

74 changes: 74 additions & 0 deletions Gopkg.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,74 @@

# 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/Sirupsen/logrus"
version = "1.0.3"

[[constraint]]
name = "github.com/aws/aws-sdk-go"
version = "1.10.39"

[[constraint]]
branch = "master"
name = "github.com/awslabs/amazon-ecr-credential-helper"

[[constraint]]
name = "github.com/cihub/seelog"
version = "2.6.0"

[[constraint]]
name = "github.com/docker/go-units"
version = "0.3.2"

[[constraint]]
name = "github.com/docker/libcompose"
version = "0.4.0"

[[constraint]]
branch = "master"
name = "github.com/flynn/go-shlex"

[[constraint]]
branch = "master"
name = "github.com/fsouza/go-dockerclient"

[[constraint]]
name = "github.com/go-ini/ini"
version = "1.28.2"

[[constraint]]
name = "github.com/golang/mock"
version = "1.0.0"

[[constraint]]
name = "github.com/pkg/errors"
version = "0.8.0"

[[constraint]]
name = "github.com/stretchr/testify"
version = "1.1.4"

[[constraint]]
name = "github.com/urfave/cli"
version = "1.20.0"
21 changes: 21 additions & 0 deletions vendor/github.com/Azure/go-ansiterm/LICENSE

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

12 changes: 12 additions & 0 deletions vendor/github.com/Azure/go-ansiterm/README.md

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

Loading

0 comments on commit 7b88459

Please sign in to comment.