File: go.mod

package info (click to toggle)
golang-github-u-root-uio 0.0~git20240224.d2acac8-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental, forky, sid
  • size: 276 kB
  • sloc: sh: 25; makefile: 2
file content (8 lines) | stat: -rw-r--r-- 139 bytes parent folder | download
1
2
3
4
5
6
7
8
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
)