ceremonyclient/utils/go.mod
Cassandra Heart dbd95bd9e9
v2.1.0 (#439)
* v2.1.0 [omit consensus and adjacent] - this commit will be amended with the full release after the file copy is complete

* 2.1.0 main node rollup
2025-09-30 02:48:15 -05:00

21 lines
413 B
Modula-2

module source.quilibrium.com/quilibrium/monorepo/utils
go 1.23.0
toolchain go1.23.4
require (
go.uber.org/zap v1.27.0
golang.org/x/crypto v0.38.0
golang.org/x/sys v0.33.0
)
require github.com/stretchr/testify v1.10.0
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
go.uber.org/multierr v1.11.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)