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