File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ go 1.24.0
55toolchain go1.24.4
66
77require (
8- github.com/blinklabs-io/gouroboros v0.134.2
8+ github.com/blinklabs-io/gouroboros v0.135.1
99 github.com/gdamore/tcell/v2 v2.9.0
1010 github.com/kelseyhightower/envconfig v1.4.0
1111 github.com/mikioh/tcp v0.0.0-20190314235350-803a9b46060c
@@ -22,7 +22,7 @@ require (
2222require (
2323 filippo.io/edwards25519 v1.1.0 // indirect
2424 github.com/bits-and-blooms/bitset v1.20.0 // indirect
25- github.com/blinklabs-io/plutigo v0.0.11 // indirect
25+ github.com/blinklabs-io/plutigo v0.0.12 // indirect
2626 github.com/btcsuite/btcd/btcec/v2 v2.3.5 // indirect
2727 github.com/btcsuite/btcd/btcutil v1.1.6 // indirect
2828 github.com/btcsuite/btcd/chaincfg/chainhash v1.1.0 // indirect
Original file line number Diff line number Diff line change @@ -3,12 +3,12 @@ filippo.io/edwards25519 v1.1.0/go.mod h1:BxyFTGdWcka3PhytdK4V28tE5sGfRvvvRV7EaN4
33github.com/aead/siphash v1.0.1 /go.mod h1:Nywa3cDsYNNK3gaciGTWPwHt0wlpNV15vwmswBAUSII =
44github.com/bits-and-blooms/bitset v1.20.0 h1:2F+rfL86jE2d/bmw7OhqUg2Sj/1rURkBn3MdfoPyRVU =
55github.com/bits-and-blooms/bitset v1.20.0 /go.mod h1:7hO7Gc7Pp1vODcmWvKMRA9BNmbv6a/7QIWpPxHddWR8 =
6- github.com/blinklabs-io/gouroboros v0.134.2 h1:ADkkZTYOvocbjO6IL6c/4I+ZTX6/LDLBuPTLiDQ/2KE =
7- github.com/blinklabs-io/gouroboros v0.134.2 /go.mod h1:N4smrM9nmuSkYV92D7IL4z00/iAkbXysT1Ld7saVWeI =
6+ github.com/blinklabs-io/gouroboros v0.135.1 h1:2Z+GkULXKMFb/D1x7EE/LkCesAt/MQxrf3JNffBWvF4 =
7+ github.com/blinklabs-io/gouroboros v0.135.1 /go.mod h1:eCXFpt2fOhp2Id/0AqMaI/qr0bodbS0SIAOpNZVu9Iw =
88github.com/blinklabs-io/ouroboros-mock v0.3.8 h1:+DAt2rx0ouZUxee5DBMgZq3I1+ZdxFSHG9g3tYl/FKU =
99github.com/blinklabs-io/ouroboros-mock v0.3.8 /go.mod h1:UwQIf4KqZwO13P9d90fbi3UL/X7JaJfeEbqk+bEeFQA =
10- github.com/blinklabs-io/plutigo v0.0.11 h1:6a4EURP+Gq5jhP5N/C4lTxPFAdR6wF89pDiKvOV2OLg =
11- github.com/blinklabs-io/plutigo v0.0.11 /go.mod h1:L639Q8i2cSRuBhjgCHttPR0nnYwwsYVT4Btz7KpQjSw =
10+ github.com/blinklabs-io/plutigo v0.0.12 h1:DxnYKvKYn9OlgiTJi5Ofd97znSJWUtVZjZFqxW9HW/A =
11+ github.com/blinklabs-io/plutigo v0.0.12 /go.mod h1:L639Q8i2cSRuBhjgCHttPR0nnYwwsYVT4Btz7KpQjSw =
1212github.com/btcsuite/btcd v0.20.1-beta /go.mod h1:wVuoA8VJLEcwgqHBwHmzLRazpKxTv13Px/pDuV7OomQ =
1313github.com/btcsuite/btcd v0.22.0-beta.0.20220111032746-97732e52810c /go.mod h1:tjmYdS6MLJ5/s0Fj4DbLgSbDHbEqLJrtnHecBFkdz5M =
1414github.com/btcsuite/btcd v0.23.5-0.20231215221805-96c9fd8078fd /go.mod h1:nm3Bko6zh6bWP60UxwoT5LzdGJsQJaPo6HjduXq9p6A =
You can’t perform that action at this time.
0 commit comments