12 lines
354 B
Modula-2
12 lines
354 B
Modula-2
module gitea.com/macaron/macaron
|
|
|
|
go 1.11
|
|
|
|
require (
|
|
gitea.com/macaron/inject v0.0.0-20190805023432-d4c86e31027a
|
|
github.com/smartystreets/assertions v1.0.1 // indirect
|
|
github.com/smartystreets/goconvey v0.0.0-20190731233626-505e41936337
|
|
github.com/unknwon/com v1.0.1
|
|
golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4
|
|
gopkg.in/ini.v1 v1.44.0
|
|
)
|