twins-upstream/go.mod

13 lines
410 B
Modula-2
Raw Normal View History

2020-10-29 21:35:48 +01:00
module gitlab.com/tslocum/twins
go 1.15
require (
github.com/h2non/filetype v1.1.0
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
2020-11-04 21:48:55 +01:00
github.com/yookoala/gofast v0.4.1-0.20201013050739-975113c54107
2020-12-03 20:12:13 +01:00
gitlab.com/tslocum/gmitohtml v1.0.3-0.20201203184239-2a1abe8efe7c
golang.org/x/tools v0.0.0-20201203170353-bdde1628ed1d // indirect
2020-10-29 21:35:48 +01:00
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776
)