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 golang.org/x/net v0.0.0-20190724013045-ca1201d0de80 // indirect golang.org/x/sys v0.0.0-20190804053845-51ab0e2deafa // indirect golang.org/x/text v0.3.2 // indirect golang.org/x/tools v0.0.0-20190802220118-1d1727260058 // indirect gopkg.in/ini.v1 v1.46.0 )