Skip to content

Commit 8f06b92

Browse files
chore(deps): bump github.com/blinklabs-io/gouroboros (#398)
Bumps [github.com/blinklabs-io/gouroboros](https://github.com/blinklabs-io/gouroboros) from 0.141.0 to 0.143.0. - [Release notes](https://github.com/blinklabs-io/gouroboros/releases) - [Commits](blinklabs-io/gouroboros@v0.141.0...v0.143.0) --- updated-dependencies: - dependency-name: github.com/blinklabs-io/gouroboros dependency-version: 0.143.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7833594 commit 8f06b92

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.24.0
55
toolchain go1.24.4
66

77
require (
8-
github.com/blinklabs-io/gouroboros v0.141.0
8+
github.com/blinklabs-io/gouroboros v0.143.0
99
github.com/fxamacker/cbor/v2 v2.9.0
1010
github.com/gin-contrib/cors v1.7.6
1111
github.com/gin-gonic/gin v1.11.0
@@ -24,7 +24,7 @@ require (
2424
github.com/ProjectZKM/Ziren/crates/go-runtime/zkvm_runtime v0.0.0-20251001021608-1fe7b43fc4d6 // indirect
2525
github.com/beorn7/perks v1.0.1 // indirect
2626
github.com/bits-and-blooms/bitset v1.20.0 // indirect
27-
github.com/blinklabs-io/plutigo v0.0.14 // indirect
27+
github.com/blinklabs-io/plutigo v0.0.16 // indirect
2828
github.com/btcsuite/btcd/btcec/v2 v2.3.6 // indirect
2929
github.com/btcsuite/btcd/btcutil v1.1.6 // indirect
3030
github.com/btcsuite/btcd/chaincfg/chainhash v1.1.0 // indirect

go.sum

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ github.com/beorn7/perks v1.0.1 h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM=
99
github.com/beorn7/perks v1.0.1/go.mod h1:G2ZrVWU2WbWT9wwq4/hrbKbnv/1ERSJQ0ibhJ6rlkpw=
1010
github.com/bits-and-blooms/bitset v1.20.0 h1:2F+rfL86jE2d/bmw7OhqUg2Sj/1rURkBn3MdfoPyRVU=
1111
github.com/bits-and-blooms/bitset v1.20.0/go.mod h1:7hO7Gc7Pp1vODcmWvKMRA9BNmbv6a/7QIWpPxHddWR8=
12-
github.com/blinklabs-io/gouroboros v0.141.0 h1:MMOKLz5qsPmAuBRvASSlyP/2Nq8NolRSYE1KS8Crj2g=
13-
github.com/blinklabs-io/gouroboros v0.141.0/go.mod h1:hISBoZARTVYckwV/j8trHg7pFT5SqD7OX/2/stJrABI=
14-
github.com/blinklabs-io/ouroboros-mock v0.3.9 h1:UnciDccJ5tZCR1xI0BcxGZcYjJ/PS5MpnjiiGtrZ680=
15-
github.com/blinklabs-io/ouroboros-mock v0.3.9/go.mod h1:uTkE8/LAYL7yQSntH48Pudf5Xn+jaBWMj+9udbzYXhI=
16-
github.com/blinklabs-io/plutigo v0.0.14 h1:K45/tQpZwJFdCcrhigepbdSPQG/+0pp99cCrbJdSl44=
17-
github.com/blinklabs-io/plutigo v0.0.14/go.mod h1:W4TnQiGhc6da5G+jXAW3O/Q/tgqG9QoITRJ1FCXd260=
12+
github.com/blinklabs-io/gouroboros v0.143.0 h1:ZkMNPEBC4mvTQM/6zt3QHDvpGsbdrBhT1+DahkswheU=
13+
github.com/blinklabs-io/gouroboros v0.143.0/go.mod h1:aAJ6T0RGZQdLNu5deS54Wx6P30Bm3j9TE18XBXeZPQs=
14+
github.com/blinklabs-io/ouroboros-mock v0.4.0 h1:ppOcTMnC/2f5rYYSlvNqcGfAQOIpMCSDUrNh9K6a4mY=
15+
github.com/blinklabs-io/ouroboros-mock v0.4.0/go.mod h1:e+Kck8bmdOuaN7IfkbVvbqAVlskXNXB95oHI3YlFG5g=
16+
github.com/blinklabs-io/plutigo v0.0.16 h1:3+1eOby9ckoDXb+8ObCBQ4BGbHZ6z7cxGFDR4cbS+7Y=
17+
github.com/blinklabs-io/plutigo v0.0.16/go.mod h1:aT3mJAh1s8JJ8C42ygd8OyGDQZ8f+w8Uge2+C/9BLug=
1818
github.com/btcsuite/btcd v0.20.1-beta/go.mod h1:wVuoA8VJLEcwgqHBwHmzLRazpKxTv13Px/pDuV7OomQ=
1919
github.com/btcsuite/btcd v0.22.0-beta.0.20220111032746-97732e52810c/go.mod h1:tjmYdS6MLJ5/s0Fj4DbLgSbDHbEqLJrtnHecBFkdz5M=
2020
github.com/btcsuite/btcd v0.23.5-0.20231215221805-96c9fd8078fd/go.mod h1:nm3Bko6zh6bWP60UxwoT5LzdGJsQJaPo6HjduXq9p6A=

0 commit comments

Comments
 (0)