moth/go.mod

16 lines
303 B
Modula-2
Raw Normal View History

2024-01-19 12:29:23 -07:00
module github.com/dirtbags/moth/v4
2020-02-29 16:53:08 -07:00
2023-12-06 16:44:40 -07:00
go 1.21
2020-02-29 16:53:08 -07:00
require (
2022-05-12 18:03:26 -06:00
github.com/spf13/afero v1.8.2
github.com/yuin/goldmark v1.4.13
2024-01-19 12:29:23 -07:00
gopkg.in/yaml.v2 v2.4.0
)
require (
github.com/kr/text v0.2.0 // indirect
golang.org/x/text v0.3.8 // indirect
2021-01-29 17:41:35 -07:00
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
2020-02-29 16:53:08 -07:00
)