Skip to content

Commit

Permalink
chore: Imported eigenda-proxy client - update reference to v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
epociask committed Dec 10, 2024
1 parent 01441b1 commit 82f3bc7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ replace github.com/cockroachdb/pebble => github.com/cockroachdb/pebble v0.0.0-20
require (
github.com/Knetic/govaluate v3.0.1-0.20171022003610-9aa49832a739+incompatible
github.com/Layr-Labs/eigenda v0.6.1
github.com/Layr-Labs/eigenda-proxy/client v0.1.0
github.com/Layr-Labs/eigenda/api v0.6.1
github.com/Shopify/toxiproxy v2.1.4+incompatible
github.com/alicebob/miniredis/v2 v2.32.1
Expand Down Expand Up @@ -58,7 +59,6 @@ require (
require github.com/google/go-querystring v1.1.0 // indirect

require (
github.com/Layr-Labs/eigenda-proxy/client v0.0.0-20241207145455-553417ea0500 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20231016165738-49dd2c1f3d0b // indirect
google.golang.org/grpc v1.59.0 // indirect
)
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ github.com/Knetic/govaluate v3.0.1-0.20171022003610-9aa49832a739+incompatible h1
github.com/Knetic/govaluate v3.0.1-0.20171022003610-9aa49832a739+incompatible/go.mod h1:r7JcOSlj0wfOMncg0iLm8Leh48TZaKVeNIfJntJ2wa0=
github.com/Layr-Labs/eigenda v0.6.1 h1:uU04t+dsR5oHsbr+A5XIeJdyZIfNW3YvG03dMTKLSK4=
github.com/Layr-Labs/eigenda v0.6.1/go.mod h1:XongI0xM6ks66DzxvTpF2yi4x2QH0X2RgEbKl/WFebY=
github.com/Layr-Labs/eigenda-proxy/client v0.0.0-20241207145455-553417ea0500 h1:3pescJNSxoEtCFZMQSprJPDJoE23Hw2xCCHywMVkO4w=
github.com/Layr-Labs/eigenda-proxy/client v0.0.0-20241207145455-553417ea0500/go.mod h1:U8iAmZIDzpuKD4yDVBIE4v4Oruyqj6IS0GjoNZI4hKU=
github.com/Layr-Labs/eigenda-proxy/client v0.1.0 h1:aqYW/yJhwNQ8Ufwc4Lqws1U43nzm98POatP/vx+Gv6c=
github.com/Layr-Labs/eigenda-proxy/client v0.1.0/go.mod h1:U8iAmZIDzpuKD4yDVBIE4v4Oruyqj6IS0GjoNZI4hKU=
github.com/Layr-Labs/eigenda/api v0.6.1 h1:TAstOttTmFZQoFlZtgu/rNktNOhx62TwRFMxGOhUx8M=
github.com/Layr-Labs/eigenda/api v0.6.1/go.mod h1:kVXqWM13s/1hXyv9QdHweWAbKin9MeOBbS4i8c9rLbU=
github.com/Microsoft/go-winio v0.6.1 h1:9/kr64B9VUZrLm5YYwbGtUJnMgqWVOdUAXu6Migciow=
Expand Down

0 comments on commit 82f3bc7

Please sign in to comment.