chore: update common test dependencies (#949)

This commit is contained in:
Kjeld Schouten-Lebbing
2021-09-09 20:39:33 +02:00
committed by GitHub
parent 07dd78b2a7
commit 9d218b36f4
9 changed files with 34 additions and 34 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ import (
"errors"
"strings"
"github.com/Jeffail/gabs"
"github.com/Jeffail/gabs/v2"
)
type manifestCollection map[string]map[string]gabs.Container
+1 -1
View File
@@ -1,7 +1,7 @@
package helmunit
import (
"github.com/Jeffail/gabs"
"github.com/Jeffail/gabs/v2"
"sigs.k8s.io/yaml"
)