clean up go.mod, get rid of client-go v1.5.2

This commit is contained in:
Christoph Mewes
2024-11-06 12:51:30 +01:00
parent e1a0d2a3fd
commit 808185b10f
51 changed files with 622 additions and 20029 deletions

View File

@@ -21,7 +21,7 @@ import (
"reflect"
"strings"
openapi_v3 "github.com/google/gnostic/openapiv3"
openapi_v3 "github.com/google/gnostic-models/openapiv3"
"gopkg.in/yaml.v3"
)