Switch github.com/xlab/treeprint to release tag : v1.1.0 (#4675)

* Switch github.com/xlab/treeprint to release tag : v1.1.0

Signed-off-by: Davanum Srinivas <davanum@gmail.com>

* fix test to reflect changes in the dependency

Signed-off-by: Davanum Srinivas <davanum@gmail.com>
This commit is contained in:
Davanum Srinivas
2022-06-10 17:33:46 -04:00
committed by GitHub
parent 1c53932166
commit 7e0fd02783
36 changed files with 71 additions and 71 deletions

View File

@@ -70,7 +70,7 @@ spec:
if !assert.Equal(t, `
├── bar-package
   └── [f2.yaml] Deployment bar
└── [f2.yaml] Deployment bar
└── foo-package
├── [f1.yaml] Deployment default/foo
├── [f1.yaml] Service default/foo
@@ -143,7 +143,7 @@ spec:
├── [f1.yaml] Service default/foo
├── [f3.yaml] Deployment default/foo
├── bar-package
   └── [f2.yaml] Deployment bar
└── [f2.yaml] Deployment bar
└── foo-package
└── [f1.yaml] Deployment default/foo
`, out.String()) {