Macaron: remove custom Request type (#37874)
* remove macaron.Request, use http.Request instead * remove com dependency from bindings module * fix another c.Req.Request
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
module github.com/go-macaron/binding
|
||||
|
||||
go 1.16
|
||||
|
||||
require gopkg.in/macaron.v1 v1.4.0
|
||||
|
||||
replace gopkg.in/macaron.v1 => ../
|
||||
Reference in New Issue
Block a user