File tree 6 files changed +9
-706
lines changed
6 files changed +9
-706
lines changed Original file line number Diff line number Diff line change 1
1
module github.com/flanksource/kommons
2
2
3
- go 1.22.5
4
-
5
- toolchain go1.23.0
3
+ go 1.23
6
4
7
5
require (
8
6
github.com/AlekSi/pointer v1.1.0
@@ -19,7 +17,7 @@ require (
19
17
github.com/stretchr/testify v1.9.0
20
18
github.com/tidwall/gjson v1.14.4
21
19
golang.org/x/text v0.16.0
22
- gopkg.in/flanksource/ yaml.v3 v3.2.3
20
+ gopkg.in/yaml.v3 v3.0.1
23
21
k8s.io/api v0.31.1
24
22
k8s.io/apiextensions-apiserver v0.24.4
25
23
k8s.io/apimachinery v0.31.1
@@ -134,7 +132,6 @@ require (
134
132
gopkg.in/inf.v0 v0.9.1 // indirect
135
133
gopkg.in/sourcemap.v1 v1.0.5 // indirect
136
134
gopkg.in/yaml.v2 v2.4.0 // indirect
137
- gopkg.in/yaml.v3 v3.0.1 // indirect
138
135
k8s.io/klog/v2 v2.130.1 // indirect
139
136
k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340 // indirect
140
137
k8s.io/utils v0.0.0-20240711033017-18e509b52bc8 // indirect
You can’t perform that action at this time.
0 commit comments