forked from tslocum/twins
1
0
Fork 0
twins/go.mod

13 lines
316 B
Modula-2
Raw Permalink Normal View History

2021-04-08 03:53:11 +00:00
module code.rocketnine.space/tslocum/twins
2020-10-29 20:35:48 +00:00
2021-04-08 03:53:11 +00:00
go 1.16
2020-10-29 20:35:48 +00:00
require (
code.rocketnine.space/tslocum/gmitohtml v1.0.5
2021-03-07 18:58:00 +00:00
github.com/h2non/filetype v1.1.1
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
2021-03-07 18:58:00 +00:00
github.com/yookoala/gofast v0.6.0
golang.org/x/tools v0.1.5 // indirect
gopkg.in/yaml.v2 v2.4.0
2020-10-29 20:35:48 +00:00
)