From 6346aae84abe6b19dbc7e7e40e0b75d7584b4d1b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Nov 2024 08:03:51 -0300 Subject: [PATCH] chore(deps): bump github.com/blinklabs-io/gouroboros (#244) Bumps [github.com/blinklabs-io/gouroboros](https://github.com/blinklabs-io/gouroboros) from 0.104.2 to 0.105.0. - [Release notes](https://github.com/blinklabs-io/gouroboros/releases) - [Commits](https://github.com/blinklabs-io/gouroboros/compare/v0.104.2...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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index e64c75f..02f7818 100644 --- a/go.mod +++ b/go.mod @@ -7,7 +7,7 @@ toolchain go1.22.6 require ( github.com/blinklabs-io/adder v0.25.1 github.com/blinklabs-io/cardano-models v0.3.8 - github.com/blinklabs-io/gouroboros v0.104.2 + github.com/blinklabs-io/gouroboros v0.105.0 github.com/dgraph-io/badger/v4 v4.4.0 github.com/kelseyhightower/envconfig v1.4.0 github.com/miekg/dns v1.1.62 diff --git a/go.sum b/go.sum index b305630..3a14ea5 100644 --- a/go.sum +++ b/go.sum @@ -14,8 +14,8 @@ github.com/blinklabs-io/adder v0.25.1 h1:WnXrh8PvAUVX5piY3vfu0KGsOyz2pRiCGk86nUt github.com/blinklabs-io/adder v0.25.1/go.mod h1:a/rs8gA0+lmISvYvTL8o0RHDZQ88CLGM/W9WOIaeMDg= github.com/blinklabs-io/cardano-models v0.3.8 h1:Ic+gNeTwAj2etmkRHQbWg3TqAvd8yvVdXBrTy9Ewf5Y= github.com/blinklabs-io/cardano-models v0.3.8/go.mod h1:uDEiazZ7jdZTKNJALwRQ7t7k2plm+d9zIqXwi1tWNtw= -github.com/blinklabs-io/gouroboros v0.104.2 h1:bmr768am8lndkHdnQNIgF3HhteUJYBBt6cg9DRE1MkE= -github.com/blinklabs-io/gouroboros v0.104.2/go.mod h1:nW0/J6Zv5Oupr4MHehfJ3noSXu7VSxKWusFRNKo0nhI= +github.com/blinklabs-io/gouroboros v0.105.0 h1:8/uo7mtijJrbS1mNP0KRCzdZm+lWuTGhWuA8Y40EsDU= +github.com/blinklabs-io/gouroboros v0.105.0/go.mod h1:nW0/J6Zv5Oupr4MHehfJ3noSXu7VSxKWusFRNKo0nhI= github.com/blinklabs-io/ouroboros-mock v0.3.5 h1:/KWbSoH8Pjrd9uxOH7mVbI7XFsDCNW/O9FtLlvJDUpQ= github.com/blinklabs-io/ouroboros-mock v0.3.5/go.mod h1:JtUQ3Luo22hCnGBxuxNp6JaUx63VxidxWwmcaVMremw= github.com/buger/jsonparser v1.1.1 h1:2PnMjfWD7wBILjqQbt530v576A/cAbQvEW9gGIpYMUs=