Skip to content

chore(deps): bump github.com/blinklabs-io/adder from 0.29.0 to 0.30.0 #348

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.23.6
toolchain go1.24.1

require (
github.com/blinklabs-io/adder v0.29.0
github.com/blinklabs-io/adder v0.30.0
github.com/blinklabs-io/cardano-models v0.5.1
github.com/blinklabs-io/gouroboros v0.120.1
github.com/dgraph-io/badger/v4 v4.7.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ github.com/aws/aws-sdk-go v1.55.6 h1:cSg4pvZ3m8dgYcgqB97MrcdjUmZ1BeMYKUxMMB89IPk
github.com/aws/aws-sdk-go v1.55.6/go.mod h1:eRwEWoyTWFMVYVQzKMNHWP5/RV4xIUGMQfXQHfHkpNU=
github.com/beorn7/perks v1.0.1 h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM=
github.com/beorn7/perks v1.0.1/go.mod h1:G2ZrVWU2WbWT9wwq4/hrbKbnv/1ERSJQ0ibhJ6rlkpw=
github.com/blinklabs-io/adder v0.29.0 h1:ZQEaxot4d1ANfHvUMI06+hcCU0yBH4VF1aExbcab2iQ=
github.com/blinklabs-io/adder v0.29.0/go.mod h1:zWqBoIKqbblo3uiXrS2UhiRzaFKG+xO4/RmNOpQOPcE=
github.com/blinklabs-io/adder v0.30.0 h1:NpmzI3Mx67lqc6aqleAVPvbWtoILDWxTczZorGQgDQ8=
github.com/blinklabs-io/adder v0.30.0/go.mod h1:Wik3IPpVDMKHT5q0BX0ObloXjfj5h2g7h+ate1t/hV4=
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.120.1 h1:WcYVOwxQm/6E93qI3apCO2IPFQNoGlQIi34R58tya2Y=
Expand Down