This commit is contained in:
2025-05-08 13:26:05 -07:00
commit 1378f1d221
5 changed files with 405 additions and 0 deletions

22
go.mod Normal file
View File

@@ -0,0 +1,22 @@
module git.eeqj.de/sneak/attrsum
go 1.24.1
require (
github.com/multiformats/go-multihash v0.2.3
github.com/pkg/xattr v0.4.10
github.com/spf13/cobra v1.9.1
)
require (
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/klauspost/cpuid/v2 v2.0.9 // indirect
github.com/minio/sha256-simd v1.0.0 // indirect
github.com/mr-tron/base58 v1.2.0 // indirect
github.com/multiformats/go-varint v0.0.6 // indirect
github.com/spaolacci/murmur3 v1.1.0 // indirect
github.com/spf13/pflag v1.0.6 // indirect
golang.org/x/crypto v0.0.0-20220525230936-793ad666bf5e // indirect
golang.org/x/sys v0.1.0 // indirect
lukechampine.com/blake3 v1.1.6 // indirect
)