From ccb78ddfbd0d56319218e32abbe0ca86ec14b20a Mon Sep 17 00:00:00 2001 From: Justin McCarthy Date: Mon, 17 May 2021 10:56:43 -0700 Subject: [PATCH] dependency fix for homebrew tap --- go.mod | 1 + 1 file changed, 1 insertion(+) diff --git a/go.mod b/go.mod index 508dd4a..53e03aa 100644 --- a/go.mod +++ b/go.mod @@ -8,6 +8,7 @@ require ( github.com/aktau/github-release v0.8.1 github.com/andygrunwald/go-jira v1.12.0 github.com/containous/go-bindata v1.0.0 + github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect github.com/davecgh/go-spew v1.1.1 github.com/docker/distribution v2.7.1+incompatible // indirect github.com/docker/docker v1.13.1