Skip to content

Commit b490a73

Browse files
committed
cleaned go mod
1 parent 5f722e5 commit b490a73

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

go.mod

+4-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@ module github.com/raesene/teisteanas
22

33
go 1.18
44

5-
require k8s.io/api v0.24.3
5+
require (
6+
gopkg.in/yaml.v2 v2.4.0
7+
k8s.io/api v0.24.3
8+
)
69

710
require (
811
github.com/PuerkitoBio/purell v1.1.1 // indirect
@@ -25,7 +28,6 @@ require (
2528
golang.org/x/time v0.0.0-20220210224613-90d013bbcef8 // indirect
2629
google.golang.org/appengine v1.6.7 // indirect
2730
google.golang.org/protobuf v1.27.1 // indirect
28-
gopkg.in/yaml.v2 v2.4.0 // indirect
2931
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
3032
k8s.io/kube-openapi v0.0.0-20220328201542-3ee0da9b0b42 // indirect
3133
sigs.k8s.io/yaml v1.2.0 // indirect

0 commit comments

Comments
 (0)