From f2171812931114dc48a9d27122a8479af8b2c8f3 Mon Sep 17 00:00:00 2001 From: Matthew Holt Date: Mon, 15 Jul 2019 17:33:08 -0600 Subject: mod: Use blackfriday's standard v2 module import path --- modules/caddyhttp/templates/tplcontext.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/caddyhttp/templates') diff --git a/modules/caddyhttp/templates/tplcontext.go b/modules/caddyhttp/templates/tplcontext.go index 548b3e1..ffcc636 100644 --- a/modules/caddyhttp/templates/tplcontext.go +++ b/modules/caddyhttp/templates/tplcontext.go @@ -27,7 +27,7 @@ import ( "github.com/Masterminds/sprig" "github.com/caddyserver/caddy/v2/modules/caddyhttp" - "gopkg.in/russross/blackfriday.v2" + "github.com/russross/blackfriday/v2" ) // templateContext is the templateContext with which HTTP templates are executed. -- cgit v1.2.3