Browse Source

Change import path for social since it has moved

Sean Lafferty 6 năm trước cách đây
mục cha
commit
8d8119aa98
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      pkg/api/pluginproxy/ds_proxy.go

+ 1 - 1
pkg/api/pluginproxy/ds_proxy.go

@@ -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"
 )