update dependencies and import paths

This commit is contained in:
A.Unger
2020-09-18 12:33:35 +02:00
parent 38cecdbf0f
commit 4c12bed11b
68 changed files with 233 additions and 232 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ import (
"os"
"path"
"github.com/owncloud/ocis-accounts/pkg/config"
"github.com/owncloud/ocis/accounts/pkg/config"
"github.com/owncloud/ocis-pkg/v2/log"
// Fake the import to make the dep tree happy.
+1 -1
View File
@@ -1,7 +1,7 @@
package assets
import (
"github.com/owncloud/ocis-accounts/pkg/config"
"github.com/owncloud/ocis/accounts/pkg/config"
"github.com/owncloud/ocis-pkg/v2/log"
)