module github.com/adrg/frontmatter

go 1.14

require (
	github.com/BurntSushi/toml v0.3.1
	gopkg.in/yaml.v2 v2.3.0
)
