maintain envdecode inside ocis-pkg

This commit is contained in:
Willy Kloucek
2021-12-21 10:25:09 +01:00
parent fe1672a000
commit e3bfb66df1
19 changed files with 1348 additions and 16 deletions

View File

@@ -5,10 +5,10 @@ import (
"github.com/owncloud/ocis/ocis-pkg/config"
ociscfg "github.com/owncloud/ocis/ocis-pkg/config"
"github.com/owncloud/ocis/ocis-pkg/config/envdecode"
"github.com/owncloud/ocis/ocis-pkg/version"
"github.com/owncloud/ocis/ocis/pkg/register"
"github.com/urfave/cli/v2"
"github.com/wkloucek/envdecode"
)
// Execute is the entry point for the ocis command.