forked from u-root/u-root
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
45 lines (43 loc) · 1.92 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
module github.com/u-root/u-root
go 1.13
require (
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect
github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d // indirect
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 // indirect
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
github.com/insomniacslk/dhcp v0.0.0-20210314223004-28f74147e2e8
github.com/intel-go/cpuid v0.0.0-20200819041909-2aa72927c3e2
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/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.0
github.com/ulikunitz/xz v0.5.8
github.com/vishvananda/netlink v1.1.1-0.20200221165523-c79a4b7b4066
github.com/vishvananda/netns v0.0.0-20200728191858-db3c7e526aae // 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-20210309074719-68d13333faf2
golang.org/x/term v0.0.0-20210317153231-de623e64d2a6
golang.org/x/text v0.3.3
golang.org/x/tools v0.0.0-20200915201639-f4cefd1cb5ba
google.golang.org/grpc v1.29.1 // indirect
gopkg.in/alecthomas/kingpin.v2 v2.2.6
gopkg.in/yaml.v2 v2.2.2
pack.ag/tftp v1.0.1-0.20181129014014-07909dfbde3c
)