Skip to content

Commit c11c86f

Browse files
build(deps): bump github.com/blinklabs-io/gouroboros (#305)
Bumps [github.com/blinklabs-io/gouroboros](https://github.com/blinklabs-io/gouroboros) from 0.104.1 to 0.105.0. - [Release notes](https://github.com/blinklabs-io/gouroboros/releases) - [Commits](blinklabs-io/gouroboros@v0.104.1...v0.105.0) --- updated-dependencies: - dependency-name: github.com/blinklabs-io/gouroboros dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 582778e commit c11c86f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ require (
99
connectrpc.com/grpchealth v1.3.0
1010
connectrpc.com/grpcreflect v1.2.0
1111
github.com/blinklabs-io/adder v0.25.1
12-
github.com/blinklabs-io/gouroboros v0.104.1
12+
github.com/blinklabs-io/gouroboros v0.105.0
1313
github.com/blinklabs-io/tx-submit-api v0.20.3
1414
github.com/gin-contrib/zap v1.1.4
1515
github.com/gin-gonic/gin v1.10.0
@@ -22,7 +22,6 @@ require (
2222
github.com/utxorpc/go-codegen v0.12.0
2323
go.uber.org/automaxprocs v1.6.0
2424
go.uber.org/zap v1.27.0
25-
golang.org/x/crypto v0.29.0
2625
golang.org/x/net v0.31.0
2726
gopkg.in/yaml.v2 v2.4.0
2827
)
@@ -73,6 +72,7 @@ require (
7372
github.com/x448/float16 v0.8.4 // indirect
7473
go.uber.org/multierr v1.11.0 // indirect
7574
golang.org/x/arch v0.9.0 // indirect
75+
golang.org/x/crypto v0.29.0 // indirect
7676
golang.org/x/sync v0.9.0 // indirect
7777
golang.org/x/sys v0.27.0 // indirect
7878
golang.org/x/text v0.20.0 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ github.com/bits-and-blooms/bitset v1.8.0 h1:FD+XqgOZDUxxZ8hzoBFuV9+cGWY9CslN6d5M
2020
github.com/bits-and-blooms/bitset v1.8.0/go.mod h1:7hO7Gc7Pp1vODcmWvKMRA9BNmbv6a/7QIWpPxHddWR8=
2121
github.com/blinklabs-io/adder v0.25.1 h1:WnXrh8PvAUVX5piY3vfu0KGsOyz2pRiCGk86nUt++6s=
2222
github.com/blinklabs-io/adder v0.25.1/go.mod h1:a/rs8gA0+lmISvYvTL8o0RHDZQ88CLGM/W9WOIaeMDg=
23-
github.com/blinklabs-io/gouroboros v0.104.1 h1:qLmDprvafRxvMQsYUsvA05XqIvMbMWQU+7lSyuK1rhU=
24-
github.com/blinklabs-io/gouroboros v0.104.1/go.mod h1:nW0/J6Zv5Oupr4MHehfJ3noSXu7VSxKWusFRNKo0nhI=
23+
github.com/blinklabs-io/gouroboros v0.105.0 h1:8/uo7mtijJrbS1mNP0KRCzdZm+lWuTGhWuA8Y40EsDU=
24+
github.com/blinklabs-io/gouroboros v0.105.0/go.mod h1:nW0/J6Zv5Oupr4MHehfJ3noSXu7VSxKWusFRNKo0nhI=
2525
github.com/blinklabs-io/ouroboros-mock v0.3.5 h1:/KWbSoH8Pjrd9uxOH7mVbI7XFsDCNW/O9FtLlvJDUpQ=
2626
github.com/blinklabs-io/ouroboros-mock v0.3.5/go.mod h1:JtUQ3Luo22hCnGBxuxNp6JaUx63VxidxWwmcaVMremw=
2727
github.com/blinklabs-io/tx-submit-api v0.20.3 h1:CV/1EfYmoxDXrxtM74SrRrPMYAwC4a4iTBcF6oJJ6GY=

0 commit comments

Comments
 (0)