git.templeos.me/xultist/go-enry/v2@v2.0.0-20230215093429-6ef3e87f47c0/go.mod (about)

     1  module git.templeos.me/xultist/go-enry/v2
     2  
     3  go 1.14
     4  
     5  require (
     6  	github.com/go-enry/go-oniguruma v1.2.1
     7  	github.com/stretchr/testify v1.3.0
     8  	gopkg.in/yaml.v2 v2.2.8
     9  )