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).
14 lines
284 B
Modula-2
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
|
|
)
|