File tree Expand file tree Collapse file tree 6 files changed +9
-706
lines changed
Expand file tree Collapse file tree 6 files changed +9
-706
lines changed Original file line number Diff line number Diff line change 11module github.com/flanksource/kommons
22
3- go 1.22.5
4-
5- toolchain go1.23.0
3+ go 1.23
64
75require (
86 github.com/AlekSi/pointer v1.1.0
@@ -19,7 +17,7 @@ require (
1917 github.com/stretchr/testify v1.9.0
2018 github.com/tidwall/gjson v1.14.4
2119 golang.org/x/text v0.16.0
22- gopkg.in/flanksource/ yaml.v3 v3.2.3
20+ gopkg.in/yaml.v3 v3.0.1
2321 k8s.io/api v0.31.1
2422 k8s.io/apiextensions-apiserver v0.24.4
2523 k8s.io/apimachinery v0.31.1
@@ -134,7 +132,6 @@ require (
134132 gopkg.in/inf.v0 v0.9.1 // indirect
135133 gopkg.in/sourcemap.v1 v1.0.5 // indirect
136134 gopkg.in/yaml.v2 v2.4.0 // indirect
137- gopkg.in/yaml.v3 v3.0.1 // indirect
138135 k8s.io/klog/v2 v2.130.1 // indirect
139136 k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340 // indirect
140137 k8s.io/utils v0.0.0-20240711033017-18e509b52bc8 // indirect
You can’t perform that action at this time.
0 commit comments