* remove macaron.Request, use http.Request instead * remove com dependency from bindings module * fix another c.Req.Request
8 lines
118 B
Modula-2
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 => ../
|