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.
11 lines
343 B
11 lines
343 B
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 |
|
github.com/yookoala/gofast v0.4.1-0.20201013050739-975113c54107 |
|
golang.org/x/tools v0.0.0-20201117021029-3c3a81204b10 // indirect |
|
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 |
|
)
|
|
|