mirror of
https://github.com/grafana/grafana.git
synced 2025-07-31 04:12:19 +08:00
feat(macaron): upgrades macaron version
This commit is contained in:
@ -1,11 +1,11 @@
|
||||
package api
|
||||
|
||||
import (
|
||||
"github.com/Unknwon/macaron"
|
||||
"gopkg.in/macaron.v1"
|
||||
"github.com/grafana/grafana/pkg/api/dtos"
|
||||
"github.com/grafana/grafana/pkg/middleware"
|
||||
m "github.com/grafana/grafana/pkg/models"
|
||||
"github.com/macaron-contrib/binding"
|
||||
"github.com/go-macaron/binding"
|
||||
)
|
||||
|
||||
// Register adds http routes
|
||||
|
Reference in New Issue
Block a user