Change import path for social since it has moved

This commit is contained in:
Sean Lafferty 2019-03-13 14:34:55 -04:00
parent 8d19ca005f
commit 8d8119aa98

View File

@ -18,10 +18,10 @@ import (
"github.com/grafana/grafana/pkg/bus"
"github.com/grafana/grafana/pkg/log"
"github.com/grafana/grafana/pkg/login/social"
m "github.com/grafana/grafana/pkg/models"
"github.com/grafana/grafana/pkg/plugins"
"github.com/grafana/grafana/pkg/setting"
"github.com/grafana/grafana/pkg/social"
"github.com/grafana/grafana/pkg/util"
)