-
Notifications
You must be signed in to change notification settings - Fork 454
Expand file tree
/
Copy pathgo.mod
More file actions
31 lines (26 loc) · 996 Bytes
/
Copy pathgo.mod
File metadata and controls
31 lines (26 loc) · 996 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
// This is a generated file. Do not edit directly.
module k8s.io/api
go 1.27.0
godebug default=go1.27
require (
k8s.io/apimachinery v0.0.0-20260922110631-4fea334131ea
k8s.io/klog/v2 v2.140.0
)
require (
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
github.com/fxamacker/cbor/v2 v2.9.1 // indirect
github.com/go-logr/logr v1.4.3 // indirect
github.com/google/go-cmp v0.7.0 // indirect
github.com/spf13/pflag v1.0.10 // indirect
github.com/x448/float16 v0.8.4 // indirect
go.yaml.in/yaml/v2 v2.4.4 // indirect
golang.org/x/net v0.57.0 // indirect
golang.org/x/text v0.41.0 // indirect
gopkg.in/inf.v0 v0.9.1 // indirect
k8s.io/kube-openapi v0.0.0-20260908163437-c4db2bdfbfe6 // indirect
k8s.io/utils v0.0.0-20260626114624-be93311217bd // indirect
sigs.k8s.io/json v0.0.0-20250730193827-2d320260d730 // indirect
sigs.k8s.io/randfill v1.0.0 // indirect
sigs.k8s.io/structured-merge-diff/v7 v7.0.0 // indirect
sigs.k8s.io/yaml v1.6.0 // indirect
)