@@ -37,26 +37,46 @@ require (
37
37
golang.org/x/sys v0.5.0
38
38
gotest.tools/v3 v3.4.0
39
39
inet.af/tcpproxy v0.0.0-20220326234310-be3ee21c9fa0
40
+ k8s.io/api v0.26.1
41
+ k8s.io/apimachinery v0.26.1
42
+ k8s.io/client-go v0.26.1
40
43
)
41
44
42
45
require (
43
46
github.com/Microsoft/go-winio v0.5.2 // indirect
44
47
github.com/VividCortex/ewma v1.1.1 // indirect
45
48
github.com/apparentlymart/go-cidr v1.1.0 // indirect
49
+ github.com/davecgh/go-spew v1.1.1 // indirect
46
50
github.com/digitalocean/go-libvirt v0.0.0-20201209184759-e2a69bcd5bd1 // indirect
51
+ github.com/emicklei/go-restful/v3 v3.9.0 // indirect
52
+ github.com/evanphx/json-patch v4.12.0+incompatible // indirect
47
53
github.com/fatih/color v1.13.0 // indirect
48
54
github.com/fsnotify/fsnotify v1.5.1 // indirect
55
+ github.com/go-logr/logr v1.2.3 // indirect
56
+ github.com/go-openapi/jsonpointer v0.19.5 // indirect
57
+ github.com/go-openapi/jsonreference v0.20.0 // indirect
58
+ github.com/go-openapi/swag v0.19.14 // indirect
59
+ github.com/gogo/protobuf v1.3.2 // indirect
49
60
github.com/golang/protobuf v1.5.2 // indirect
50
61
github.com/google/btree v1.0.1 // indirect
62
+ github.com/google/gnostic v0.5.7-v3refs // indirect
63
+ github.com/google/gofuzz v1.2.0 // indirect
51
64
github.com/google/gopacket v1.1.19 // indirect
52
65
github.com/hashicorp/errwrap v1.1.0 // indirect
66
+ github.com/imdario/mergo v0.3.12 // indirect
53
67
github.com/inconshreveable/mousetrap v1.0.1 // indirect
54
68
github.com/insomniacslk/dhcp v0.0.0-20220504074936-1ca156eafb9f // indirect
69
+ github.com/josharian/intern v1.0.0 // indirect
70
+ github.com/json-iterator/go v1.1.12 // indirect
55
71
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
56
72
github.com/kr/fs v0.1.0 // indirect
73
+ github.com/mailru/easyjson v0.7.6 // indirect
57
74
github.com/mattn/go-colorable v0.1.12 // indirect
58
75
github.com/mattn/go-runewidth v0.0.12 // indirect
59
76
github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b // indirect
77
+ github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
78
+ github.com/modern-go/reflect2 v1.0.2 // indirect
79
+ github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
60
80
github.com/pkg/errors v0.9.1 // indirect
61
81
github.com/pkg/sftp v1.13.5 // indirect
62
82
github.com/rivo/uniseg v0.2.0 // indirect
@@ -66,16 +86,27 @@ require (
66
86
go.uber.org/multierr v1.7.0 // indirect
67
87
golang.org/x/crypto v0.4.0 // indirect
68
88
golang.org/x/mod v0.6.0 // indirect
69
- golang.org/x/net v0.3.0 // indirect
89
+ golang.org/x/net v0.3.1-0.20221206200815-1e63c2f08a10 // indirect
90
+ golang.org/x/oauth2 v0.0.0-20220223155221-ee480838109b // indirect
70
91
golang.org/x/term v0.3.0 // indirect
71
92
golang.org/x/text v0.5.0 // indirect
72
- golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac // indirect
93
+ golang.org/x/time v0.0.0-20220210224613-90d013bbcef8 // indirect
73
94
golang.org/x/tools v0.2.0 // indirect
74
95
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
96
+ google.golang.org/appengine v1.6.7 // indirect
75
97
google.golang.org/genproto v0.0.0-20220502173005-c8bf987b8c21 // indirect
76
98
google.golang.org/grpc v1.47.0 // indirect
77
- google.golang.org/protobuf v1.28.0 // indirect
99
+ google.golang.org/protobuf v1.28.1 // indirect
78
100
gopkg.in/djherbis/times.v1 v1.2.0 // indirect
101
+ gopkg.in/inf.v0 v0.9.1 // indirect
79
102
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
103
+ gopkg.in/yaml.v2 v2.4.0 // indirect
104
+ gopkg.in/yaml.v3 v3.0.1 // indirect
80
105
gvisor.dev/gvisor v0.0.0-20220908032458-edc830a43ba6 // indirect
106
+ k8s.io/klog/v2 v2.80.1 // indirect
107
+ k8s.io/kube-openapi v0.0.0-20221012153701-172d655c2280 // indirect
108
+ k8s.io/utils v0.0.0-20221107191617-1a15be271d1d // indirect
109
+ sigs.k8s.io/json v0.0.0-20220713155537-f223a00ba0e2 // indirect
110
+ sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect
111
+ sigs.k8s.io/yaml v1.3.0 // indirect
81
112
)
0 commit comments