From 53e68fbe487b9ee9dfa2086a14cf87d0088388bb Mon Sep 17 00:00:00 2001 From: lifei6671 Date: Wed, 11 Jul 2018 10:45:48 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84dep=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Gopkg.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Gopkg.toml b/Gopkg.toml index 96c549bf..25d49b43 100644 --- a/Gopkg.toml +++ b/Gopkg.toml @@ -61,6 +61,10 @@ name = "gopkg.in/ldap.v2" version = "2.5.1" +[[constraint]] + name = "gopkg.in/russross/blackfriday.v2" + version = "2.0.0" + [prune] go-tests = true unused-packages = true