Permalink
Cannot retrieve contributors at this time
45 lines (43 sloc)
1.91 KB
module github.com/u-root/u-root | |
go 1.13 | |
require ( | |
github.com/anmitsu/go-shlex v0.0.0-20200514113438-38f4b401e2be // indirect | |
github.com/beevik/ntp v0.3.0 | |
github.com/cenkalti/backoff/v4 v4.0.2 | |
github.com/creack/pty v1.1.11 | |
github.com/davecgh/go-spew v1.1.1 | |
github.com/dustin/go-humanize v1.0.0 | |
github.com/gliderlabs/ssh v0.1.2-0.20181113160402-cbabf5414432 | |
github.com/gojuno/minimock/v3 v3.0.8 | |
github.com/google/go-cmp v0.5.2 | |
github.com/google/go-tpm v0.2.1-0.20200615092505-5d8a91de9ae3 | |
github.com/google/goexpect v0.0.0-20191001010744-5b6988669ffa | |
github.com/google/goterm v0.0.0-20190703233501-fc88cf888a3f // indirect | |
github.com/insomniacslk/dhcp v0.0.0-20210817203519-d82598001386 | |
github.com/intel-go/cpuid v0.0.0-20200819041909-2aa72927c3e2 | |
github.com/kaey/framebuffer v0.0.0-20140402104929-7b385489a1ff // indirect | |
github.com/klauspost/compress v1.10.6 // indirect | |
github.com/klauspost/pgzip v1.2.4 | |
github.com/kr/pty v1.1.8 | |
github.com/mattn/go-isatty v0.0.12 | |
github.com/orangecms/go-framebuffer v0.0.0-20200613202404-a0700d90c330 | |
github.com/pborman/getopt/v2 v2.1.0 | |
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.5 | |
github.com/stretchr/testify v1.6.1 | |
github.com/u-root/iscsinl v0.1.1-0.20210528121423-84c32645822a | |
github.com/ulikunitz/xz v0.5.8 | |
github.com/vishvananda/netlink v1.1.1-0.20200221165523-c79a4b7b4066 | |
github.com/vishvananda/netns v0.0.0-20210104183010-2eb08e3e575f // indirect | |
github.com/vtolstov/go-ioctl v0.0.0-20151206205506-6be9cced4810 | |
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 | |
golang.org/x/sys v0.0.0-20210525143221-35b2ab0089ea | |
golang.org/x/term v0.0.0-20210317153231-de623e64d2a6 | |
golang.org/x/text v0.3.3 | |
golang.org/x/tools v0.1.1 | |
google.golang.org/grpc v1.29.1 // indirect | |
gopkg.in/yaml.v2 v2.2.2 | |
pack.ag/tftp v1.0.1-0.20181129014014-07909dfbde3c | |
) |