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
+2 -2
View File
@@ -7,13 +7,13 @@ import (
"path/filepath"
"testing"
"gopkg.in/macaron.v1"
"github.com/go-macaron/session"
"github.com/grafana/grafana/pkg/bus"
m "github.com/grafana/grafana/pkg/models"
"github.com/grafana/grafana/pkg/setting"
"github.com/grafana/grafana/pkg/util"
"github.com/macaron-contrib/session"
. "github.com/smartystreets/goconvey/convey"
"gopkg.in/macaron.v1"
)
func TestMiddlewareContext(t *testing.T) {