mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
* update gopkg.in/macaron.v1 * update github.com/go-macaron/binding * update github.com/go-macaron/session * Substitute github.com/Unknwon/com with github.com/unknwon/com * Clean up modules using `go mod tidy` * Substitute github.com/Unknwon/bra with github.com/unknwon/bra
18 lines
692 B
Modula-2
18 lines
692 B
Modula-2
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
|
|
)
|