We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e1751c commit af6dfa9Copy full SHA for af6dfa9
go.mod
@@ -10,16 +10,10 @@ require (
10
github.com/spf13/afero v1.14.0
11
github.com/spf13/cobra v1.9.1
12
github.com/spf13/pflag v1.0.7
13
-<<<<<<< HEAD
+ github.com/stretchr/testify v1.10.0
14
golang.org/x/mod v0.27.0
15
golang.org/x/text v0.28.0
16
golang.org/x/tools v0.36.0
17
-=======
18
- github.com/stretchr/testify v1.10.0
19
- golang.org/x/mod v0.26.0
20
- golang.org/x/text v0.27.0
21
- golang.org/x/tools v0.35.0
22
->>>>>>> ba64bd710 (feat(feature-gates) implement feature gates for #849)
23
helm.sh/helm/v3 v3.18.4
24
sigs.k8s.io/yaml v1.6.0
25
)
0 commit comments