From 9cbbaa2e4525718ddf513765943e5351451ecae5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Aug 2025 11:38:20 +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.130.1 to 0.131.0. - [Release notes](https://github.com/blinklabs-io/gouroboros/releases) - [Commits](https://github.com/blinklabs-io/gouroboros/compare/v0.130.1...v0.131.0) --- updated-dependencies: - dependency-name: github.com/blinklabs-io/gouroboros dependency-version: 0.131.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- go.mod | 4 ++-- go.sum | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/go.mod b/go.mod index 1d2b989..541a8ee 100644 --- a/go.mod +++ b/go.mod @@ -7,7 +7,7 @@ toolchain go1.24.4 require ( github.com/blinklabs-io/adder v0.31.0 github.com/blinklabs-io/cardano-models v0.5.1 - github.com/blinklabs-io/gouroboros v0.130.1 + github.com/blinklabs-io/gouroboros v0.131.0 github.com/dgraph-io/badger/v4 v4.8.0 github.com/kelseyhightower/envconfig v1.4.0 github.com/miekg/dns v1.1.68 @@ -23,7 +23,7 @@ require ( github.com/SundaeSwap-finance/ogmigo/v6 v6.0.2 // indirect github.com/aws/aws-sdk-go v1.55.6 // indirect github.com/beorn7/perks v1.0.1 // indirect - github.com/blinklabs-io/plutigo v0.0.3 // indirect + github.com/blinklabs-io/plutigo v0.0.4 // indirect github.com/btcsuite/btcd/btcutil v1.1.6 // indirect github.com/btcsuite/btcutil v1.0.2 // indirect github.com/buger/jsonparser v1.1.1 // indirect diff --git a/go.sum b/go.sum index 13b1667..39b7c64 100644 --- a/go.sum +++ b/go.sum @@ -13,12 +13,12 @@ github.com/blinklabs-io/adder v0.31.0 h1:LnJwkp7B7E/Nb2KCx8e6gFA/qFU1BP6N3NdDQsX github.com/blinklabs-io/adder v0.31.0/go.mod h1:BbJreNXRwEenRb3wP0HVjlL8aB1zzTJN7hNQY1/+s6c= 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.130.1 h1:OrNxV1z/YIqAYBkAJZcVi2lDg16rZ3RJCk9YxsJvp6M= -github.com/blinklabs-io/gouroboros v0.130.1/go.mod h1:+tBHYgbI9TsFs31WQrLXItWLVQhcahXS5YzthS0bwfQ= +github.com/blinklabs-io/gouroboros v0.131.0 h1:dFP4ST3CwhWbxOHwxrISEEkA7MFMFEUct0JGaZLDhm0= +github.com/blinklabs-io/gouroboros v0.131.0/go.mod h1:5xRJwdcmSrPGOetX2+AkPuk3DxNUoqHPzTbYa2XKPCE= 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/blinklabs-io/plutigo v0.0.3 h1:t5ujYD+1uCFy/JPu04dZEyN5Wfzhp4KsOTQabkRSPng= -github.com/blinklabs-io/plutigo v0.0.3/go.mod h1:49P8jixVWblHzdYdiFmnPPCTDd8SxZ6IvlfRBQRIldQ= +github.com/blinklabs-io/plutigo v0.0.4 h1:YhSt25yTqzfyUAzO0G/UihB16/lZNsvS6J7THO0f3ss= +github.com/blinklabs-io/plutigo v0.0.4/go.mod h1:sXfzbcwvVS8AbyNNVnhyyIT18f88IZMqg5cwOBmiafU= github.com/btcsuite/btcd v0.20.1-beta/go.mod h1:wVuoA8VJLEcwgqHBwHmzLRazpKxTv13Px/pDuV7OomQ= github.com/btcsuite/btcd v0.22.0-beta.0.20220111032746-97732e52810c/go.mod h1:tjmYdS6MLJ5/s0Fj4DbLgSbDHbEqLJrtnHecBFkdz5M= github.com/btcsuite/btcd v0.23.5-0.20231215221805-96c9fd8078fd/go.mod h1:nm3Bko6zh6bWP60UxwoT5LzdGJsQJaPo6HjduXq9p6A=