This repository has been archived on 2020-10-27. You can view files and clone it, but cannot push or open issues or pull requests.
macaron/go.mod
techknowlogick ee6593dc49
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
Remove the init panic (#1)
Merge branch 'master' into remove-init-panic

Update from Unknwon to unknwon

Restore setENV MACARON_ENV

Use github.com/unknwon/com (#10)

fix wrong depend (#7)

use gitea.com/macaron/inject (#4)

Update 'macaron.go'

remove init func

Merge remote-tracking branch 'origin/master' into remove-init-panic

Remove the init panic

Signed-off-by: Andrew Thornton <art27@cantab.net>
Signed-off-by: Matti R <matti@mdranta.net>

Co-authored-by: Andrew Thornton <art27@cantab.net>
Co-authored-by: tamalsaha <tamalsaha@noreply@gitea.io>
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: Matti R <matti@mdranta.net>
Reviewed-by: Andrew Thornton <art27@cantab.net>
Reviewed-by: 6543 <6543@noreply.gitea.io>
2020-01-05 02:31:42 +00:00

13 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
)