module github.com/u-root/u-root go 1.24.0 require ( github.com/Netflix/go-expect v0.0.0-20220104043353-73e0943537d2 github.com/ProtonMail/go-crypto v0.0.0-20221026131551-cf6655e29de4 github.com/beevik/ntp v0.3.0 github.com/bobuhiro11/gokvm v0.0.8-0.20231003020000-f53faca69d28 github.com/cenkalti/backoff/v4 v4.1.3 github.com/creack/pty v1.1.24 github.com/davecgh/go-spew v1.1.1 github.com/dustin/go-humanize v1.0.1 github.com/florianl/go-tc v0.4.5-0.20240822175159-7926c32f7299 github.com/gliderlabs/ssh v0.1.2-0.20181113160402-cbabf5414432 github.com/gojuno/minimock/v3 v3.0.8 github.com/google/go-cmp v0.7.0 github.com/google/go-tpm v0.9.2-0.20240919181259-d96ccf715685 github.com/google/uuid v1.3.0 github.com/gopacket/gopacket v1.2.0 github.com/hugelgupf/vmtest v0.0.0-20240307030256-5d9f3d34a58d github.com/insomniacslk/dhcp v0.0.0-20231206064809-8c70d406f6d2 github.com/ishidawataru/sctp v0.0.0-20230406120618-7ff4192f6ff2 github.com/kevinburke/ssh_config v1.1.0 github.com/klauspost/compress v1.17.4 github.com/klauspost/pgzip v1.2.6 github.com/knz/bubbline v0.0.0-20230717192058-486954f9953f github.com/mdlayher/vsock v1.2.1 github.com/nanmu42/limitio v1.0.0 github.com/orangecms/go-framebuffer v0.0.0-20200613202404-a0700d90c330 github.com/packetcap/go-pcap v0.0.0-20240528124601-8c87ecf5dbc5 github.com/peterh/liner v1.2.2 github.com/pierrec/lz4/v4 v4.1.22 github.com/rck/unit v0.0.3 github.com/rekby/gpt v0.0.0-20200219180433-a930afbc6edc github.com/safchain/ethtool v0.0.0-20200218184317-f459e2d13664 github.com/spf13/pflag v1.0.7 github.com/tklauser/go-sysconf v0.3.14 github.com/u-root/iscsinl v0.1.1-0.20210528121423-84c32645822a github.com/u-root/uio v0.0.0-20240224005618-d2acac8f3701 github.com/ulikunitz/xz v0.5.11 github.com/vishvananda/netlink v1.3.0 github.com/vishvananda/netns v0.0.4 github.com/vtolstov/go-ioctl v0.0.0-20151206205506-6be9cced4810 golang.org/x/crypto v0.36.0 golang.org/x/exp v0.0.0-20250305212735-054e65f0b394 golang.org/x/net v0.38.0 golang.org/x/sys v0.31.0 golang.org/x/term v0.30.0 golang.org/x/text v0.23.0 golang.org/x/tools v0.31.0 gopkg.in/yaml.v2 v2.4.0 mvdan.cc/sh/v3 v3.11.0 pack.ag/tftp v1.0.1-0.20181129014014-07909dfbde3c ) require ( github.com/jaypipes/ghw v0.12.0 github.com/pkg/sftp v1.13.9 github.com/sirupsen/logrus v1.9.3 github.com/u-root/cpuid v0.0.1-0.20250320140348-cc5fe81d966c github.com/u-root/gobusybox/src v0.0.0-20250101170133-2e884e4509c7 github.com/u-root/mkuimage v0.0.0-20250701161901-6a9871f2e64f go.bug.st/serial v1.6.2 ) require ( github.com/StackExchange/wmi v1.2.1 // indirect github.com/creack/goselect v0.1.2 // indirect github.com/ghodss/yaml v1.0.0 // indirect github.com/go-ole/go-ole v1.2.6 // indirect github.com/jaypipes/pcidb v1.0.0 // indirect github.com/kr/fs v0.1.0 // indirect github.com/mitchellh/go-homedir v1.1.0 // indirect github.com/pkg/errors v0.9.1 // indirect howett.net/plist v1.0.0 // indirect ) require ( github.com/anmitsu/go-shlex v0.0.0-20200514113438-38f4b401e2be // indirect github.com/atotto/clipboard v0.1.4 // indirect github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect github.com/charmbracelet/bubbles v0.15.1-0.20230123181021-a6a12c4a31eb // indirect github.com/charmbracelet/bubbletea v0.24.1 // indirect github.com/charmbracelet/lipgloss v0.7.1 // indirect github.com/cloudflare/circl v1.6.1 // indirect github.com/containerd/console v1.0.4-0.20230706203907-8f6c4e4faef5 // indirect github.com/hugelgupf/go-shlex v0.0.0-20200702092117-c80c9d0918fa // indirect github.com/josharian/native v1.1.0 // indirect github.com/jsimonetti/rtnetlink v1.3.5 // indirect github.com/kaey/framebuffer v0.0.0-20140402104929-7b385489a1ff // indirect github.com/lucasb-eyer/go-colorful v1.2.0 // indirect github.com/mattn/go-isatty v0.0.20 // indirect github.com/mattn/go-localereader v0.0.1 // indirect github.com/mattn/go-runewidth v0.0.14 // indirect github.com/mdlayher/netlink v1.7.2 // indirect github.com/mdlayher/packet v1.1.2 // indirect github.com/mdlayher/socket v0.5.1 // indirect github.com/muesli/ansi v0.0.0-20230316100256-276c6243b2f6 // indirect github.com/muesli/cancelreader v0.2.2 // indirect github.com/muesli/reflow v0.3.0 // indirect github.com/muesli/termenv v0.15.1 // indirect github.com/pmezard/go-difflib v1.0.0 // indirect github.com/rivo/uniseg v0.4.4 // indirect github.com/sahilm/fuzzy v0.1.0 // indirect github.com/therootcompany/xz v1.0.1 github.com/tklauser/numcpus v0.8.0 // indirect golang.org/x/arch v0.2.0 // indirect golang.org/x/mod v0.24.0 // indirect golang.org/x/sync v0.12.0 gopkg.in/yaml.v3 v3.0.1 // indirect ) retract ( // Published v7 too early (before migrating to go modules) v7.0.0+incompatible // Published v6 too early (before migrating to go modules) v6.0.0+incompatible // Published v5 too early (before migrating to go modules) v5.0.0+incompatible // Published v4 too early (before migrating to go modules) v4.0.0+incompatible // Published v3 too early (before migrating to go modules) v3.0.0+incompatible // Published v2 too early (before migrating to go modules) v2.0.0+incompatible // Published v1 too early (before migrating to go modules) [v1.0.0, v1.0.1] )