Skip to content

Commit

Permalink
Switch from govendor→dep (#54)
Browse files Browse the repository at this point in the history
Use dep for managing dependencies: https://github.com/golang/dep/
  • Loading branch information
ChimeraCoder authored Sep 3, 2017
1 parent ded015c commit 6d6f397
Show file tree
Hide file tree
Showing 17 changed files with 1,864 additions and 224 deletions.
15 changes: 15 additions & 0 deletions Gopkg.lock

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

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

# 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]]
branch = "v2"
name = "gopkg.in/yaml.v2"
9 changes: 9 additions & 0 deletions vendor/gopkg.in/yaml.v2/.travis.yml

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

389 changes: 201 additions & 188 deletions vendor/gopkg.in/yaml.v2/LICENSE

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion vendor/gopkg.in/yaml.v2/README.md

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

10 changes: 6 additions & 4 deletions vendor/gopkg.in/yaml.v2/decode.go

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

Loading

0 comments on commit 6d6f397

Please sign in to comment.