mirror of
https://github.com/go-gitea/gitea
synced 2024-11-01 01:03:39 +01:00
daefdd1385
Signed-off-by: Andrew Thornton <art27@cantab.net>
11 lines
208 B
Modula-2
Vendored
11 lines
208 B
Modula-2
Vendored
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
|
|
)
|