Skip to content

Commit

Permalink
Revert upgrade of crypto/go-kzg-4844 and ethereum/c-kzg-4844
Browse files Browse the repository at this point in the history
  • Loading branch information
0uep committed Mar 13, 2024
1 parent d1a5486 commit c9b2ba7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@ require (
github.com/cespare/xxhash/v2 v2.2.0 // indirect
github.com/consensys/bavard v0.1.13 // indirect
github.com/consensys/gnark-crypto v0.12.1 // indirect
github.com/crate-crypto/go-kzg-4844 v1.0.0 // indirect
github.com/crate-crypto/go-kzg-4844 v0.7.0 // indirect
github.com/cristalhq/base64 v0.1.2 // indirect
github.com/deckarep/golang-set/v2 v2.6.0 // indirect
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2.0 // indirect
github.com/ethereum/c-kzg-4844 v1.0.0 // indirect
github.com/ethereum/c-kzg-4844 v0.4.3 // indirect
github.com/fatih/color v1.16.0 // indirect
github.com/felixge/fgprof v0.9.4 // indirect
github.com/fsnotify/fsnotify v1.7.0 // indirect
Expand Down Expand Up @@ -86,8 +86,8 @@ require (
github.com/shirou/gopsutil v3.21.11+incompatible // indirect
github.com/streamingfast/logging v0.0.0-20230608130331-f22c91403091 // indirect
github.com/supranational/blst v0.3.11 // indirect
github.com/teal-finance/incorruptible v0.0.0-20240312103045-cd27cac96f11 // indirect
github.com/teal-finance/quid v0.0.0-20230216061629-9c9b3ff5e887 // indirect
github.com/teal-finance/incorruptible v0.0.0-20240312165854-121ce0ea4494 // indirect
github.com/teal-finance/quid v0.0.0-20240312173051-86f439faafcf // indirect
github.com/tklauser/go-sysconf v0.3.13 // indirect
github.com/tklauser/numcpus v0.7.0 // indirect
github.com/vektah/gqlparser/v2 v2.5.11 // indirect
Expand Down
16 changes: 8 additions & 8 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,8 @@ github.com/cpuguy83/go-md2man/v2 v2.0.2 h1:p1EgwI/C7NhT0JmVkwCD2ZBK8j4aeHQX2pMHH
github.com/cpuguy83/go-md2man/v2 v2.0.2/go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46tRHOmNcaadrF8o=
github.com/crate-crypto/go-ipa v0.0.0-20231025140028-3c0104f4b233 h1:d28BXYi+wUpz1KBmiF9bWrjEMacUEREV6MBi2ODnrfQ=
github.com/crate-crypto/go-ipa v0.0.0-20231025140028-3c0104f4b233/go.mod h1:geZJZH3SzKCqnz5VT0q/DyIG/tvu/dZk+VIfXicupJs=
github.com/crate-crypto/go-kzg-4844 v1.0.0 h1:TsSgHwrkTKecKJ4kadtHi4b3xHW5dCFUDFnUp1TsawI=
github.com/crate-crypto/go-kzg-4844 v1.0.0/go.mod h1:1kMhvPgI0Ky3yIa+9lFySEBUBXkYxeOi8ZF1sYioxhc=
github.com/crate-crypto/go-kzg-4844 v0.7.0 h1:C0vgZRk4q4EZ/JgPfzuSoxdCq3C3mOZMBShovmncxvA=
github.com/crate-crypto/go-kzg-4844 v0.7.0/go.mod h1:1kMhvPgI0Ky3yIa+9lFySEBUBXkYxeOi8ZF1sYioxhc=
github.com/cristalhq/base64 v0.1.2 h1:edsefYyYDiac7Ytdh2xdaiiSSJzcI2f0yIkdGEf1qY0=
github.com/cristalhq/base64 v0.1.2/go.mod h1:sy4+2Hale2KbtSqkzpdMeYTP/IrB+HCvxVHWsh2VSYk=
github.com/daaku/go.zipexe v1.0.0/go.mod h1:z8IiR6TsVLEYKwXAoE/I+8ys/sDkgTzSL0CLnGVd57E=
Expand All @@ -167,8 +167,8 @@ github.com/envoyproxy/go-control-plane v0.9.0/go.mod h1:YTl/9mNaCwkRvm6d1a2C3ymF
github.com/envoyproxy/go-control-plane v0.9.1-0.20191026205805-5f8ba28d4473/go.mod h1:YTl/9mNaCwkRvm6d1a2C3ymFceY/DCBVvsKhRF0iEA4=
github.com/envoyproxy/go-control-plane v0.9.4/go.mod h1:6rpuAdCZL397s3pYoYcLgu1mIlRU8Am5FuJP05cCM98=
github.com/envoyproxy/protoc-gen-validate v0.1.0/go.mod h1:iSmxcyjqTsJpI2R4NaDN7+kN2VEUnK/pcBlmesArF7c=
github.com/ethereum/c-kzg-4844 v1.0.0 h1:0X1LBXxaEtYD9xsyj9B9ctQEZIpnvVDeoBx8aHEwTNA=
github.com/ethereum/c-kzg-4844 v1.0.0/go.mod h1:VewdlzQmpT5QSrVhbBuGoCdFJkpaJlO1aQputP83wc0=
github.com/ethereum/c-kzg-4844 v0.4.3 h1:Mpg+qsE1XyDAc03LyDfJsr8oxrt7mN7HX6wJIlB2880=
github.com/ethereum/c-kzg-4844 v0.4.3/go.mod h1:VewdlzQmpT5QSrVhbBuGoCdFJkpaJlO1aQputP83wc0=
github.com/ethereum/go-ethereum v1.13.14 h1:EwiY3FZP94derMCIam1iW4HFVrSgIcpsu0HwTQtm6CQ=
github.com/ethereum/go-ethereum v1.13.14/go.mod h1:TN8ZiHrdJwSe8Cb6x+p0hs5CxhJZPbqB7hHkaUXcmIU=
github.com/fatih/color v1.7.0/go.mod h1:Zm6kSWBoL9eyXnKyktHP6abPY2pDugNf5KwzbycvMj4=
Expand Down Expand Up @@ -520,10 +520,10 @@ github.com/teal-finance/emo v0.0.0-20240312162720-10aac528c0d2 h1:xTJox96uga7lBd
github.com/teal-finance/emo v0.0.0-20240312162720-10aac528c0d2/go.mod h1:6hK1rbr+8RV2tB4BPDYgRFqgZsFiaTddz6gXbW8YVZE=
github.com/teal-finance/garcon v0.35.0 h1:hejgmDjZzzcDiWJhgMRAPeolBazJpK1uUy0z18uxJeA=
github.com/teal-finance/garcon v0.35.0/go.mod h1:A+5HEp3IYAQ3+tLrAmVJKmB6x8FaE87IjfosBwFwbmU=
github.com/teal-finance/incorruptible v0.0.0-20240312103045-cd27cac96f11 h1:gc2sKN92m0ILC02glddDhyuBnY3NTWVOkQd3eaUvoew=
github.com/teal-finance/incorruptible v0.0.0-20240312103045-cd27cac96f11/go.mod h1:fe+YJnZE9MY+gCMbrPxbMEWfjo3khIO0rdruOMHWa/8=
github.com/teal-finance/quid v0.0.0-20230216061629-9c9b3ff5e887 h1:G1Sg/9++tuZWpOZrKD++P/4czuxDNZ8HFkeWKU4wnN0=
github.com/teal-finance/quid v0.0.0-20230216061629-9c9b3ff5e887/go.mod h1:aA0wgmKPjCbI/RhCuEIRV9OrW/+gIKnAYdPVWWDg4Mk=
github.com/teal-finance/incorruptible v0.0.0-20240312165854-121ce0ea4494 h1:JWkQ2YV05IUrGb37s90h3f8hoNh3sZxFUOFWqYaO++s=
github.com/teal-finance/incorruptible v0.0.0-20240312165854-121ce0ea4494/go.mod h1:fe+YJnZE9MY+gCMbrPxbMEWfjo3khIO0rdruOMHWa/8=
github.com/teal-finance/quid v0.0.0-20240312173051-86f439faafcf h1:aag/4btRaCFfsqwZKKOPX8JPDlVbR6tJ5EAd/21L7Iw=
github.com/teal-finance/quid v0.0.0-20240312173051-86f439faafcf/go.mod h1:Nbjw4K6enDhv2pTZTEHMNuvw+m4CUokS0PWx/4xwj2k=
github.com/teris-io/shortid v0.0.0-20171029131806-771a37caa5cf/go.mod h1:M8agBzgqHIhgj7wEn9/0hJUZcrvt9VY+Ln+S1I5Mha0=
github.com/teris-io/shortid v0.0.0-20201117134242-e59966efd125/go.mod h1:M8agBzgqHIhgj7wEn9/0hJUZcrvt9VY+Ln+S1I5Mha0=
github.com/test-go/testify v1.1.4 h1:Tf9lntrKUMHiXQ07qBScBTSA0dhYQlu83hswqelv1iE=
Expand Down

0 comments on commit c9b2ba7

Please sign in to comment.