github.com/dirtbags/moth/v4@v4.6.3-0.20240418162859-a93bc5be85d4/go.mod (about)

     1  module github.com/dirtbags/moth/v4
     2  
     3  go 1.21
     4  
     5  require (
     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  
    11  require (
    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  )