Платформа ЦРНП "Мирокод" для разработки проектов
https://git.mirocod.ru
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
331 B
11 lines
331 B
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 |
|
)
|
|
|