mirror of
https://github.com/go-gitea/gitea.git
synced 2024-10-31 08:37:35 -04:00
12 lines
331 B
Modula-2
12 lines
331 B
Modula-2
|
module gitea.com/macaron/i18n
|
||
|
|
||
|
go 1.11
|
||
|
|
||
|
require (
|
||
|
gitea.com/macaron/macaron v1.3.3-0.20190821202302-9646c0587edb
|
||
|
github.com/smartystreets/goconvey v0.0.0-20190731233626-505e41936337
|
||
|
github.com/unknwon/com v0.0.0-20190804042917-757f69c95f3e
|
||
|
github.com/unknwon/i18n v0.0.0-20190805065654-5c6446a380b6
|
||
|
golang.org/x/text v0.3.2
|
||
|
)
|