aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/gitea.com/macaron/i18n/go.mod
blob: 59336d341435c024debfdc94dd801b90fb8c6f8e (plain)
1
2
3
4
5
6
7
8
9
10
module gitea.com/macaron/i18n

go 1.11

require (
	gitea.com/macaron/macaron v1.5.0
	github.com/stretchr/testify v1.4.0
	github.com/unknwon/i18n v0.0.0-20190805065654-5c6446a380b6
	golang.org/x/text v0.3.2
)