Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

upgrade u-root to v0.8.0 #54

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 7 additions & 10 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,14 @@ module harvey-os.org
go 1.14

require (
github.com/dustin/go-humanize v1.0.0 // indirect
github.com/google/goexpect v0.0.0-20200816234442-b5b77125c2c5 // indirect
github.com/hugelgupf/socketpair v0.0.0-20190730060125-05d35a94e714 // indirect
github.com/insomniacslk/dhcp v0.0.0-20200814125043-2e1bf785d039
github.com/mdlayher/ethernet v0.0.0-20190606142754-0394541c37b7 // indirect
github.com/mdlayher/raw v0.0.0-20191009151244-50f2db8cc065 // indirect
github.com/stretchr/testify v1.6.1 // indirect
github.com/u-root/u-root v6.0.1-0.20200728234108-3441aaa6cf0c+incompatible
github.com/insomniacslk/dhcp v0.0.0-20210817203519-d82598001386
github.com/pierrec/lz4/v4 v4.1.14 // indirect
github.com/u-root/u-root v0.8.0
github.com/ulikunitz/xz v0.5.8
golang.org/x/crypto v0.0.0-20200728195943-123391ffb6de
golang.org/x/net v0.0.0-20200625001655-4c5254603344 // indirect
golang.org/x/sys v0.0.0-20200728102440-3e129f6d46b1 // indirect
pack.ag/tftp v1.0.0
golang.org/x/net v0.0.0-20211015210444-4f30a5c0130f // indirect
golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 // indirect
golang.org/x/text v0.3.7 // indirect
pack.ag/tftp v1.0.1-0.20181129014014-07909dfbde3c
)
Loading