|
12345678910111213 |
- module gopkg.in/macaron.v1
-
- go 1.12
-
- require (
- github.com/go-macaron/inject v0.0.0-20160627170012-d8a0b8677191
- 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
- golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4
- gopkg.in/ini.v1 v1.46.0
- )
|