All checks were successful
continuous-integration/drone/push Build is passing
Co-authored-by: andrey1s <andrey@4devs.pro> Reviewed-on: #1 Co-authored-by: andrey <andrey@4devs.io> Co-committed-by: andrey <andrey@4devs.io>
11 lines
213 B
Modula-2
11 lines
213 B
Modula-2
module gitoa.ru/go-4devs/mime/scripts
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
github.com/achiku/varfmt v0.0.0-20160708124000-f820e1efecee
|
|
gitoa.ru/go-4devs/closer v0.1.1
|
|
gitoa.ru/go-4devs/console v0.1.2
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
)
|