From 1ae766fe387905fa10176ce84b2d4079571ad8ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Aug 2025 19:59:39 +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.131.0 to 0.132.0. - [Release notes](https://github.com/blinklabs-io/gouroboros/releases) - [Commits](https://github.com/blinklabs-io/gouroboros/compare/v0.131.0...v0.132.0) --- updated-dependencies: - dependency-name: github.com/blinklabs-io/gouroboros dependency-version: 0.132.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 4256c87..d4633a4 100644 --- a/go.mod +++ b/go.mod @@ -6,7 +6,7 @@ toolchain go1.24.4 require ( github.com/blinklabs-io/cardano-models v0.5.1 - github.com/blinklabs-io/gouroboros v0.131.0 + github.com/blinklabs-io/gouroboros v0.132.0 github.com/fxamacker/cbor/v2 v2.9.0 github.com/gin-contrib/cors v1.7.6 github.com/gin-contrib/zap v1.1.5 @@ -20,7 +20,7 @@ require ( require ( filippo.io/edwards25519 v1.1.0 // indirect - github.com/blinklabs-io/plutigo v0.0.4 // indirect + github.com/blinklabs-io/plutigo v0.0.6 // indirect github.com/btcsuite/btcd/btcutil v1.1.6 // indirect github.com/bytedance/sonic v1.13.3 // indirect github.com/bytedance/sonic/loader v0.2.4 // indirect diff --git a/go.sum b/go.sum index d044d1d..98fb41b 100644 --- a/go.sum +++ b/go.sum @@ -3,10 +3,10 @@ filippo.io/edwards25519 v1.1.0/go.mod h1:BxyFTGdWcka3PhytdK4V28tE5sGfRvvvRV7EaN4 github.com/aead/siphash v1.0.1/go.mod h1:Nywa3cDsYNNK3gaciGTWPwHt0wlpNV15vwmswBAUSII= 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.131.0 h1:dFP4ST3CwhWbxOHwxrISEEkA7MFMFEUct0JGaZLDhm0= -github.com/blinklabs-io/gouroboros v0.131.0/go.mod h1:5xRJwdcmSrPGOetX2+AkPuk3DxNUoqHPzTbYa2XKPCE= -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/blinklabs-io/gouroboros v0.132.0 h1:zaFL7NHEml0VmM0p1ihZXQTEnSIjis/nj5jsVpDJTz8= +github.com/blinklabs-io/gouroboros v0.132.0/go.mod h1:gjBwd6uK8fzJBeteKWq6y6x82RC13GfpswFgrmqlRsc= +github.com/blinklabs-io/plutigo v0.0.6 h1:malkUZ9K1mPMnqWKQLQSS8lX0ott+N7GCdAjRhMIV1M= +github.com/blinklabs-io/plutigo v0.0.6/go.mod h1:gxTWAu9n7+4SgQ+zAoO91LYU+5WanUNdRkl9mLdm8f8= 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=