From 0242b0bac2beacb11c51ac0f9056709334d23bc3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 13:43:45 +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.108.1 to 0.108.2. - [Release notes](https://github.com/blinklabs-io/gouroboros/releases) - [Commits](https://github.com/blinklabs-io/gouroboros/compare/v0.108.1...v0.108.2) --- updated-dependencies: - dependency-name: github.com/blinklabs-io/gouroboros dependency-type: direct:production update-type: version-update:semver-patch ... 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 1be52e0..c2b22b7 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/blinklabs-io/cardano-models go 1.22.11 require ( - github.com/blinklabs-io/gouroboros v0.108.1 + github.com/blinklabs-io/gouroboros v0.108.2 github.com/fxamacker/cbor/v2 v2.7.0 github.com/go-playground/validator/v10 v10.24.0 github.com/stretchr/testify v1.10.0 diff --git a/go.sum b/go.sum index d931b36..5905183 100644 --- a/go.sum +++ b/go.sum @@ -1,5 +1,5 @@ -github.com/blinklabs-io/gouroboros v0.108.1 h1:MJ8yqa8hMQjLZ5WaHeGFjVXy8ly73qUfFpQJuVZtW+Y= -github.com/blinklabs-io/gouroboros v0.108.1/go.mod h1:nPUvy1Ko0vNzPKU9ZYYjfNPfsUomN0mAjSuh8Rr1S4c= +github.com/blinklabs-io/gouroboros v0.108.2 h1:wBBXmvSxw+mrjLB8NVBKzFGX20WvAv5+PgXRRUd3slg= +github.com/blinklabs-io/gouroboros v0.108.2/go.mod h1:mJNVqrVyXzMvPGgsRBvPdxrt7P4KFmr1V/JxAm3EbXE= github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc h1:U9qPSI2PIWSS1VwoXQT9A3Wy9MM3WgvqSxFWenqJduM= github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/fxamacker/cbor/v2 v2.7.0 h1:iM5WgngdRBanHcxugY4JySA0nk1wZorNOpTgCMedv5E=