Skip to content

Commit

Permalink
Merge pull request #23 from AkihiroSuda/vendor
Browse files Browse the repository at this point in the history
add vendor
  • Loading branch information
cpuguy83 committed Sep 4, 2016
2 parents aba75b2 + 648eed1 commit a65d4d2
Show file tree
Hide file tree
Showing 13 changed files with 5,566 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,10 @@ Uses blackfriday to process markdown into man pages.
### Usage

./md2man -in /path/to/markdownfile.md -out /manfile/output/path

### How to contribute

We use [govend](https://github.com/govend/govend) for vendoring Go packages.

How to update dependencies: `govend -v -u --prune`

5 changes: 5 additions & 0 deletions vendor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
vendors:
- path: github.com/russross/blackfriday
rev: 93622da34e54fb6529bfb7c57e710f37a8d9cbd8
- path: github.com/shurcooL/sanitized_anchor_name
rev: 10ef21a441db47d8b13ebcc5fd2310f636973c77
29 changes: 29 additions & 0 deletions vendor/github.com/russross/blackfriday/LICENSE.txt

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

267 changes: 267 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.

0 comments on commit a65d4d2

Please sign in to comment.