update konnectd import paths and module name

This commit is contained in:
A.Unger
2020-09-18 13:02:16 +02:00
parent 506ba1aa51
commit ccc651a11e
32 changed files with 209 additions and 115 deletions
+2 -2
View File
@@ -5,8 +5,8 @@ import (
"net/http"
"github.com/micro/cli/v2"
"github.com/owncloud/ocis-konnectd/pkg/config"
"github.com/owncloud/ocis-konnectd/pkg/flagset"
"github.com/owncloud/ocis/konnectd/pkg/config"
"github.com/owncloud/ocis/konnectd/pkg/flagset"
)
// Health is the entrypoint for the health command.