chkbit/go.mod
Christian Zangl b3c7aeed4c
refactor
2024-08-16 23:10:58 +02:00

16 lines
295 B
Modula-2

module github.com/laktak/chkbit
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
)