go.mod
1module github.com/dirtbags/moth/v4
2
3go 1.21
4
5require (
6 github.com/spf13/afero v1.8.2
7 github.com/yuin/goldmark v1.4.13
8 gopkg.in/yaml.v2 v2.4.0
9)
10
11require (
12 github.com/kr/text v0.2.0 // indirect
13 golang.org/x/text v0.3.8 // indirect
14 gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
15)