Files
grafana/pkg/macaron/binding/go.mod
Serge Zaitsev c3ab2fdeb7 Macaron: remove custom Request type (#37874)
* remove macaron.Request, use http.Request instead

* remove com dependency from bindings module

* fix another c.Req.Request
2021-09-01 11:18:30 +02:00

8 lines
118 B
Modula-2

module github.com/go-macaron/binding
go 1.16
require gopkg.in/macaron.v1 v1.4.0
replace gopkg.in/macaron.v1 => ../