Платформа ЦРНП "Мирокод" для разработки проектов
https://git.mirocod.ru
12 lines
440 B
12 lines
440 B
module gitea.com/macaron/csrf |
|
|
|
go 1.11 |
|
|
|
require ( |
|
gitea.com/macaron/macaron v1.3.3-0.20190821202302-9646c0587edb |
|
gitea.com/macaron/session v0.0.0-20190821211443-122c47c5f705 |
|
github.com/gopherjs/gopherjs v0.0.0-20190430165422-3e4dfb77656c // indirect |
|
github.com/smartystreets/assertions v1.0.1 // indirect |
|
github.com/smartystreets/goconvey v0.0.0-20190731233626-505e41936337 |
|
github.com/unknwon/com v0.0.0-20190804042917-757f69c95f3e |
|
)
|
|
|