module github.com/laktak/chkbit/v5 go 1.22.3 require ( github.com/alecthomas/kong v0.9.0 github.com/laktak/lterm v1.0.0 lukechampine.com/blake3 v1.3.0 ) require ( github.com/klauspost/cpuid/v2 v2.0.9 // indirect golang.org/x/sys v0.24.0 // indirect golang.org/x/term v0.23.0 // indirect )