-
Notifications
You must be signed in to change notification settings - Fork 19
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: Chris Koch <[email protected]>
- Loading branch information
Showing
2 changed files
with
52 additions
and
80 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,40 +1,41 @@ | ||
module github.com/hugelgupf/p9 | ||
|
||
go 1.20 | ||
go 1.21 | ||
|
||
toolchain go1.21.0 | ||
|
||
require ( | ||
github.com/hugelgupf/socketpair v0.0.0-20230822150718-707395b1939a | ||
github.com/hugelgupf/vmtest v0.0.0-20231218014634-279c76daf0d0 | ||
github.com/u-root/u-root v0.11.1-0.20230807200058-f87ad7ccb594 | ||
github.com/hugelgupf/vmtest v0.0.0-20240115033909-46506b2af5ea | ||
github.com/u-root/u-root v0.12.1-0.20240114161452-ab3534910ced | ||
github.com/u-root/uio v0.0.0-20230305220412-3e8cd9d6bf63 | ||
golang.org/x/exp v0.0.0-20230810033253-352e893a4cad | ||
golang.org/x/sys v0.13.0 | ||
golang.org/x/exp v0.0.0-20231219180239-dc181d75b848 | ||
golang.org/x/sys v0.15.0 | ||
) | ||
|
||
require ( | ||
github.com/Netflix/go-expect v0.0.0-20220104043353-73e0943537d2 // indirect | ||
github.com/creack/pty v1.1.18 // indirect | ||
github.com/creack/pty v1.1.21 // indirect | ||
github.com/dustin/go-humanize v1.0.1 // indirect | ||
github.com/google/goterm v0.0.0-20200907032337-555d40f16ae2 // indirect | ||
github.com/hashicorp/errwrap v1.1.0 // indirect | ||
github.com/hashicorp/go-multierror v1.1.1 // indirect | ||
github.com/insomniacslk/dhcp v0.0.0-20230731140434-0f9eb93a696c // indirect | ||
github.com/insomniacslk/dhcp v0.0.0-20231206064809-8c70d406f6d2 // indirect | ||
github.com/josharian/native v1.1.0 // indirect | ||
github.com/klauspost/compress v1.16.7 // indirect | ||
github.com/klauspost/compress v1.17.4 // indirect | ||
github.com/klauspost/pgzip v1.2.6 // indirect | ||
github.com/mattn/go-isatty v0.0.19 // indirect | ||
github.com/mattn/go-isatty v0.0.20 // indirect | ||
github.com/mdlayher/packet v1.1.2 // indirect | ||
github.com/mdlayher/socket v0.4.1 // indirect | ||
github.com/mdlayher/socket v0.5.0 // indirect | ||
github.com/pierrec/lz4/v4 v4.1.18 // indirect | ||
github.com/spf13/pflag v1.0.5 // indirect | ||
github.com/u-root/gobusybox/src v0.0.0-20230806212452-e9366a5b9fdc // indirect | ||
github.com/u-root/gobusybox/src v0.0.0-20231228173702-b69f654846aa // indirect | ||
github.com/ulikunitz/xz v0.5.11 // indirect | ||
github.com/vishvananda/netlink v1.2.1-beta.2 // indirect | ||
github.com/vishvananda/netns v0.0.4 // indirect | ||
golang.org/x/mod v0.12.0 // indirect | ||
golang.org/x/net v0.17.0 // indirect | ||
golang.org/x/sync v0.3.0 // indirect | ||
golang.org/x/tools v0.12.0 // indirect | ||
google.golang.org/genproto v0.0.0-20230110181048-76db0878b65f // indirect | ||
golang.org/x/mod v0.14.0 // indirect | ||
golang.org/x/net v0.19.0 // indirect | ||
golang.org/x/sync v0.5.0 // indirect | ||
golang.org/x/tools v0.16.1 // indirect | ||
src.elv.sh v0.16.0-rc1.0.20220116211855-fda62502ad7f // 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