From 6b9fdd67084f9477f48b2bc987bc8311149b04d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 14:36:50 +0000 Subject: [PATCH] chore(deps): Bump github.com/blinklabs-io/cardano-models Bumps [github.com/blinklabs-io/cardano-models](https://github.com/blinklabs-io/cardano-models) from 0.3.4 to 0.3.5. - [Release notes](https://github.com/blinklabs-io/cardano-models/releases) - [Commits](https://github.com/blinklabs-io/cardano-models/compare/v0.3.4...v0.3.5) --- updated-dependencies: - dependency-name: github.com/blinklabs-io/cardano-models 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 6b847d9..a5488a7 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/blinklabs-io/txtop go 1.21 require ( - github.com/blinklabs-io/cardano-models v0.3.4 + github.com/blinklabs-io/cardano-models v0.3.5 github.com/blinklabs-io/gouroboros v0.89.1 github.com/fxamacker/cbor/v2 v2.7.0 github.com/gdamore/tcell/v2 v2.7.4 diff --git a/go.sum b/go.sum index 0edadfe..b190aa0 100644 --- a/go.sum +++ b/go.sum @@ -1,7 +1,7 @@ filippo.io/edwards25519 v1.1.0 h1:FNf4tywRC1HmFuKW5xopWpigGjJKiJSV0Cqo0cJWDaA= filippo.io/edwards25519 v1.1.0/go.mod h1:BxyFTGdWcka3PhytdK4V28tE5sGfRvvvRV7EaN4VDT4= -github.com/blinklabs-io/cardano-models v0.3.4 h1:a+TuJKpNmDRjbH4IMFSDutPzxT0sA3Xy79u6OkdfZ0A= -github.com/blinklabs-io/cardano-models v0.3.4/go.mod h1:AD9/Sp/WEG2BP2bVXQAWnykyK4r3Q0m1H8pSvlF8nuY= +github.com/blinklabs-io/cardano-models v0.3.5 h1:qekNu9CFkOoULYQJ4ymD6s5Iia2L5WRo/TUVPVpF3BY= +github.com/blinklabs-io/cardano-models v0.3.5/go.mod h1:QVU0hGMQDlM+uPFgibGJdz2aQY98QvL2/HCoXGcWVyE= github.com/blinklabs-io/gouroboros v0.89.1 h1:pcD9hc2EkiPkq915aMDBAbgQZTX4I73gUzZf2UUcggs= github.com/blinklabs-io/gouroboros v0.89.1/go.mod h1:l6G9mwAa/p0CBGCZBjK1W67815gWrRlmcGl6fccbt4U= github.com/blinklabs-io/ouroboros-mock v0.3.1 h1:oQiMgH0VgsJIGy4lJGaySegObq5FsVgFTYXUO2PS2T8=