@@ -14,7 +14,7 @@ require (
14
14
github.com/coreos/go-semver v0.3.1
15
15
github.com/cpuguy83/go-md2man/v2 v2.0.2
16
16
github.com/cyphar/filepath-securejoin v0.2.3
17
- github.com/digitalocean/go-qemu v0.0.0-20210326154740-ac9e0b687001
17
+ github.com/digitalocean/go-qemu v0.0.0-20221209210016-f035778c97f7
18
18
github.com/diskfs/go-diskfs v1.3.0
19
19
github.com/docker/go-units v0.5.0
20
20
github.com/elastic/go-libaudit/v2 v2.3.2
@@ -29,7 +29,6 @@ require (
29
29
github.com/mattn/go-shellwords v1.0.12
30
30
github.com/miekg/dns v1.1.54
31
31
github.com/mikefarah/yq/v4 v4.33.3
32
- github.com/norouter/norouter v0.6.3
33
32
github.com/nxadm/tail v1.4.8
34
33
github.com/opencontainers/go-digest v1.0.0
35
34
github.com/sethvargo/go-password v0.2.0
@@ -41,10 +40,10 @@ require (
41
40
gopkg.in/op/go-logging.v1 v1.0.0-20160211212156-b2cb9fa56473
42
41
gopkg.in/yaml.v3 v3.0.1
43
42
gotest.tools/v3 v3.4.0
44
- inet.af/tcpproxy v0.0.0-20220326234310-be3ee21c9fa0
45
- k8s.io/api v0.26.3
46
- k8s.io/apimachinery v0.26.3
47
- k8s.io/client-go v0.26.3
43
+ inet.af/tcpproxy v0.0.0-20221017015627-91f861402626
44
+ k8s.io/api v0.26.4
45
+ k8s.io/apimachinery v0.26.4
46
+ k8s.io/client-go v0.26.4
48
47
)
49
48
50
49
require (
@@ -55,7 +54,7 @@ require (
55
54
github.com/alecthomas/participle/v2 v2.0.0 // indirect
56
55
github.com/apparentlymart/go-cidr v1.1.0 // indirect
57
56
github.com/davecgh/go-spew v1.1.1 // indirect
58
- github.com/digitalocean/go-libvirt v0.0.0-20201209184759-e2a69bcd5bd1 // indirect
57
+ github.com/digitalocean/go-libvirt v0.0.0-20220804181439-8648fbde413e // indirect
59
58
github.com/dimchansky/utfbom v1.1.1 // indirect
60
59
github.com/elliotchance/orderedmap v1.5.0 // indirect
61
60
github.com/emicklei/go-restful/v3 v3.10.1 // indirect
@@ -102,19 +101,19 @@ require (
102
101
github.com/u-root/uio v0.0.0-20210528114334-82958018845c // indirect
103
102
go.uber.org/atomic v1.7.0 // indirect
104
103
go.uber.org/multierr v1.7.0 // indirect
105
- golang.org/x/crypto v0.7 .0 // indirect
106
- golang.org/x/mod v0.9 .0 // indirect
107
- golang.org/x/net v0.8 .0 // indirect
108
- golang.org/x/oauth2 v0.4 .0 // indirect
109
- golang.org/x/term v0.6 .0 // indirect
110
- golang.org/x/text v0.8 .0 // indirect
111
- golang.org/x/time v0.0.0-20220210224613-90d013bbcef8 // indirect
112
- golang.org/x/tools v0.7.0 // indirect
104
+ golang.org/x/crypto v0.9 .0 // indirect
105
+ golang.org/x/mod v0.10 .0 // indirect
106
+ golang.org/x/net v0.10 .0 // indirect
107
+ golang.org/x/oauth2 v0.8 .0 // indirect
108
+ golang.org/x/term v0.8 .0 // indirect
109
+ golang.org/x/text v0.9 .0 // indirect
110
+ golang.org/x/time v0.3.0 // indirect
111
+ golang.org/x/tools v0.9.1 // indirect
113
112
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
114
113
google.golang.org/appengine v1.6.7 // indirect
115
114
google.golang.org/genproto v0.0.0-20230306155012-7f2fa6fef1f4 // indirect
116
115
google.golang.org/grpc v1.53.0 // indirect
117
- google.golang.org/protobuf v1.29.1 // indirect
116
+ google.golang.org/protobuf v1.30.0 // indirect
118
117
gopkg.in/djherbis/times.v1 v1.2.0 // indirect
119
118
gopkg.in/inf.v0 v0.9.1 // indirect
120
119
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
0 commit comments