File tree Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ go 1.22.0
55require (
66 al.essio.dev/pkg/shellescape v1.5.1
77 github.com/AlecAivazis/survey/v2 v2.3.7
8- github.com/Code-Hex/vz/v3 v3.1 .0
8+ github.com/Code-Hex/vz/v3 v3.2 .0
99 github.com/Microsoft/go-winio v0.6.2
1010 github.com/apparentlymart/go-cidr v1.1.0
1111 github.com/balajiv113/fd v0.0.0-20230330094840-143eec500f3e
@@ -139,7 +139,3 @@ require (
139139// We can't just `require` github.com/inetaf/tcpproxy, as gvisor-tap-vsock
140140// still imports inet.af/tcpproxy: https://github.com/containers/gvisor-tap-vsock/pull/399
141141replace inet.af/tcpproxy => github.com/inetaf/tcpproxy v0.0.0-20240214030015-3ce58045626c
142-
143- // Nested virtualization support is yet to be merged into VZ https://github.com/Code-Hex/vz/pull/159.
144- // We use our (temporary) fork to add the feature.
145- replace github.com/Code-Hex/vz/v3 => github.com/lima-vm/vz/v3 v3.0.0-20241008080607-2a22b5e278ee
Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ github.com/AlecAivazis/survey/v2 v2.3.7 h1:6I/u8FvytdGsgonrYsVn2t8t4QiRnh6QSTqkk
44github.com/AlecAivazis/survey/v2 v2.3.7 /go.mod h1:xUTIdE4KCOIjsBAE1JYsUPoCqYdZ1reCfTwbto0Fduo =
55github.com/Code-Hex/go-infinity-channel v1.0.0 h1:M8BWlfDOxq9or9yvF9+YkceoTkDI1pFAqvnP87Zh0Nw =
66github.com/Code-Hex/go-infinity-channel v1.0.0 /go.mod h1:5yUVg/Fqao9dAjcpzoQ33WwfdMWmISOrQloDRn3bsvY =
7+ github.com/Code-Hex/vz/v3 v3.2.0 h1:1wwlfNaa8bXQql1e0oB9C8DiVi2uOKHZSZRiBo9lvQI =
8+ github.com/Code-Hex/vz/v3 v3.2.0 /go.mod h1:WqWQuBbT4SbjO4C4GHG9m9HO8j5jecAmMh4eyVSEbEg =
79github.com/Microsoft/go-winio v0.6.2 h1:F2VQgta7ecxGYO8k3ZZz3RS8fVIXVxONVUPlNERoyfY =
810github.com/Microsoft/go-winio v0.6.2 /go.mod h1:yd8OoFMLzJbo9gZq8j5qaps8bJ9aShtEA8Ipt1oGCvU =
911github.com/Netflix/go-expect v0.0.0-20220104043353-73e0943537d2 h1:+vx7roKuyA63nhn5WAunQHLTznkw5W8b1Xc0dNjp83s =
@@ -169,8 +171,6 @@ github.com/lima-vm/go-qcow2reader v0.2.0 h1:PvhKCCAEfJa1b4wTDhlmey6VKQiQKJd+UXKy
169171github.com/lima-vm/go-qcow2reader v0.2.0 /go.mod h1:e3p29BzLT8hNh4jbLezdFAHU4eBijf0bm5GilStCRKE =
170172github.com/lima-vm/sshocker v0.3.4 h1:5rn6vMkfqwZSZiBW+Udo505OIRhPB4xbLUDdEnFgWwI =
171173github.com/lima-vm/sshocker v0.3.4 /go.mod h1:QT4c7XNmeQTv79h5/8EgiS7U51B9BLenlXV7idCY0tE =
172- github.com/lima-vm/vz/v3 v3.0.0-20241008080607-2a22b5e278ee h1:USiLYd9WbmtU1mPM0egUMrz9QVpMkblMyKioC2EsWCA =
173- github.com/lima-vm/vz/v3 v3.0.0-20241008080607-2a22b5e278ee /go.mod h1:WqWQuBbT4SbjO4C4GHG9m9HO8j5jecAmMh4eyVSEbEg =
174174github.com/linuxkit/virtsock v0.0.0-20220523201153-1a23e78aa7a2 h1:DZMFueDbfz6PNc1GwDRA8+6lBx1TB9UnxDQliCqR73Y =
175175github.com/linuxkit/virtsock v0.0.0-20220523201153-1a23e78aa7a2 /go.mod h1:SWzULI85WerrFt3u+nIm5F9l7EvxZTKQvd0InF3nmgM =
176176github.com/magiconair/properties v1.8.7 h1:IeQXZAiQcpL9mgcAe1Nu6cX9LLw6ExEHKjN0VQdvPDY =
You can’t perform that action at this time.
0 commit comments