mirror of
https://github.com/grafana/grafana.git
synced 2026-08-03 01:59:35 -05:00
* remove macaron.Request, use http.Request instead * remove com dependency from bindings module * fix another c.Req.Request
8 lines
118 B
AMPL
8 lines
118 B
AMPL
module github.com/go-macaron/binding
|
|
|
|
go 1.16
|
|
|
|
require gopkg.in/macaron.v1 v1.4.0
|
|
|
|
replace gopkg.in/macaron.v1 => ../
|