mirror of https://github.com/docker/cli.git
10 lines
217 B
Modula-2
10 lines
217 B
Modula-2
|
module github.com/cpuguy83/go-md2man/v2
|
||
|
|
||
|
go 1.12
|
||
|
|
||
|
require (
|
||
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
||
|
github.com/russross/blackfriday/v2 v2.0.1
|
||
|
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
|
||
|
)
|