Skip to content

Commit 4a22664

Browse files
committed
Bumping dependencies
1 parent 2aedcdc commit 4a22664

File tree

4 files changed

+29
-8
lines changed

4 files changed

+29
-8
lines changed

go.mod

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@ replace github.com/Layr-Labs/devkit-cli => ./
88

99
require (
1010
github.com/Layr-Labs/eigenlayer-contracts v1.8.0-testnet-final
11+
<<<<<<< Updated upstream
1112
github.com/Layr-Labs/hourglass-monorepo/ponos v0.0.0-20250613205316-cb10040f5737
13+
=======
14+
>>>>>>> Stashed changes
1215
github.com/Layr-Labs/multichain-go v0.0.13
1316
github.com/google/uuid v1.6.0
1417
github.com/joho/godotenv v1.5.1
@@ -24,20 +27,20 @@ require (
2427
)
2528

2629
require (
27-
github.com/Azure/go-ansiterm v0.0.0-20250102033503-faa5f7b0171c // indirect
2830
github.com/Microsoft/go-winio v0.6.2 // indirect
2931
github.com/aws/aws-sdk-go v1.55.7 // indirect
3032
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
3133
github.com/bits-and-blooms/bitset v1.22.0 // indirect
32-
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
3334
github.com/charmbracelet/colorprofile v0.2.3-0.20250311203215-f60798e515dc // indirect
3435
github.com/charmbracelet/lipgloss v1.1.0 // indirect
3536
github.com/charmbracelet/x/ansi v0.8.0 // indirect
3637
github.com/charmbracelet/x/cellbuf v0.0.13-0.20250311204145-2c3ea96c31dd // indirect
3738
github.com/charmbracelet/x/term v0.2.1 // indirect
3839
github.com/consensys/gnark-crypto v0.18.0 // indirect
40+
github.com/containerd/log v0.1.0 // indirect
3941
github.com/crate-crypto/go-eth-kzg v1.3.0 // indirect
4042
github.com/crate-crypto/go-ipa v0.0.0-20240724233137-53bbb0ceb27a // indirect
43+
github.com/creack/pty v1.1.18 // indirect
4144
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
4245
github.com/deckarep/golang-set/v2 v2.8.0 // indirect
4346
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.4.0 // indirect
@@ -68,6 +71,8 @@ require (
6871
github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b // indirect
6972
github.com/moby/docker-image-spec v1.3.1 // indirect
7073
github.com/moby/sys/atomicwriter v0.1.0 // indirect
74+
github.com/moby/term v0.5.2 // indirect
75+
github.com/morikuni/aec v1.0.0 // indirect
7176
github.com/muesli/ansi v0.0.0-20230316100256-276c6243b2f6 // indirect
7277
github.com/muesli/cancelreader v0.2.2 // indirect
7378
github.com/muesli/termenv v0.16.0 // indirect
@@ -87,14 +92,22 @@ require (
8792
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.54.0 // indirect
8893
go.opentelemetry.io/otel v1.36.0 // indirect
8994
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.36.0 // indirect
95+
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.30.0 // indirect
9096
go.opentelemetry.io/otel/metric v1.36.0 // indirect
9197
go.opentelemetry.io/otel/sdk v1.36.0 // indirect
9298
go.opentelemetry.io/otel/trace v1.36.0 // indirect
9399
go.opentelemetry.io/proto/otlp v1.6.0 // indirect
94100
go.uber.org/multierr v1.11.0 // indirect
95101
golang.org/x/crypto v0.39.0 // indirect
102+
<<<<<<< Updated upstream
96103
golang.org/x/sync v0.15.0 // indirect
104+
=======
105+
golang.org/x/exp v0.0.0-20240325151524-a685a6edb6d8 // indirect
106+
golang.org/x/sync v0.16.0 // indirect
107+
>>>>>>> Stashed changes
97108
golang.org/x/sys v0.33.0 // indirect
109+
google.golang.org/protobuf v1.36.6 // indirect
110+
gotest.tools/v3 v3.5.2 // indirect
98111
)
99112

100113
require (

go.sum

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,11 @@ github.com/Layr-Labs/crypto-libs v0.0.4 h1:FV/staDn/1CzYmmbP/o2+fPc9Z1NotPBP9dW/
88
github.com/Layr-Labs/crypto-libs v0.0.4/go.mod h1:PWjHsuxgk5MNopPr3QLhpP/RJerbjh98qCCSivnVPHE=
99
github.com/Layr-Labs/eigenlayer-contracts v1.8.0-testnet-final h1:f+dHuhY4mrgBOwXGfADkSbHy0Sex2t9TCsAdp1jJpjM=
1010
github.com/Layr-Labs/eigenlayer-contracts v1.8.0-testnet-final/go.mod h1:Ie8YE3EQkTHqG6/tnUS0He7/UPMkXPo/3OFXwSy0iRo=
11+
<<<<<<< Updated upstream
1112
github.com/Layr-Labs/hourglass-monorepo/ponos v0.0.0-20250613205316-cb10040f5737 h1:UnBl34Y3xxQ4WTQ/O36dtY0CtHXZXvgyWxwEdJRCdHQ=
1213
github.com/Layr-Labs/hourglass-monorepo/ponos v0.0.0-20250613205316-cb10040f5737/go.mod h1:bNDHU6OHvYrjPaUe/0GSUrfvO6OjGFWIWPehC0U6K40=
14+
=======
15+
>>>>>>> Stashed changes
1316
github.com/Layr-Labs/multichain-go v0.0.13 h1:4wQ2gpd2DUy13aaKwP8lRHfgPhyBbUo95HSIWQYypPg=
1417
github.com/Layr-Labs/multichain-go v0.0.13/go.mod h1:EK4rp+68FMQ5BYdSc7s1KWCGsT8cbQyTwENFEVtUR6M=
1518
github.com/Microsoft/go-winio v0.6.2 h1:F2VQgta7ecxGYO8k3ZZz3RS8fVIXVxONVUPlNERoyfY=
@@ -68,8 +71,9 @@ github.com/crate-crypto/go-ipa v0.0.0-20240724233137-53bbb0ceb27a h1:W8mUrRp6NOV
6871
github.com/crate-crypto/go-ipa v0.0.0-20240724233137-53bbb0ceb27a/go.mod h1:sTwzHBvIzm2RfVCGNEBZgRyjwK40bVoun3ZnGOCafNM=
6972
github.com/crate-crypto/go-kzg-4844 v1.1.0 h1:EN/u9k2TF6OWSHrCCDBBU6GLNMq88OspHHlMnHfoyU4=
7073
github.com/crate-crypto/go-kzg-4844 v1.1.0/go.mod h1:JolLjpSff1tCCJKaJx4psrlEdlXuJEC996PL3tTAFks=
71-
github.com/creack/pty v1.1.17 h1:QeVUsEDNrLBW4tMgZHvxy18sKtr6VI492kBhUfhDJNI=
7274
github.com/creack/pty v1.1.17/go.mod h1:MOBLtS5ELjhRRrroQr9kyvTxUAFNvYEK993ew/Vr4O4=
75+
github.com/creack/pty v1.1.18 h1:n56/Zwd5o6whRC5PMGretI4IdRLlmBXYNjScPaBgsbY=
76+
github.com/creack/pty v1.1.18/go.mod h1:MOBLtS5ELjhRRrroQr9kyvTxUAFNvYEK993ew/Vr4O4=
7377
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
7478
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
7579
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc h1:U9qPSI2PIWSS1VwoXQT9A3Wy9MM3WgvqSxFWenqJduM=
@@ -351,16 +355,20 @@ golang.org/x/sync v0.0.0-20190423024810-112230192c58/go.mod h1:RxMgew5VJxzue5/jJ
351355
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
352356
golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
353357
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
358+
<<<<<<< Updated upstream
354359
golang.org/x/sync v0.15.0 h1:KWH3jNZsfyT6xfAfKiz6MRNmd46ByHDYaZ7KSkCtdW8=
355360
golang.org/x/sync v0.15.0/go.mod h1:1dzgHSNfp02xaA81J2MS99Qcpr2w7fw1gpm99rleRqA=
361+
=======
362+
golang.org/x/sync v0.16.0 h1:ycBJEhp9p4vXvUZNszeOq0kGTPghopOL8q0fq3vstxw=
363+
golang.org/x/sync v0.16.0/go.mod h1:1dzgHSNfp02xaA81J2MS99Qcpr2w7fw1gpm99rleRqA=
364+
>>>>>>> Stashed changes
356365
golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
357366
golang.org/x/sys v0.0.0-20190222072716-a9d3bda3a223/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
358367
golang.org/x/sys v0.0.0-20190412213103-97732733099d/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
359368
golang.org/x/sys v0.0.0-20190916202348-b4ddaad3f8a3/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
360369
golang.org/x/sys v0.0.0-20200930185726-fdedc70b468f/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
361370
golang.org/x/sys v0.0.0-20201119102817-f84b799fce68/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
362371
golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
363-
golang.org/x/sys v0.0.0-20210616094352-59db8d763f22/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
364372
golang.org/x/sys v0.0.0-20210809222454-d867a43fc93e/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
365373
golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
366374
golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=

pkg/commands/keystore/create_keystore.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ import (
1010
"github.com/Layr-Labs/devkit-cli/pkg/common"
1111
"github.com/Layr-Labs/devkit-cli/pkg/common/iface"
1212

13-
"github.com/Layr-Labs/hourglass-monorepo/ponos/pkg/signing/bn254"
14-
blskeystore "github.com/Layr-Labs/hourglass-monorepo/ponos/pkg/signing/keystore"
13+
"github.com/Layr-Labs/crypto-libs/pkg/bn254"
14+
blskeystore "github.com/Layr-Labs/crypto-libs/pkg/keystore"
1515
"github.com/ethereum/go-ethereum/accounts/keystore"
1616
"github.com/ethereum/go-ethereum/crypto"
1717
"github.com/google/uuid"

pkg/commands/keystore/read_keystore.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ import (
77
"os"
88

99
"github.com/Layr-Labs/devkit-cli/pkg/common"
10-
"github.com/Layr-Labs/hourglass-monorepo/ponos/pkg/signing/bn254"
11-
blskeystore "github.com/Layr-Labs/hourglass-monorepo/ponos/pkg/signing/keystore"
10+
"github.com/Layr-Labs/crypto-libs/pkg/bn254"
11+
blskeystore "github.com/Layr-Labs/crypto-libs/pkg/keystore"
1212
ethkeystore "github.com/ethereum/go-ethereum/accounts/keystore"
1313
"github.com/urfave/cli/v2"
1414
"log"

0 commit comments

Comments
 (0)