Skip to content

Commit

Permalink
Added go-md2man, blackfriday and sanitized_anchor_name deps
Browse files Browse the repository at this point in the history
  • Loading branch information
billyshambrook committed Nov 5, 2016
1 parent a2e66c2 commit 953b032
Show file tree
Hide file tree
Showing 77 changed files with 12,988 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -208,3 +208,12 @@
[submodule "_vendor/cloud.google.com/go"]
path = _vendor/cloud.google.com/go
url = https://github.com/GoogleCloudPlatform/google-cloud-go
[submodule "_vendor/github.com/cpuguy83/go-md2man"]
path = _vendor/github.com/cpuguy83/go-md2man
url = https://github.com/cpuguy83/go-md2man.git
[submodule "_vendor/github.com/russross/blackfriday"]
path = _vendor/github.com/russross/blackfriday
url = https://github.com/russross/blackfriday.git
[submodule "_vendor/github.com/shurcooL/sanitized_anchor_name"]
path = _vendor/github.com/shurcooL/sanitized_anchor_name
url = https://github.com/shurcooL/sanitized_anchor_name.git
1 change: 1 addition & 0 deletions _vendor/github.com/cpuguy83/go-md2man
Submodule go-md2man added at a65d4d
1 change: 1 addition & 0 deletions _vendor/github.com/russross/blackfriday
Submodule blackfriday added at 5f33e7
1 change: 1 addition & 0 deletions _vendor/github.com/shurcooL/sanitized_anchor_name
Submodule sanitized_anchor_name added at 1dba4b
1 change: 1 addition & 0 deletions vendor/github.com/cpuguy83/go-md2man/.gitignore

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

21 changes: 21 additions & 0 deletions vendor/github.com/cpuguy83/go-md2man/LICENSE.md

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

18 changes: 18 additions & 0 deletions vendor/github.com/cpuguy83/go-md2man/README.md

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

23 changes: 23 additions & 0 deletions vendor/github.com/cpuguy83/go-md2man/go-md2man.1.md

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

51 changes: 51 additions & 0 deletions vendor/github.com/cpuguy83/go-md2man/md2man.go

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

19 changes: 19 additions & 0 deletions vendor/github.com/cpuguy83/go-md2man/md2man/md2man.go

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

Loading

0 comments on commit 953b032

Please sign in to comment.