Skip to content

Commit 22f554c

Browse files
chore(deps): Bump github.com/blinklabs-io/gouroboros
Bumps [github.com/blinklabs-io/gouroboros](https://github.com/blinklabs-io/gouroboros) from 0.153.1 to 0.180.0. - [Release notes](https://github.com/blinklabs-io/gouroboros/releases) - [Changelog](https://github.com/blinklabs-io/gouroboros/blob/main/RELEASE_NOTES.md) - [Commits](blinklabs-io/gouroboros@v0.153.1...v0.180.0) --- updated-dependencies: - dependency-name: github.com/blinklabs-io/gouroboros dependency-version: 0.180.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7a6b611 commit 22f554c

2 files changed

Lines changed: 51 additions & 145 deletions

File tree

go.mod

Lines changed: 17 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
module github.com/blinklabs-io/txtop
22

3-
go 1.24.0
4-
5-
toolchain go1.24.4
3+
go 1.25.7
64

75
require (
86
github.com/blinklabs-io/cardano-models v0.7.0
9-
github.com/blinklabs-io/gouroboros v0.153.1
7+
github.com/blinklabs-io/gouroboros v0.180.0
108
github.com/fxamacker/cbor/v2 v2.9.2
119
github.com/gdamore/tcell/v2 v2.13.10
1210
github.com/kelseyhightower/envconfig v1.4.0
@@ -15,17 +13,18 @@ require (
1513
)
1614

1715
require (
18-
filippo.io/edwards25519 v1.1.1 // indirect
16+
filippo.io/edwards25519 v1.2.0 // indirect
1917
github.com/ProjectZKM/Ziren/crates/go-runtime/zkvm_runtime v0.0.0-20251001021608-1fe7b43fc4d6 // indirect
20-
github.com/bits-and-blooms/bitset v1.20.0 // indirect
21-
github.com/blinklabs-io/plutigo v0.0.22 // indirect
22-
github.com/btcsuite/btcd/btcec/v2 v2.3.6 // indirect
23-
github.com/btcsuite/btcd/btcutil v1.1.6 // indirect
24-
github.com/btcsuite/btcd/chaincfg/chainhash v1.1.0 // indirect
25-
github.com/consensys/gnark-crypto v0.19.2 // indirect
18+
github.com/bits-and-blooms/bitset v1.24.4 // indirect
19+
github.com/blinklabs-io/plutigo v0.1.14 // indirect
20+
github.com/btcsuite/btcd/btcec/v2 v2.5.0 // indirect
21+
github.com/btcsuite/btcd/btcutil v1.2.0 // indirect
22+
github.com/btcsuite/btcd/chaincfg/chainhash v1.2.0 // indirect
23+
github.com/btcsuite/btcd/chainhash/v2 v2.0.0 // indirect
24+
github.com/consensys/gnark-crypto v0.20.1 // indirect
2625
github.com/decred/dcrd/crypto/blake256 v1.1.0 // indirect
27-
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.3.0 // indirect
28-
github.com/ethereum/go-ethereum v1.17.0 // indirect
26+
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.4.0 // indirect
27+
github.com/ethereum/go-ethereum v1.17.3 // indirect
2928
github.com/gabriel-vasile/mimetype v1.4.10 // indirect
3029
github.com/gdamore/encoding v1.0.1 // indirect
3130
github.com/go-playground/locales v0.14.1 // indirect
@@ -38,11 +37,11 @@ require (
3837
github.com/lucasb-eyer/go-colorful v1.3.0 // indirect
3938
github.com/minio/sha256-simd v1.0.1 // indirect
4039
github.com/rivo/uniseg v0.4.7 // indirect
41-
github.com/utxorpc/go-codegen v0.18.1 // indirect
40+
github.com/utxorpc/go-codegen v0.19.2 // indirect
4241
github.com/x448/float16 v0.8.4 // indirect
43-
golang.org/x/crypto v0.47.0 // indirect
44-
golang.org/x/sys v0.40.0 // indirect
45-
golang.org/x/term v0.39.0 // indirect
46-
golang.org/x/text v0.33.0 // indirect
42+
golang.org/x/crypto v0.52.0 // indirect
43+
golang.org/x/sys v0.45.0 // indirect
44+
golang.org/x/term v0.43.0 // indirect
45+
golang.org/x/text v0.37.0 // indirect
4746
google.golang.org/protobuf v1.36.11 // indirect
4847
)

0 commit comments

Comments
 (0)