From 4d769eb5001e62af632a8d3ffcbd67afe335fcad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 01:02:11 +0000 Subject: [PATCH] build(deps): bump github.com/blinklabs-io/gouroboros Bumps [github.com/blinklabs-io/gouroboros](https://github.com/blinklabs-io/gouroboros) from 0.92.1 to 0.93.0. - [Release notes](https://github.com/blinklabs-io/gouroboros/releases) - [Commits](https://github.com/blinklabs-io/gouroboros/compare/v0.92.1...v0.93.0) --- updated-dependencies: - dependency-name: github.com/blinklabs-io/gouroboros dependency-type: direct:production update-type: version-update:semver-minor ... 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 86a5510..bb26db2 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/blinklabs-io/node go 1.21.5 require ( - github.com/blinklabs-io/gouroboros v0.92.1 + github.com/blinklabs-io/gouroboros v0.93.0 github.com/dgraph-io/badger/v4 v4.2.0 github.com/glebarez/sqlite v1.11.0 github.com/prometheus/client_golang v1.20.0 diff --git a/go.sum b/go.sum index 94a0ba6..1cc527c 100644 --- a/go.sum +++ b/go.sum @@ -4,8 +4,8 @@ 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/gouroboros v0.92.1 h1:Lyr6E/Kz1U1U0rsJI0gcIFeTw4YVyE6k7ao7UybgIzc= -github.com/blinklabs-io/gouroboros v0.92.1/go.mod h1:svGW4teG78s5urbaYy7StYsVUizNkghW7GYxN9AkANY= +github.com/blinklabs-io/gouroboros v0.93.0 h1:2MtckFUOUDXXOsP6ZZt0V7wJJbbeAFPlhOznSrR1+pI= +github.com/blinklabs-io/gouroboros v0.93.0/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/cenkalti/backoff/v4 v4.3.0 h1:MyRJ/UdXutAwSAT+s3wNd7MfTIcy71VQueUuFK343L8=