Skip to content

Commit 0020990

Browse files
committed
chore: remove flanksource/yaml dep
1 parent 6776841 commit 0020990

File tree

6 files changed

+9
-706
lines changed

6 files changed

+9
-706
lines changed

go.mod

+2-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
module github.com/flanksource/kommons
22

3-
go 1.22.5
4-
5-
toolchain go1.23.0
3+
go 1.23
64

75
require (
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

0 commit comments

Comments
 (0)