mirror of
https://github.com/spf13/cobra
synced 2025-05-05 21:07:24 +00:00
updates go-md2man dependency to v1.0.7
This commit is contained in:
parent
804f636069
commit
168dec921d
2 changed files with 6 additions and 12 deletions
16
Gopkg.lock
generated
16
Gopkg.lock
generated
|
@ -4,8 +4,8 @@
|
||||||
[[projects]]
|
[[projects]]
|
||||||
name = "github.com/cpuguy83/go-md2man"
|
name = "github.com/cpuguy83/go-md2man"
|
||||||
packages = ["md2man"]
|
packages = ["md2man"]
|
||||||
revision = "a65d4d2de4d5f7c74868dfa9b202a3c8be315aaa"
|
revision = "1d903dcb749992f3741d744c0f8376b4bd7eb3e1"
|
||||||
version = "v1.0.6"
|
version = "v1.0.7"
|
||||||
|
|
||||||
[[projects]]
|
[[projects]]
|
||||||
name = "github.com/fsnotify/fsnotify"
|
name = "github.com/fsnotify/fsnotify"
|
||||||
|
@ -58,14 +58,8 @@
|
||||||
[[projects]]
|
[[projects]]
|
||||||
name = "github.com/russross/blackfriday"
|
name = "github.com/russross/blackfriday"
|
||||||
packages = ["."]
|
packages = ["."]
|
||||||
revision = "cadec560ec52d93835bf2f15bd794700d3a2473b"
|
revision = "4048872b16cc0fc2c5fd9eacf0ed2c2fedaa0c8c"
|
||||||
version = "v2.0.0"
|
version = "v1.5"
|
||||||
|
|
||||||
[[projects]]
|
|
||||||
branch = "master"
|
|
||||||
name = "github.com/shurcooL/sanitized_anchor_name"
|
|
||||||
packages = ["."]
|
|
||||||
revision = "541ff5ee47f1dddf6a5281af78307d921524bcb5"
|
|
||||||
|
|
||||||
[[projects]]
|
[[projects]]
|
||||||
branch = "master"
|
branch = "master"
|
||||||
|
@ -118,6 +112,6 @@
|
||||||
[solve-meta]
|
[solve-meta]
|
||||||
analyzer-name = "dep"
|
analyzer-name = "dep"
|
||||||
analyzer-version = 1
|
analyzer-version = 1
|
||||||
inputs-digest = "e1d2ef30b4ff455a3c1ee431cb9d9f7b06845837283c865e84d818eb46fdc3c1"
|
inputs-digest = "d4e0fb8e6209520226ce5ed5b2fc988633924559ac66cf0f3c71dba9fc83aec3"
|
||||||
solver-name = "gps-cdcl"
|
solver-name = "gps-cdcl"
|
||||||
solver-version = 1
|
solver-version = 1
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
|
|
||||||
[[constraint]]
|
[[constraint]]
|
||||||
name = "github.com/cpuguy83/go-md2man"
|
name = "github.com/cpuguy83/go-md2man"
|
||||||
version = "1.0.6"
|
version = "1.0.7"
|
||||||
|
|
||||||
[[constraint]]
|
[[constraint]]
|
||||||
name = "github.com/inconshreveable/mousetrap"
|
name = "github.com/inconshreveable/mousetrap"
|
||||||
|
|
Loading…
Add table
Reference in a new issue