mirror of https://github.com/grafana/grafana.git
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
|
|
)
|