lib, yamlgraph: Remove old yamlgraph GAPI frontend

I should have removed this a long time ago, but didn't. Now it's done.
The new v2 frontend is loosing the v2 name and just replacing v1.
This commit is contained in:
James Shubin
2018-03-13 13:02:11 -04:00
parent 6e0dfdb16f
commit 4d8faeb826
4 changed files with 109 additions and 586 deletions

View File

@@ -30,7 +30,6 @@ import (
_ "github.com/purpleidea/mgmt/lang"
_ "github.com/purpleidea/mgmt/puppet"
_ "github.com/purpleidea/mgmt/yamlgraph"
_ "github.com/purpleidea/mgmt/yamlgraph2"
"github.com/google/uuid"
errwrap "github.com/pkg/errors"