From d77176912bccf1dc0ad93366df55f00fee23b498 Mon Sep 17 00:00:00 2001 From: Mura Li Date: Wed, 27 Mar 2019 19:15:23 +0800 Subject: Use Go1.11 module (#5743) * Migrate to go modules * make vendor * Update mvdan.cc/xurls * make vendor * Update code.gitea.io/git * make fmt-check * Update github.com/go-sql-driver/mysql * make vendor --- modules/markup/html.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/markup') diff --git a/modules/markup/html.go b/modules/markup/html.go index 20a158b1c5..f4c5d97480 100644 --- a/modules/markup/html.go +++ b/modules/markup/html.go @@ -17,9 +17,9 @@ import ( "code.gitea.io/gitea/modules/util" "github.com/Unknwon/com" - "github.com/mvdan/xurls" "golang.org/x/net/html" "golang.org/x/net/html/atom" + "mvdan.cc/xurls/v2" ) // Issue name styles -- cgit v1.2.3