module github.com/pk910/dynamic-ssz go 1.22.2 require ( github.com/pk910/hashtree-bindings v0.2.6 golang.org/x/tools v0.30.0 gopkg.in/yaml.v3 v3.0.1 ) require ( github.com/klauspost/cpuid/v2 v2.3.0 // indirect golang.org/x/mod v0.23.0 // indirect golang.org/x/sync v0.11.0 // indirect golang.org/x/sys v0.30.0 // indirect )