move authtoken package into auth package

This commit is contained in:
Marcus Efraimsson
2019-02-06 17:02:57 +01:00
parent 8678620730
commit 8ae066ab5d
7 changed files with 34 additions and 37 deletions
+1
View File
@@ -32,6 +32,7 @@ import (
_ "github.com/grafana/grafana/pkg/metrics"
_ "github.com/grafana/grafana/pkg/plugins"
_ "github.com/grafana/grafana/pkg/services/alerting"
_ "github.com/grafana/grafana/pkg/services/auth"
_ "github.com/grafana/grafana/pkg/services/cleanup"
_ "github.com/grafana/grafana/pkg/services/notifications"
_ "github.com/grafana/grafana/pkg/services/provisioning"