From 4f7b9b622ce92b98d96ebbbdd7879135f5b7eb63 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Jun 2025 00:45:33 +0000 Subject: [PATCH] chore(deps): bump github.com/blinklabs-io/gouroboros Bumps [github.com/blinklabs-io/gouroboros](https://github.com/blinklabs-io/gouroboros) from 0.123.0 to 0.125.1. - [Release notes](https://github.com/blinklabs-io/gouroboros/releases) - [Commits](https://github.com/blinklabs-io/gouroboros/compare/v0.123.0...v0.125.1) --- updated-dependencies: - dependency-name: github.com/blinklabs-io/gouroboros dependency-version: 0.125.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 4142152..b6ea4be 100644 --- a/go.mod +++ b/go.mod @@ -7,7 +7,7 @@ toolchain go1.24.4 require ( github.com/blinklabs-io/adder v0.30.2 github.com/blinklabs-io/cardano-models v0.5.1 - github.com/blinklabs-io/gouroboros v0.123.0 + github.com/blinklabs-io/gouroboros v0.125.1 github.com/dgraph-io/badger/v4 v4.7.0 github.com/kelseyhightower/envconfig v1.4.0 github.com/miekg/dns v1.1.66 diff --git a/go.sum b/go.sum index c222b81..b282bb9 100644 --- a/go.sum +++ b/go.sum @@ -13,8 +13,8 @@ github.com/blinklabs-io/adder v0.30.2 h1:o6P2kwystYeT4cHsDYn9WYDWsvBMcyVcu+VtXXE github.com/blinklabs-io/adder v0.30.2/go.mod h1:EjRQOQBStN/4du1DnWtkmpBIk9K28h8k9pRdVrQgl5I= github.com/blinklabs-io/cardano-models v0.5.1 h1:dPe5gT8vwmYUbc+rgofO9WS8otbgAKTo5fpMJhLPLIE= github.com/blinklabs-io/cardano-models v0.5.1/go.mod h1:8z20pRjrS/0nUO3r0HEKKP3cYstwbyfIWUsYKv+ud3s= -github.com/blinklabs-io/gouroboros v0.123.0 h1:0XelRN0fr1EBEDCSj6SjXZmXLg9bOmQ6FBLPcwu3T/c= -github.com/blinklabs-io/gouroboros v0.123.0/go.mod h1:LUGnvJ1iOmpCihNxT9fyZFf6KD5E45sV8ZqEUgljzDw= +github.com/blinklabs-io/gouroboros v0.125.1 h1:ZhKgKvFEcz8OtGxGrEYh8A03nqS7+QWqDE+/sGKNKdA= +github.com/blinklabs-io/gouroboros v0.125.1/go.mod h1:LUGnvJ1iOmpCihNxT9fyZFf6KD5E45sV8ZqEUgljzDw= github.com/blinklabs-io/ouroboros-mock v0.3.8 h1:+DAt2rx0ouZUxee5DBMgZq3I1+ZdxFSHG9g3tYl/FKU= github.com/blinklabs-io/ouroboros-mock v0.3.8/go.mod h1:UwQIf4KqZwO13P9d90fbi3UL/X7JaJfeEbqk+bEeFQA= github.com/btcsuite/btcd v0.20.1-beta/go.mod h1:wVuoA8VJLEcwgqHBwHmzLRazpKxTv13Px/pDuV7OomQ=