/ go.mod
go.mod
 1  module github.com/ethereum/c-kzg-4844
 2  
 3  go 1.19
 4  
 5  require (
 6  	github.com/stretchr/testify v1.8.1
 7  	github.com/supranational/blst v0.3.11
 8  	gopkg.in/yaml.v3 v3.0.1
 9  )
10  
11  require (
12  	github.com/davecgh/go-spew v1.1.1 // indirect
13  	github.com/pmezard/go-difflib v1.0.0 // indirect
14  )