Welcome to mirror list, hosted at ThFree Co, Russian Federation.

go.mod - github.com/gohugoio/go-i18n.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/go.mod
blob: d42c15ab914df417c5f73097d2cdd44e83421dba (plain)
1
2
3
4
5
6
module github.com/nicksnyder/go-i18n

require (
	github.com/pelletier/go-toml v1.2.0
	gopkg.in/yaml.v2 v2.2.1
)