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.
12 lines
354 B
12 lines
354 B
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
|
|
)
|
|
|