fix extensions versions

This commit is contained in:
Willy Kloucek
2021-10-05 12:39:31 +02:00
parent 3afc5992e6
commit 68ba24ff73
54 changed files with 51 additions and 287 deletions
+1 -1
View File
@@ -10,9 +10,9 @@ import (
"github.com/urfave/cli/v2"
"github.com/owncloud/ocis/ocis-pkg/config"
"github.com/owncloud/ocis/ocis-pkg/version"
"github.com/owncloud/ocis/ocis/pkg/flagset"
"github.com/owncloud/ocis/ocis/pkg/register"
"github.com/owncloud/ocis/ocis/pkg/version"
"github.com/spf13/viper"
)