From e7d2ce17a3755101f1cb375ca85c07e0b0fc28a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 04:32:40 +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 ecd12ab..e8b49ab 100644 --- a/go.mod +++ b/go.mod @@ -4,7 +4,7 @@ go 1.21 require ( github.com/Masterminds/sprig/v3 v3.2.3 - github.com/blinklabs-io/gouroboros v0.92.1 + github.com/blinklabs-io/gouroboros v0.93.0 github.com/creack/pty v1.1.23 github.com/docker/docker v27.1.2+incompatible github.com/docker/go-connections v0.5.0 diff --git a/go.sum b/go.sum index ec89af5..e8d70bd 100644 --- a/go.sum +++ b/go.sum @@ -10,8 +10,8 @@ github.com/Masterminds/sprig/v3 v3.2.3 h1:eL2fZNezLomi0uOLqjQoN6BfsDD+fyLtgbJMAj github.com/Masterminds/sprig/v3 v3.2.3/go.mod h1:rXcFaZ2zZbLRJv/xSysmlgIM1u11eBaRMhvYXJNkGuM= github.com/Microsoft/go-winio v0.4.14 h1:+hMXMk01us9KgxGb7ftKQt2Xpf5hH/yky+TDA+qxleU= github.com/Microsoft/go-winio v0.4.14/go.mod h1:qXqCSQ3Xa7+6tgxaGTIe4Kpcdsi+P8jBhyzoq1bpyYA= -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.2.1 h1:y4OZtCnogmCPw98Zjyt5a6+QwPLGkiQsYW5oUqylYbM=