-
Notifications
You must be signed in to change notification settings - Fork 1
/
go.mod
29 lines (26 loc) · 1.1 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
module github.com/u-root/smbios
go 1.21
require (
github.com/hugelgupf/vmtest v0.0.0-20240306161034-1a05e5dde725
github.com/u-root/gobusybox/src v0.0.0-20240225013946-a274a8d5d83a
github.com/u-root/u-root v0.14.0
)
require (
github.com/Netflix/go-expect v0.0.0-20220104043353-73e0943537d2 // indirect
github.com/creack/pty v1.1.21 // indirect
github.com/hugelgupf/go-shlex v0.0.0-20200702092117-c80c9d0918fa // indirect
github.com/klauspost/compress v1.17.4 // indirect
github.com/klauspost/pgzip v1.2.6 // indirect
github.com/pierrec/lz4/v4 v4.1.14 // indirect
github.com/u-root/mkuimage v0.0.0-20240225063926-11a3bcc79c2a // indirect
github.com/u-root/uio v0.0.0-20240209044354-b3d14b93376a // 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/exp v0.0.0-20240222234643-814bf88cf225 // indirect
golang.org/x/mod v0.15.0 // indirect
golang.org/x/sync v0.6.0 // indirect
golang.org/x/sys v0.17.0 // indirect
golang.org/x/tools v0.18.0 // indirect
mvdan.cc/sh/v3 v3.7.0 // indirect
)