Skip to content
This repository has been archived by the owner on Mar 27, 2024. It is now read-only.

Commit

Permalink
fixed to use v1 or blackfriday
Browse files Browse the repository at this point in the history
  • Loading branch information
markbates committed Aug 6, 2018
1 parent 099c8ba commit 6af65dc
Show file tree
Hide file tree
Showing 919 changed files with 6 additions and 210,889 deletions.
93 changes: 0 additions & 93 deletions Gopkg.lock

This file was deleted.

58 changes: 0 additions & 58 deletions Gopkg.toml

This file was deleted.

8 changes: 2 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,18 +1,14 @@
module github.com/gobuffalo/github_flavored_markdown

require (
dmitri.shuralyov.com/text/kebabcase v0.0.0-20180217051803-40e40b42552a
github.com/microcosm-cc/bluemonday v1.0.0
github.com/russross/blackfriday v0.0.0-20180804101149-46c73eb196ba
github.com/sergi/go-diff v1.0.0
github.com/shurcooL/go v0.0.0-20180423040247-9e1955d9fb6e
github.com/shurcooL/go-goon v0.0.0-20170922171312-37c2f522c041
github.com/shurcooL/graphql v0.0.0-20180514000029-62c9ce094e75
github.com/sergi/go-diff v1.0.0 // 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
golang.org/x/net v0.0.0-20180801234040-f4c29de78a2a
gopkg.in/russross/blackfriday.v1 v1.5.1
)
8 changes: 2 additions & 6 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,13 +1,7 @@
dmitri.shuralyov.com/text/kebabcase v0.0.0-20180217051803-40e40b42552a/go.mod h1:3YpR/7A6nvWHA/oFH66Hp/dJ5A2gM63I3xkA/3FV6tY=
github.com/microcosm-cc/bluemonday v1.0.0 h1:dr58SIfmOwOVr+m4Ye1xLWv8Dk9OFwXAtYnbJSmJ65k=
github.com/microcosm-cc/bluemonday v1.0.0/go.mod h1:hsXNsILzKxV+sX77C5b8FSuKF00vh2OMYv+xgHpAMF4=
github.com/russross/blackfriday v0.0.0-20180804101149-46c73eb196ba h1:8Vzt8HxRjy7hp1eqPKVoAEPK9npQFW2510qlobGzvi0=
github.com/russross/blackfriday v0.0.0-20180804101149-46c73eb196ba/go.mod h1:JO/DiYxRf+HjHt06OyowR9PTA263kcR/rfWxYHBV53g=
github.com/sergi/go-diff v1.0.0 h1:Kpca3qRNrduNnOQeazBd0ysaKrUJiIuISHxogkT9RPQ=
github.com/sergi/go-diff v1.0.0/go.mod h1:0CfEIISq7TuYL3j771MWULgwwjU+GofnZX9QAmXWZgo=
github.com/shurcooL/go v0.0.0-20180423040247-9e1955d9fb6e/go.mod h1:TDJrrUr11Vxrven61rcy3hJMUqaf/CLWYhHNPmT14Lk=
github.com/shurcooL/go-goon v0.0.0-20170922171312-37c2f522c041/go.mod h1:N5mDOmsrJOB+vfqUK+7DmDyjhSLIIBnXo9lvZJj3MWQ=
github.com/shurcooL/graphql v0.0.0-20180514000029-62c9ce094e75/go.mod h1:AuYgA5Kyo4c7HfUmvRGs/6rGlMMV/6B1bVnB9JxJEEg=
github.com/shurcooL/highlight_diff v0.0.0-20170515013008-09bb4053de1b h1:vYEG87HxbU6dXj5npkeulCS96Dtz5xg3jcfCgpcvbIw=
github.com/shurcooL/highlight_diff v0.0.0-20170515013008-09bb4053de1b/go.mod h1:ZpfEhSmds4ytuByIcDnOLkTHGUI6KNqRNPDLHDk+mUU=
github.com/shurcooL/highlight_go v0.0.0-20170515013102-78fb10f4a5f8 h1:xLQlo0Ghg8zBaQi+tjpK+z/WLjbg/BhAWP9pYgqo/LQ=
Expand All @@ -22,3 +16,5 @@ github.com/sourcegraph/syntaxhighlight v0.0.0-20170531221838-bd320f5d308e h1:qpG
github.com/sourcegraph/syntaxhighlight v0.0.0-20170531221838-bd320f5d308e/go.mod h1:HuIsMU8RRBOtsCgI77wP899iHVBQpCmg4ErYMZB+2IA=
golang.org/x/net v0.0.0-20180801234040-f4c29de78a2a h1:8fCF9zjAir2SP3N+axz9xs+0r4V8dqPzqsWO10t8zoo=
golang.org/x/net v0.0.0-20180801234040-f4c29de78a2a/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4=
gopkg.in/russross/blackfriday.v1 v1.5.1 h1:/G8rrKhg8HTP6/VLtuQLbNSXHUzpDdNqZS5umeauNvc=
gopkg.in/russross/blackfriday.v1 v1.5.1/go.mod h1:NAEMj3mL3YDCD1Mxuzav3y8y68EZs2OnJ9xdWYLES00=
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ import (
"text/template"

"github.com/microcosm-cc/bluemonday"
"github.com/russross/blackfriday"
"github.com/shurcooL/highlight_diff"
"github.com/shurcooL/highlight_go"
"github.com/shurcooL/octicon"
Expand All @@ -28,6 +27,7 @@ import (
"github.com/sourcegraph/syntaxhighlight"
"golang.org/x/net/html"
"golang.org/x/net/html/atom"
blackfriday "gopkg.in/russross/blackfriday.v1"
)

// Markdown renders GitHub Flavored Markdown text.
Expand Down
2 changes: 1 addition & 1 deletion sanitize_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
"testing"

"github.com/microcosm-cc/bluemonday"
"github.com/russross/blackfriday"
blackfriday "gopkg.in/russross/blackfriday.v1"
)

// In this test, nothing should be sanitized away.
Expand Down
18 changes: 0 additions & 18 deletions vendor/dmitri.shuralyov.com/text/kebabcase/kebabcase.go

This file was deleted.

47 changes: 0 additions & 47 deletions vendor/dmitri.shuralyov.com/text/kebabcase/kebabcase_test.go

This file was deleted.

1 change: 0 additions & 1 deletion vendor/github.com/microcosm-cc/bluemonday/.coveralls.yml

This file was deleted.

20 changes: 0 additions & 20 deletions vendor/github.com/microcosm-cc/bluemonday/.travis.yml

This file was deleted.

51 changes: 0 additions & 51 deletions vendor/github.com/microcosm-cc/bluemonday/CONTRIBUTING.md

This file was deleted.

6 changes: 0 additions & 6 deletions vendor/github.com/microcosm-cc/bluemonday/CREDITS.md

This file was deleted.

28 changes: 0 additions & 28 deletions vendor/github.com/microcosm-cc/bluemonday/LICENSE.md

This file was deleted.

Loading

0 comments on commit 6af65dc

Please sign in to comment.