mirror of
https://github.com/QuilibriumNetwork/ceremonyclient.git
synced 2026-02-21 18:37:26 +08:00
* 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
21 lines
413 B
Modula-2
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
|
|
)
|