mirror of
https://github.com/QuilibriumNetwork/ceremonyclient.git
synced 2026-02-21 18:37:26 +08:00
24 lines
459 B
Modula-2
24 lines
459 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
|
|
gopkg.in/natefinch/lumberjack.v2 v2.2.1
|
|
)
|
|
|
|
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
|
|
)
|