mithril-go/go.mod
Cobb Hayes 7b9b09133b Public-flip audit: module URL + README humanization
git.sulkta.coop → git.sulkta.com (matches the live public Forgejo endpoint).
README dropped AI-agent positioning + emoji status table; kept all
technical content (DST, MuSig aggregation, exit codes, MCP tool table).
2026-05-27 11:29:05 -07:00

14 lines
284 B
Modula-2

module git.sulkta.com/Sulkta-Coop/mithril-go
go 1.26
require (
github.com/consensys/gnark-crypto v0.20.1
github.com/klauspost/compress v1.18.5
golang.org/x/crypto v0.50.0
)
require (
github.com/bits-and-blooms/bitset v1.24.4 // indirect
golang.org/x/sys v0.43.0 // indirect
)