mirror of
https://code.rocketnine.space/tslocum/twins.git
synced 2024-11-27 10:38:14 +01:00
12aa024671
v3 has not been released yet.
12 lines
316 B
Modula-2
12 lines
316 B
Modula-2
module code.rocketnine.space/tslocum/twins
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
code.rocketnine.space/tslocum/gmitohtml v1.0.5
|
|
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.5 // indirect
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
)
|