fix(build): fixed dependency and build issue

This commit is contained in:
Torkel Ödegaard
2016-01-13 15:38:54 +01:00
parent 4fe72ebf69
commit bdb67d4909
15 changed files with 529 additions and 9 deletions

View File

@@ -3,11 +3,11 @@ package middleware
import (
"fmt"
"gopkg.in/macaron.v1"
"github.com/grafana/grafana/pkg/bus"
"github.com/grafana/grafana/pkg/log"
m "github.com/grafana/grafana/pkg/models"
"github.com/grafana/grafana/pkg/setting"
"gopkg.in/macaron.v1"
)
func Quota(target string) macaron.Handler {