update glauth import paths and module name

This commit is contained in:
A.Unger
2020-09-18 12:46:58 +02:00
parent 05b1e15464
commit 571d96e856
31 changed files with 107 additions and 100 deletions
+2 -2
View File
@@ -5,8 +5,8 @@ import (
"net/http"
"github.com/micro/cli/v2"
"github.com/owncloud/ocis-glauth/pkg/config"
"github.com/owncloud/ocis-glauth/pkg/flagset"
"github.com/owncloud/ocis/glauth/pkg/config"
"github.com/owncloud/ocis/glauth/pkg/flagset"
)
// Health is the entrypoint for the health command.