move clustersconfig here

This commit is contained in:
Mikaël Cluseau
2018-12-11 08:23:20 +11:00
parent fd8b3ac47f
commit bd5baf5a23
8 changed files with 11 additions and 6 deletions

View File

@ -8,8 +8,9 @@ import (
"os"
yaml "gopkg.in/yaml.v2"
"novit.nc/direktil/pkg/clustersconfig"
"novit.nc/direktil/pkg/localconfig"
"novit.nc/direktil/local-server/pkg/clustersconfig"
)
var (

View File

@ -7,7 +7,7 @@ import (
yaml "gopkg.in/yaml.v2"
"novit.nc/direktil/pkg/clustersconfig"
"novit.nc/direktil/local-server/pkg/clustersconfig"
)
type renderContext struct {