hugoext/go.mod

12 lines
209 B
Modula-2
Raw Permalink Normal View History

2021-07-10 19:45:51 +03:00
module github.com/n0x1m/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
)