Run go mod tidy (#502)

This commit is contained in:
Sam Whited 2018-11-15 14:42:12 -06:00 committed by Vytautas Šaltenis
parent d3b5b032dc
commit 8bfdaf1a43
2 changed files with 9 additions and 0 deletions

5
go.mod
View File

@ -1 +1,6 @@
module github.com/russross/blackfriday/v2
require (
github.com/pmezard/go-difflib v1.0.0
github.com/shurcooL/sanitized_anchor_name v0.0.0-20170918181015-86672fcb3f95
)

4
go.sum Normal file
View File

@ -0,0 +1,4 @@
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
github.com/shurcooL/sanitized_anchor_name v0.0.0-20170918181015-86672fcb3f95 h1:/vdW8Cb7EXrkqWGufVMES1OH2sU9gKVb2n9/1y5NMBY=
github.com/shurcooL/sanitized_anchor_name v0.0.0-20170918181015-86672fcb3f95/go.mod h1:1NzhyTcUVG4SuEtjjoZeVRXNmyL/1OwPU0+IJeTBvfc=