forked from tslocum/twins
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
344 B
12 lines
344 B
module code.rocketnine.space/tslocum/twins |
|
|
|
go 1.16 |
|
|
|
require ( |
|
code.rocketnine.space/tslocum/gmitohtml v1.0.4 |
|
github.com/h2non/filetype v1.1.1 |
|
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 |
|
github.com/yookoala/gofast v0.6.0 |
|
golang.org/x/tools v0.1.0 // indirect |
|
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b |
|
)
|
|
|