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

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

require (
	github.com/BurntSushi/toml v0.3.0
	golang.org/x/crypto v0.0.0-20190506204251-e1dfcc566284 // indirect
	golang.org/x/net v0.0.0-20190503192946-f4e77d36d62c // indirect
	golang.org/x/sys v0.0.0-20190507160741-ecd444e8653b // indirect
	golang.org/x/text v0.3.2
	golang.org/x/tools v0.0.0-20190506145303-2d16b83fe98c // indirect
	gopkg.in/yaml.v2 v2.2.1
)