We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f722e5 commit b490a73Copy full SHA for b490a73
go.mod
@@ -2,7 +2,10 @@ module github.com/raesene/teisteanas
2
3
go 1.18
4
5
-require k8s.io/api v0.24.3
+require (
6
+ gopkg.in/yaml.v2 v2.4.0
7
+ k8s.io/api v0.24.3
8
+)
9
10
require (
11
github.com/PuerkitoBio/purell v1.1.1 // indirect
@@ -25,7 +28,6 @@ require (
25
28
golang.org/x/time v0.0.0-20220210224613-90d013bbcef8 // indirect
26
29
google.golang.org/appengine v1.6.7 // indirect
27
30
google.golang.org/protobuf v1.27.1 // indirect
- gopkg.in/yaml.v2 v2.4.0 // indirect
31
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
32
k8s.io/kube-openapi v0.0.0-20220328201542-3ee0da9b0b42 // indirect
33
sigs.k8s.io/yaml v1.2.0 // indirect
0 commit comments