twins-upstream/go.mod

13 lines
322 B
Modula-2
Raw Normal View History

2020-10-29 21:35:48 +01:00
module gitlab.com/tslocum/twins
go 1.15
require (
2021-03-07 19:58:00 +01:00
github.com/h2non/filetype v1.1.1
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
2021-03-07 19:58:00 +01:00
github.com/yookoala/gofast v0.6.0
gitlab.com/tslocum/gmitohtml v1.0.3
golang.org/x/tools v0.1.0 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
2020-10-29 21:35:48 +01:00
)