Skip to content

Commit

Permalink
restore go.mod and go.sum
Browse files Browse the repository at this point in the history
  • Loading branch information
Ubuntu committed Sep 25, 2024
1 parent acda49e commit 76396e0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/Layr-Labs/eigenda-proxy
go 1.21

require (
github.com/Layr-Labs/eigenda v0.8.3
github.com/Layr-Labs/eigenda v0.8.4-0.20240918205210-351526af1e80
github.com/consensys/gnark-crypto v0.12.1
github.com/ethereum-optimism/optimism v1.9.0
github.com/ethereum/go-ethereum v1.14.0
Expand Down Expand Up @@ -260,5 +260,3 @@ replace github.com/ethereum/go-ethereum => github.com/ethereum-optimism/op-geth
replace github.com/cockroachdb/pebble => github.com/cockroachdb/pebble v0.0.0-20230928194634-aa077af62593

replace github.com/crate-crypto/go-kzg-4844 => github.com/crate-crypto/go-kzg-4844 v0.7.0

replace github.com/Layr-Labs/eigenda => ../myEigenda
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ github.com/DataDog/datadog-go v2.2.0+incompatible/go.mod h1:LButxg5PwREeZtORoXG3
github.com/DataDog/datadog-go v3.2.0+incompatible/go.mod h1:LButxg5PwREeZtORoXG3tL4fMGNddJ+vMq1mwgfaqoQ=
github.com/DataDog/zstd v1.5.5 h1:oWf5W7GtOLgp6bciQYDmhHHjdhYkALu6S/5Ni9ZgSvQ=
github.com/DataDog/zstd v1.5.5/go.mod h1:g4AWEaM3yOg3HYfnJ3YIawPnVdXJh9QME85blwSAmyw=
github.com/Layr-Labs/eigenda v0.8.4-0.20240918205210-351526af1e80 h1:rpvdqSzg025U6cGL48jIGOX8ILG0VQpjwmRsRaTgHKw=
github.com/Layr-Labs/eigenda v0.8.4-0.20240918205210-351526af1e80/go.mod h1:MzSFbxDQ1/tMcLlfxqz08YubB3rd+E2xme2p7hwP2YM=
github.com/Layr-Labs/eigensdk-go v0.1.7-0.20240507215523-7e4891d5099a h1:L/UsJFw9M31FD/WgXTPFB0oxbq9Cu4Urea1xWPMQS7Y=
github.com/Layr-Labs/eigensdk-go v0.1.7-0.20240507215523-7e4891d5099a/go.mod h1:OF9lmS/57MKxS0xpSpX0qHZl0SKkDRpvJIvsGvMN1y8=
github.com/Microsoft/go-winio v0.6.1 h1:9/kr64B9VUZrLm5YYwbGtUJnMgqWVOdUAXu6Migciow=
Expand Down

0 comments on commit 76396e0

Please sign in to comment.