Skip to content

Commit 4fafea6

Browse files
chore(deps): Bump github.com/blinklabs-io/cardano-models (#220)
Bumps [github.com/blinklabs-io/cardano-models](https://github.com/blinklabs-io/cardano-models) from 0.5.0 to 0.5.1. - [Release notes](https://github.com/blinklabs-io/cardano-models/releases) - [Commits](blinklabs-io/cardano-models@v0.5.0...v0.5.1) --- updated-dependencies: - dependency-name: github.com/blinklabs-io/cardano-models dependency-version: 0.5.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 02b06b2 commit 4fafea6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.23.6
55
toolchain go1.24.1
66

77
require (
8-
github.com/blinklabs-io/cardano-models v0.5.0
8+
github.com/blinklabs-io/cardano-models v0.5.1
99
github.com/blinklabs-io/gouroboros v0.116.0
1010
github.com/fxamacker/cbor/v2 v2.8.0
1111
github.com/gin-contrib/cors v1.7.5

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
filippo.io/edwards25519 v1.1.0 h1:FNf4tywRC1HmFuKW5xopWpigGjJKiJSV0Cqo0cJWDaA=
22
filippo.io/edwards25519 v1.1.0/go.mod h1:BxyFTGdWcka3PhytdK4V28tE5sGfRvvvRV7EaN4VDT4=
33
github.com/aead/siphash v1.0.1/go.mod h1:Nywa3cDsYNNK3gaciGTWPwHt0wlpNV15vwmswBAUSII=
4-
github.com/blinklabs-io/cardano-models v0.5.0 h1:HVhALGCJ+Q6tg0dtdPny/kUqhvDJrenRF7ymxnMblks=
5-
github.com/blinklabs-io/cardano-models v0.5.0/go.mod h1:nWMr7NM+jT5xiZLJ0hEjxm57OhIm9WHB/NK9NrkrK54=
4+
github.com/blinklabs-io/cardano-models v0.5.1 h1:dPe5gT8vwmYUbc+rgofO9WS8otbgAKTo5fpMJhLPLIE=
5+
github.com/blinklabs-io/cardano-models v0.5.1/go.mod h1:8z20pRjrS/0nUO3r0HEKKP3cYstwbyfIWUsYKv+ud3s=
66
github.com/blinklabs-io/gouroboros v0.116.0 h1:B+2HUCdMgu1TRlME1Y1ds+nhzmgKLuJwdq7nfSJta08=
77
github.com/blinklabs-io/gouroboros v0.116.0/go.mod h1:g4e4aqLWcsRCgwk1KLq49CJF4uNq/ZXAp4Z63BbSo4o=
88
github.com/btcsuite/btcd v0.20.1-beta/go.mod h1:wVuoA8VJLEcwgqHBwHmzLRazpKxTv13Px/pDuV7OomQ=

0 commit comments

Comments
 (0)