Skip to content
Snippets Groups Projects
Commit dd165f87 authored by Ludo Stellingwerff's avatar Ludo Stellingwerff
Browse files

Does this help?

parent 49c14a6b
No related branches found
Tags v0.0.6
No related merge requests found
......@@ -2,11 +2,7 @@ module github.com/dobots/service-duplicator
go 1.18
require (
k8s.io/api v0.27.1
k8s.io/apimachinery v0.27.1
k8s.io/client-go v0.27.1
)
require k8s.io/client-go v0.27.1
require (
github.com/davecgh/go-spew v1.1.1 // indirect
......@@ -38,6 +34,8 @@ require (
gopkg.in/inf.v0 v0.9.1 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
k8s.io/api v0.27.1 // indirect
k8s.io/apimachinery v0.27.1 // indirect
k8s.io/klog/v2 v2.100.1 // indirect
k8s.io/kube-openapi v0.0.0-20230426210814-b0c0aaee3cc0 // indirect
k8s.io/utils v0.0.0-20230406110748-d93618cff8a2 // indirect
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment