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,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/proxy/pkg/config"
"github.com/thejerf/suture/v4"
"github.com/urfave/cli/v2"
"github.com/wkloucek/envdecode"
)
// Execute is the entry point for the ocis-proxy command.