de075e529d
* 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
11 lines
283 B
Modula-2
11 lines
283 B
Modula-2
module github.com/go-macaron/binding
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/smartystreets/goconvey v0.0.0-20190731233626-505e41936337
|
|
github.com/unknwon/com v0.0.0-20190804042917-757f69c95f3e
|
|
golang.org/x/tools v0.0.0-20190805222050-c5a2fd39b72a // indirect
|
|
gopkg.in/macaron.v1 v1.3.4
|
|
)
|