summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorMatthew Holt <mholt@users.noreply.github.com>2019-07-15 17:33:08 -0600
committerMatthew Holt <mholt@users.noreply.github.com>2019-07-15 17:33:08 -0600
commitf2171812931114dc48a9d27122a8479af8b2c8f3 (patch)
tree791c6fe14433dadfc7afc3f50866782809dd44a0 /go.mod
parentccb5d19c258a1f4ec87ec7cdc4aedf1f1c7007dc (diff)
mod: Use blackfriday's standard v2 module import path
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod4
1 files changed, 1 insertions, 3 deletions
diff --git a/go.mod b/go.mod
index 8f01554..bf9e248 100644
--- a/go.mod
+++ b/go.mod
@@ -19,13 +19,11 @@ require (
github.com/mholt/certmagic v0.6.2-0.20190624175158-6a42ef9fe8c2
github.com/mitchellh/go-ps v0.0.0-20170309133038-4fdf99ab2936
github.com/rs/cors v1.6.0
+ github.com/russross/blackfriday/v2 v2.0.1
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
github.com/starlight-go/starlight v0.0.0-20181207205707-b06f321544f3
go.starlark.net v0.0.0-20190604130855-6ddc71c0ba77
golang.org/x/net v0.0.0-20190603091049-60506f45cf65
golang.org/x/time v0.0.0-20190308202827-9d24e82272b4
- gopkg.in/russross/blackfriday.v2 v2.0.1
gopkg.in/yaml.v2 v2.2.2 // indirect
)
-
-replace gopkg.in/russross/blackfriday.v2 v2.0.1 => github.com/russross/blackfriday/v2 v2.0.1