This repository has been archived on 2026-06-29. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
mithril-go/go.mod

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.6
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
)