Skip to content

Commit 11e0247

Browse files
chore(deps): bump github.com/blinklabs-io/gouroboros (#447)
Bumps [github.com/blinklabs-io/gouroboros](https://github.com/blinklabs-io/gouroboros) from 0.165.3 to 0.166.1. - [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.165.3...v0.166.1) --- updated-dependencies: - dependency-name: github.com/blinklabs-io/gouroboros dependency-version: 0.166.1 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 69cfccd commit 11e0247

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/blinklabs-io/tx-submit-api
33
go 1.25.8
44

55
require (
6-
github.com/blinklabs-io/gouroboros v0.165.3
6+
github.com/blinklabs-io/gouroboros v0.166.1
77
github.com/kelseyhightower/envconfig v1.4.0
88
github.com/prometheus/client_golang v1.23.2
99
github.com/swaggo/http-swagger v1.3.4
@@ -18,7 +18,7 @@ require (
1818
github.com/ProjectZKM/Ziren/crates/go-runtime/zkvm_runtime v0.0.0-20251001021608-1fe7b43fc4d6 // indirect
1919
github.com/beorn7/perks v1.0.1 // indirect
2020
github.com/bits-and-blooms/bitset v1.24.4 // indirect
21-
github.com/blinklabs-io/plutigo v0.1.8 // indirect
21+
github.com/blinklabs-io/plutigo v0.1.9 // indirect
2222
github.com/btcsuite/btcd/btcec/v2 v2.3.6 // indirect
2323
github.com/btcsuite/btcd/btcutil v1.1.6 // indirect
2424
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.24.4 h1:95H15Og1clikBrKr/DuzMXkQzECs1M6hhoGXLwLQOZE=
1111
github.com/bits-and-blooms/bitset v1.24.4/go.mod h1:7hO7Gc7Pp1vODcmWvKMRA9BNmbv6a/7QIWpPxHddWR8=
12-
github.com/blinklabs-io/gouroboros v0.165.3 h1:teAuR/X+ujatrgJLAkmU43yeMp9CZQezcWPwmmVOVTg=
13-
github.com/blinklabs-io/gouroboros v0.165.3/go.mod h1:0D5GLGt4ETeBFP+9qsL2Cu5QJfZgL4IM0Nuda7+IE8g=
14-
github.com/blinklabs-io/ouroboros-mock v0.9.1 h1:88LvCaivQ6j/JSb3j8t99lQvsgnWcjXGaMPdZngbxZo=
15-
github.com/blinklabs-io/ouroboros-mock v0.9.1/go.mod h1:wLZTHLwKdIC9axVzG7nyAynn2wfLp/ikvX9LjsDh8Xw=
16-
github.com/blinklabs-io/plutigo v0.1.8 h1:Gw/Q/QzbH7xGobRZ5eeX4h0km8EC7uo+ON8xk8nbwqk=
17-
github.com/blinklabs-io/plutigo v0.1.8/go.mod h1:x0xLfDDoPKL/JCo+BBXJsG8lu4VSekQaJf9/cVhel/E=
12+
github.com/blinklabs-io/gouroboros v0.166.1 h1:byCLvCOiN5E4qC/v3nGo9Her+4fSa459eQ0XhjN83+s=
13+
github.com/blinklabs-io/gouroboros v0.166.1/go.mod h1:cWQCEPvrlZmTr1Z02az0e7XJtn7nLxuv4pMnubyI94s=
14+
github.com/blinklabs-io/ouroboros-mock v0.10.0 h1:8fhKaaTm3pDHSr8Yx91zEthooQH+o+NQhGfN2FKxwMI=
15+
github.com/blinklabs-io/ouroboros-mock v0.10.0/go.mod h1:1vWKSGxMtUfF3gkrVjUsjPTXdA+A665bQZjbVWpG5lg=
16+
github.com/blinklabs-io/plutigo v0.1.9 h1:J3kAB5jrKPGhU9elTuFx9oz/cWTQobwFLfVuQ64jf7I=
17+
github.com/blinklabs-io/plutigo v0.1.9/go.mod h1:x0xLfDDoPKL/JCo+BBXJsG8lu4VSekQaJf9/cVhel/E=
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)