You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

go.mod 457 B

12345678910111213
  1. module gopkg.in/macaron.v1
  2. go 1.12
  3. require (
  4. github.com/go-macaron/inject v0.0.0-20160627170012-d8a0b8677191
  5. github.com/gopherjs/gopherjs v0.0.0-20190430165422-3e4dfb77656c // indirect
  6. github.com/smartystreets/assertions v1.0.1 // indirect
  7. github.com/smartystreets/goconvey v0.0.0-20190731233626-505e41936337
  8. github.com/unknwon/com v0.0.0-20190804042917-757f69c95f3e
  9. golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4
  10. gopkg.in/ini.v1 v1.46.0
  11. )