Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update to new sdk with grpc fix
Browse files Browse the repository at this point in the history
shrimalmadhur committed Jan 13, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent f82a137 commit aa6499b
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -3,8 +3,8 @@ module github.com/Layr-Labs/eigenda
go 1.21.13

require (
github.com/Layr-Labs/eigensdk-go v0.2.0-beta.1.0.20250110011045-5649f15d5f37
github.com/Layr-Labs/eigensdk-go/signer v0.0.0-20250110011045-5649f15d5f37
github.com/Layr-Labs/eigensdk-go v0.2.0-beta.1.0.20250113205313-04f1688dbfdf
github.com/Layr-Labs/eigensdk-go/signer v0.0.0-20250113205313-04f1688dbfdf
github.com/aws/aws-sdk-go-v2 v1.26.1
github.com/aws/aws-sdk-go-v2/credentials v1.17.11
github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.13.12
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
@@ -10,10 +10,10 @@ github.com/KyleBanks/depth v1.2.1 h1:5h8fQADFrWtarTdtDudMmGsC7GPbOAu6RVB3ffsVFHc
github.com/KyleBanks/depth v1.2.1/go.mod h1:jzSb9d0L43HxTQfT+oSA1EEp2q+ne2uh6XgeJcm8brE=
github.com/Layr-Labs/cerberus-api v0.0.2-0.20250108174619-d5e1eb03fbd5 h1:s24M6HYObEuV9OSY36jUM09kp5fOhuz/g1ev2qWDPzU=
github.com/Layr-Labs/cerberus-api v0.0.2-0.20250108174619-d5e1eb03fbd5/go.mod h1:Lm4fhzy0S3P7GjerzuseGaBFVczsIKmEhIjcT52Hluo=
github.com/Layr-Labs/eigensdk-go v0.2.0-beta.1.0.20250110011045-5649f15d5f37 h1:0MlNMABUHCl85FqrgIKc4/v0qEOuoYy8Piu5nudB/dE=
github.com/Layr-Labs/eigensdk-go v0.2.0-beta.1.0.20250110011045-5649f15d5f37/go.mod h1:G4yqiK+5NfUuEMVGGncOEm7QskuGRPmKA7bKxpPzPT4=
github.com/Layr-Labs/eigensdk-go/signer v0.0.0-20250110011045-5649f15d5f37 h1:cT2mS9rtYq5gb/nBTDhLxWN1AimukTOGEiN0Fyi+7ew=
github.com/Layr-Labs/eigensdk-go/signer v0.0.0-20250110011045-5649f15d5f37/go.mod h1:p/coyQpMG0aaF+JekxNoacPWP6FqSuWLI2YpiC+YVKs=
github.com/Layr-Labs/eigensdk-go v0.2.0-beta.1.0.20250113205313-04f1688dbfdf h1:kLgBNQR5Whd2YxuOL1KHde1gc6HfOY6x8bAQw22pVQk=
github.com/Layr-Labs/eigensdk-go v0.2.0-beta.1.0.20250113205313-04f1688dbfdf/go.mod h1:G4yqiK+5NfUuEMVGGncOEm7QskuGRPmKA7bKxpPzPT4=
github.com/Layr-Labs/eigensdk-go/signer v0.0.0-20250113205313-04f1688dbfdf h1:U+tVyNlN0sCzPtzVVycLXQzLqr1GHh96U9NURqBSlkc=
github.com/Layr-Labs/eigensdk-go/signer v0.0.0-20250113205313-04f1688dbfdf/go.mod h1:p/coyQpMG0aaF+JekxNoacPWP6FqSuWLI2YpiC+YVKs=
github.com/Microsoft/go-winio v0.6.2 h1:F2VQgta7ecxGYO8k3ZZz3RS8fVIXVxONVUPlNERoyfY=
github.com/Microsoft/go-winio v0.6.2/go.mod h1:yd8OoFMLzJbo9gZq8j5qaps8bJ9aShtEA8Ipt1oGCvU=
github.com/Microsoft/hcsshim v0.11.4 h1:68vKo2VN8DE9AdN4tnkWnmdhqdbpUFM8OF3Airm7fz8=

0 comments on commit aa6499b

Please sign in to comment.