This repository has been archived by the owner on Oct 19, 2024. It is now read-only.
forked from Code-Hex/vz
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
- Loading branch information
1 parent
e4903b6
commit 68e199e
Showing
8 changed files
with
35 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
module github.com/lima-vm/vz/example/linux | ||
|
||
go 1.19 | ||
go 1.22.0 | ||
|
||
replace github.com/lima-vm/vz/v4 => ../../ | ||
|
||
require ( | ||
github.com/lima-vm/vz/v4 v4.0.0-00010101000000-000000000000 | ||
github.com/pkg/term v1.1.0 | ||
golang.org/x/sys v0.16.0 | ||
golang.org/x/sys v0.26.0 | ||
) | ||
|
||
require ( | ||
github.com/Code-Hex/go-infinity-channel v1.0.0 // indirect | ||
golang.org/x/mod v0.6.0 // indirect | ||
golang.org/x/mod v0.21.0 // indirect | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
module github.com/lima-vm/vz/example/macOS | ||
|
||
go 1.19 | ||
go 1.22.0 | ||
|
||
replace github.com/lima-vm/vz/v4 => ../../ | ||
|
||
require github.com/lima-vm/vz/v4 v4.0.0-00010101000000-000000000000 | ||
|
||
require ( | ||
github.com/Code-Hex/go-infinity-channel v1.0.0 // indirect | ||
golang.org/x/mod v0.6.0 // indirect | ||
golang.org/x/mod v0.21.0 // indirect | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
module github.com/lima-vm/vz/v4 | ||
|
||
go 1.19 | ||
go 1.22.0 | ||
|
||
require ( | ||
github.com/Code-Hex/go-infinity-channel v1.0.0 | ||
golang.org/x/crypto v0.18.0 | ||
golang.org/x/mod v0.6.0 | ||
golang.org/x/crypto v0.28.0 | ||
golang.org/x/mod v0.21.0 | ||
) | ||
|
||
require golang.org/x/sys v0.16.0 // indirect | ||
require golang.org/x/sys v0.26.0 // indirect |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters