maintain envdecode inside ocis-pkg

This commit is contained in:
Willy Kloucek
2022-01-03 07:49:25 +01:00
parent fe1672a000
commit e3bfb66df1
19 changed files with 1348 additions and 16 deletions
+1 -1
View File
@@ -5,11 +5,11 @@ import (
"os"
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/settings/pkg/config"
"github.com/thejerf/suture/v4"
"github.com/urfave/cli/v2"
"github.com/wkloucek/envdecode"
)
// Execute is the entry point for the ocis-settings command.