This repository has been archived by the owner on Jul 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 25
/
go.mod
43 lines (40 loc) · 1.91 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
module github.com/u-root/webboot
go 1.18
require (
github.com/gizak/termui/v3 v3.1.0
github.com/nsf/termbox-go v1.0.0
github.com/u-root/u-root v0.11.0
github.com/vishvananda/netlink v1.1.1-0.20211118161826-650dca95af54
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519
golang.org/x/sys v0.4.0
)
require (
github.com/cenkalti/backoff/v4 v4.1.3 // indirect
github.com/dustin/go-humanize v1.0.1 // indirect
github.com/golang/protobuf v1.3.3 // indirect
github.com/google/goexpect v0.0.0-20210430020637-ab937bf7fd6f // indirect
github.com/google/goterm v0.0.0-20200907032337-555d40f16ae2 // indirect
github.com/hashicorp/errwrap v1.1.0 // indirect
github.com/hashicorp/go-multierror v1.1.1 // indirect
github.com/insomniacslk/dhcp v0.0.0-20211209223715-7d93572ebe8e // indirect
github.com/josharian/native v1.0.1-0.20221213033349-c1e37c09b531 // indirect
github.com/klauspost/compress v1.10.6 // indirect
github.com/mattn/go-runewidth v0.0.9 // indirect
github.com/mdlayher/ethernet v0.0.0-20190606142754-0394541c37b7 // indirect
github.com/mdlayher/raw v0.0.0-20191009151244-50f2db8cc065 // indirect
github.com/mitchellh/go-wordwrap v1.0.0 // indirect
github.com/pierrec/lz4/v4 v4.1.17 // indirect
github.com/rekby/gpt v0.0.0-20200614112001-7da10aec5566 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/stretchr/testify v1.7.3 // indirect
github.com/u-root/gobusybox/src v0.0.0-20221229083637-46b2883a7f90 // indirect
github.com/u-root/uio v0.0.0-20221213070652-c3537552635f // indirect
github.com/ulikunitz/xz v0.5.8 // indirect
github.com/vishvananda/netns v0.0.0-20210104183010-2eb08e3e575f // indirect
golang.org/x/mod v0.7.0 // indirect
golang.org/x/net v0.5.0 // indirect
golang.org/x/tools v0.5.0 // indirect
google.golang.org/genproto v0.0.0-20190819201941-24fa4b261c55 // indirect
google.golang.org/grpc v1.31.0 // indirect
pack.ag/tftp v1.0.1-0.20181129014014-07909dfbde3c // indirect
)