@@ -28,6 +28,7 @@ require (
28
28
github.com/lithammer/dedent v1.1.0
29
29
github.com/mattn/go-isatty v0.0.20
30
30
github.com/mattn/go-shellwords v1.0.12
31
+ github.com/mdlayher/vsock v1.2.1
31
32
github.com/miekg/dns v1.1.57
32
33
github.com/mikefarah/yq/v4 v4.35.2
33
34
github.com/nxadm/tail v1.4.11
@@ -37,8 +38,11 @@ require (
37
38
github.com/sirupsen/logrus v1.9.3
38
39
github.com/spf13/cobra v1.8.0
39
40
github.com/spf13/pflag v1.0.5
41
+ golang.org/x/exp v0.0.0-20230801115018-d63ba01acd4b
42
+ golang.org/x/net v0.19.0
40
43
golang.org/x/sync v0.5.0
41
44
golang.org/x/sys v0.15.0
45
+ golang.org/x/text v0.14.0
42
46
gopkg.in/op/go-logging.v1 v1.0.0-20160211212156-b2cb9fa56473
43
47
gopkg.in/yaml.v3 v3.0.1
44
48
gotest.tools/v3 v3.5.1
@@ -48,8 +52,6 @@ require (
48
52
k8s.io/client-go v0.28.4
49
53
)
50
54
51
- require google.golang.org/genproto/googleapis/rpc v0.0.0-20230711160842-782d3b101e98 // indirect
52
-
53
55
require (
54
56
github.com/Code-Hex/go-infinity-channel v1.0.0 // indirect
55
57
github.com/Microsoft/go-winio v0.6.1 // indirect
@@ -90,7 +92,6 @@ require (
90
92
github.com/mattn/go-colorable v0.1.13 // indirect
91
93
github.com/mattn/go-runewidth v0.0.14 // indirect
92
94
github.com/mdlayher/socket v0.4.1 // indirect
93
- github.com/mdlayher/vsock v1.2.1
94
95
github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b // indirect
95
96
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
96
97
github.com/modern-go/reflect2 v1.0.2 // indirect
@@ -104,16 +105,14 @@ require (
104
105
go.uber.org/atomic v1.7.0 // indirect
105
106
go.uber.org/multierr v1.7.0 // indirect
106
107
golang.org/x/crypto v0.16.0 // indirect
107
- golang.org/x/exp v0.0.0-20230801115018-d63ba01acd4b
108
108
golang.org/x/mod v0.12.0 // indirect
109
- golang.org/x/net v0.19.0
110
109
golang.org/x/oauth2 v0.10.0 // indirect
111
110
golang.org/x/term v0.15.0 // indirect
112
- golang.org/x/text v0.14.0
113
111
golang.org/x/time v0.3.0 // indirect
114
112
golang.org/x/tools v0.13.0 // indirect
115
113
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
116
114
google.golang.org/appengine v1.6.7 // indirect
115
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20230711160842-782d3b101e98 // indirect
117
116
google.golang.org/grpc v1.58.3 // indirect
118
117
google.golang.org/protobuf v1.31.0 // indirect
119
118
gopkg.in/djherbis/times.v1 v1.3.0 // indirect
0 commit comments