2019-08-23 16:40:30 +00:00
|
|
|
module gitea.com/macaron/macaron
|
|
|
|
|
|
|
|
go 1.11
|
|
|
|
|
|
|
|
require (
|
2020-01-05 14:27:25 +00:00
|
|
|
gitea.com/macaron/inject v0.0.0-20190805023432-d4c86e31027a
|
|
|
|
github.com/smartystreets/assertions v1.0.1 // indirect
|
2019-08-23 16:40:30 +00:00
|
|
|
github.com/smartystreets/goconvey v0.0.0-20190731233626-505e41936337
|
2020-01-05 14:27:25 +00:00
|
|
|
github.com/unknwon/com v1.0.1
|
2019-08-23 16:40:30 +00:00
|
|
|
golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4
|
|
|
|
gopkg.in/ini.v1 v1.44.0
|
|
|
|
)
|