Changed go package path

This commit is contained in:
Torkel Ödegaard
2015-02-05 10:37:13 +01:00
parent 3ab7b5c3f7
commit 10820f31c2
50 changed files with 139 additions and 147 deletions
+3 -3
View File
@@ -6,9 +6,9 @@ import (
"testing"
"github.com/go-xorm/xorm"
"github.com/torkelo/grafana-pro/pkg/log"
. "github.com/torkelo/grafana-pro/pkg/services/sqlstore/migrator"
"github.com/torkelo/grafana-pro/pkg/services/sqlstore/sqlutil"
"github.com/grafana/grafana/pkg/log"
. "github.com/grafana/grafana/pkg/services/sqlstore/migrator"
"github.com/grafana/grafana/pkg/services/sqlstore/sqlutil"
. "github.com/smartystreets/goconvey/convey"
)