hugoext/go.mod

12 lines
210 B
Modula-2

module gitrepo.ru/neonxp/hugoext
go 1.16
require (
github.com/BurntSushi/toml v0.3.1
github.com/gohugoio/hugo v0.85.0
github.com/spf13/afero v1.6.0
github.com/spf13/cast v1.3.1
gopkg.in/yaml.v2 v2.4.0
)