mirror of https://github.com/dirtbags/moth.git
13 lines
286 B
Modula-2
13 lines
286 B
Modula-2
module github.com/dirtbags/moth
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/kr/text v0.2.0 // indirect
|
|
github.com/spf13/afero v1.5.1
|
|
github.com/yuin/goldmark v1.3.1
|
|
golang.org/x/text v0.3.5 // indirect
|
|
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
)
|