From 8a0185b103f3e6d948db360f08d8fdae2b1ebcb6 Mon Sep 17 00:00:00 2001 From: Adam Reese <adam@reese.io> Date: Tue, 29 Oct 2019 12:02:55 -0700 Subject: [PATCH] pin md2man Signed-off-by: Adam Reese <adam@reese.io> --- glide.lock | 8 ++++++-- glide.yaml | 5 ++--- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/glide.lock b/glide.lock index 950f5140a..477b6a225 100644 --- a/glide.lock +++ b/glide.lock @@ -1,5 +1,5 @@ -hash: af933496eb176b0aefcaba293e734f2e814f47eafc8589bd11c6bbc011788e76 -updated: 2019-10-29T04:43:10.222887Z +hash: ac5ff6bfe50536fa733d160b064d05691909e1d796c6d9284ce2eb4deb998db9 +updated: 2019-10-29T19:02:24.996035Z imports: - name: cloud.google.com/go version: 8c41231e01b2085512d98153bcffb847ff9b4b9f @@ -33,6 +33,10 @@ imports: - gettext/mo - gettext/plural - gettext/po +- name: github.com/cpuguy83/go-md2man + version: 7762f7e404f8416dfa1d9bb6a8c192aa9acb4d19 + subpackages: + - md2man - name: github.com/cyphar/filepath-securejoin version: a261ee33d7a517f054effbf451841abaafe3e0fd - name: github.com/davecgh/go-spew diff --git a/glide.yaml b/glide.yaml index fc8ee9385..88e0359a4 100644 --- a/glide.yaml +++ b/glide.yaml @@ -75,9 +75,8 @@ import: - package: github.com/Azure/go-autorest version: autorest/v0.9.1 -ignore: - - github.com/cpuguy83/go-md2man - - github.com/russross/blackfriday/v2 + - package: github.com/cpuguy83/go-md2man + version: ^1.0.10 testImports: - package: github.com/stretchr/testify -- GitLab