module github.com/u-root/uio

go 1.21

require (
	github.com/pierrec/lz4/v4 v4.1.14
	golang.org/x/sys v0.0.0-20220622161953-175b2fd9d664
)