Skip to content

Commit

Permalink
Merge pull request #29 from zevdg/dep
Browse files Browse the repository at this point in the history
converts project to use dep
  • Loading branch information
cpuguy83 committed Aug 27, 2017
2 parents 23709d0 + ddf7dea commit 1d903dc
Show file tree
Hide file tree
Showing 65 changed files with 7,268 additions and 107 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]]
name = "github.com/russross/blackfriday"
version = "1.4"
5 changes: 0 additions & 5 deletions vendor.yml

This file was deleted.

8 changes: 8 additions & 0 deletions vendor/github.com/russross/blackfriday/.gitignore

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

30 changes: 30 additions & 0 deletions vendor/github.com/russross/blackfriday/.travis.yml

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

25 changes: 25 additions & 0 deletions vendor/github.com/russross/blackfriday/README.md

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

34 changes: 30 additions & 4 deletions vendor/github.com/russross/blackfriday/block.go

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

Loading

0 comments on commit 1d903dc

Please sign in to comment.