forked from u-root/u-root
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
129 lines (122 loc) · 5.07 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
module github.com/u-root/u-root
go 1.22.0
toolchain go1.22.6
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.6.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-20240228002643-de15f4612e10
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.14
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/tklauser/go-sysconf v0.3.14
github.com/u-root/iscsinl v0.1.1-0.20210528121423-84c32645822a
github.com/u-root/mkuimage v0.0.0-20241128172401-dc7520ecaa89
github.com/u-root/uio v0.0.0-20240209044354-b3d14b93376a
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.31.0
golang.org/x/exp v0.0.0-20240222234643-814bf88cf225
golang.org/x/net v0.33.0
golang.org/x/sys v0.28.0
golang.org/x/term v0.27.0
golang.org/x/text v0.21.0
golang.org/x/tools v0.27.0
gopkg.in/yaml.v2 v2.4.0
mvdan.cc/sh/v3 v3.10.1-0.20241129174306-6042a7fe4e04
pack.ag/tftp v1.0.1-0.20181129014014-07909dfbde3c
)
require (
github.com/jaypipes/ghw v0.12.0
github.com/sirupsen/logrus v1.9.3
github.com/u-root/cpuid v0.0.0
github.com/u-root/gobusybox/src v0.0.0-20250101170133-2e884e4509c7
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/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.3.7 // 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.22.0 // indirect
golang.org/x/sync v0.10.0
gopkg.in/yaml.v3 v3.0.0 // 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]
)