Files
mime/scripts/go.mod
andrey 8ff25d212d
All checks were successful
continuous-integration/drone/push Build is passing
types (#1)
Co-authored-by: andrey1s <andrey@4devs.pro>
Reviewed-on: #1
Co-authored-by: andrey <andrey@4devs.io>
Co-committed-by: andrey <andrey@4devs.io>
2022-09-30 10:14:29 +03:00

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
)