This repository has been archived by the owner on Mar 27, 2024. It is now read-only.
forked from shurcooL/github_flavored_markdown
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
92 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,13 @@ | ||
module github.com/gobuffalo/github_flavored_markdown | ||
|
||
require ( | ||
github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/kr/pretty v0.1.0 // indirect | ||
github.com/gobuffalo/release v1.0.17 // indirect | ||
github.com/microcosm-cc/bluemonday v1.0.1 | ||
github.com/pmezard/go-difflib v1.0.0 // indirect | ||
github.com/sergi/go-diff v1.0.0 // indirect | ||
github.com/shurcooL/go v0.0.0-20180423040247-9e1955d9fb6e // indirect | ||
github.com/shurcooL/go-goon v0.0.0-20170922171312-37c2f522c041 // indirect | ||
github.com/shurcooL/highlight_diff v0.0.0-20170515013008-09bb4053de1b | ||
github.com/shurcooL/highlight_go v0.0.0-20170515013102-78fb10f4a5f8 | ||
github.com/shurcooL/octicon v0.0.0-20180602230221-c42b0e3b24d9 | ||
github.com/shurcooL/sanitized_anchor_name v0.0.0-20170918181015-86672fcb3f95 | ||
github.com/sourcegraph/annotate v0.0.0-20160123013949-f4cad6c6324d | ||
github.com/sourcegraph/syntaxhighlight v0.0.0-20170531221838-bd320f5d308e | ||
github.com/stretchr/testify v1.2.2 // indirect | ||
golang.org/x/net v0.0.0-20180921000356-2f5d2388922f | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
package github_flavored_markdown | ||
|
||
const Version = "v1.0.1" | ||
const Version = "v1.0.2" |