chkbit/go.mod

16 lines
298 B
Modula-2
Raw Permalink Normal View History

2024-08-21 14:06:05 +02:00
module github.com/laktak/chkbit/v5
2024-08-15 23:30:29 +02:00
go 1.22.3
require (
github.com/alecthomas/kong v0.9.0
2024-08-16 23:10:58 +02:00
github.com/laktak/lterm v1.0.0
2024-08-15 23:30:29 +02:00
lukechampine.com/blake3 v1.3.0
)
require (
github.com/klauspost/cpuid/v2 v2.0.9 // indirect
2024-08-16 23:10:58 +02:00
golang.org/x/sys v0.24.0 // indirect
2024-08-15 23:30:29 +02:00
golang.org/x/term v0.23.0 // indirect
)