tartrazine/go.mod

10 lines
160 B
Modula-2
Raw Normal View History

2020-03-19 16:31:29 +00:00
module github.com/go-enry/go-enry/v2
2020-03-19 16:31:29 +00:00
go 1.14
require (
2020-05-06 19:42:07 +00:00
github.com/go-enry/go-oniguruma v1.2.1
github.com/stretchr/testify v1.8.1
2020-03-19 16:31:29 +00:00
gopkg.in/yaml.v2 v2.2.8
)