From 0ec6e99651ab673f14ba32dff72ae020789ba6ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 22:15:13 +0000 Subject: [PATCH] chore(deps): bump github.com/blinklabs-io/adder from 0.23.1 to 0.23.2 Bumps [github.com/blinklabs-io/adder](https://github.com/blinklabs-io/adder) from 0.23.1 to 0.23.2. - [Release notes](https://github.com/blinklabs-io/adder/releases) - [Commits](https://github.com/blinklabs-io/adder/compare/v0.23.1...v0.23.2) --- updated-dependencies: - dependency-name: github.com/blinklabs-io/adder dependency-type: direct:production update-type: version-update:semver-patch ... 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 dfd61a5..32c5949 100644 --- a/go.mod +++ b/go.mod @@ -3,9 +3,9 @@ module github.com/blinklabs-io/cdnsd go 1.22 require ( - github.com/blinklabs-io/adder v0.23.1 + github.com/blinklabs-io/adder v0.23.2 github.com/blinklabs-io/cardano-models v0.3.6 - github.com/blinklabs-io/gouroboros v0.93.1 + github.com/blinklabs-io/gouroboros v0.93.2 github.com/dgraph-io/badger/v4 v4.2.0 github.com/kelseyhightower/envconfig v1.4.0 github.com/miekg/dns v1.1.62 diff --git a/go.sum b/go.sum index 0b50153..ca23228 100644 --- a/go.sum +++ b/go.sum @@ -4,12 +4,12 @@ filippo.io/edwards25519 v1.1.0/go.mod h1:BxyFTGdWcka3PhytdK4V28tE5sGfRvvvRV7EaN4 github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU= 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.23.1 h1:LVrZGyq4X/0U6nQ/qR4MbK1xWfiL4wlcqcm7LnLA0qs= -github.com/blinklabs-io/adder v0.23.1/go.mod h1:7kh992fiQJaaFhYaASe31NwjZ9fqY/FUJjkS6SiPpAs= +github.com/blinklabs-io/adder v0.23.2 h1:mA2VpsvoBru2yIjBv3bJULZ+Atw7AGvp1JDYpS/EyRQ= +github.com/blinklabs-io/adder v0.23.2/go.mod h1:dfO19rhSp4ZZL15++wMxwWojbpqd8bawVZyOtoYr2K4= github.com/blinklabs-io/cardano-models v0.3.6 h1:EmupOempdGjfsvOuItaCZ8FlMiwbF1NBiztqfa3HB1I= github.com/blinklabs-io/cardano-models v0.3.6/go.mod h1:QVU0hGMQDlM+uPFgibGJdz2aQY98QvL2/HCoXGcWVyE= -github.com/blinklabs-io/gouroboros v0.93.1 h1:ojay+GHo3uA7dd6FFrO35ww9F6wpvKfgLuinGXFylfY= -github.com/blinklabs-io/gouroboros v0.93.1/go.mod h1:svGW4teG78s5urbaYy7StYsVUizNkghW7GYxN9AkANY= +github.com/blinklabs-io/gouroboros v0.93.2 h1:Rtm6FucK/F4/x1tjMg0ur8Xqbm6VpLInL8JtEsNoAwY= +github.com/blinklabs-io/gouroboros v0.93.2/go.mod h1:svGW4teG78s5urbaYy7StYsVUizNkghW7GYxN9AkANY= github.com/blinklabs-io/ouroboros-mock v0.3.3 h1:c6jN9qcLzNQSVh3zjPE61gF33UkkRRIiNqSGBkZ10cY= github.com/blinklabs-io/ouroboros-mock v0.3.3/go.mod h1:UXkR/8qA5w/WtkzffOIdXudgOndN99DEorgRwy4ynN8= github.com/cespare/xxhash/v2 v2.1.1/go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs=