From f7d0dd1dc705c53b087eb3956445e20681f3d645 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jul 2023 15:18:46 +0000 Subject: [PATCH] chore(deps): bump github.com/StephanHCB/go-autumn-restclient Bumps [github.com/StephanHCB/go-autumn-restclient](https://github.com/StephanHCB/go-autumn-restclient) from 0.5.0 to 0.6.0. - [Release notes](https://github.com/StephanHCB/go-autumn-restclient/releases) - [Commits](https://github.com/StephanHCB/go-autumn-restclient/compare/v0.5.0...v0.6.0) --- updated-dependencies: - dependency-name: github.com/StephanHCB/go-autumn-restclient 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 f5dddb7..7d4326d 100644 --- a/go.mod +++ b/go.mod @@ -5,7 +5,7 @@ go 1.18 require ( github.com/StephanHCB/go-autumn-logging v0.3.0 github.com/StephanHCB/go-autumn-logging-zerolog v0.5.0 - github.com/StephanHCB/go-autumn-restclient v0.5.0 + github.com/StephanHCB/go-autumn-restclient v0.6.0 github.com/StephanHCB/go-autumn-restclient-circuitbreaker v0.4.1 github.com/go-chi/chi/v5 v5.0.10 github.com/go-http-utils/headers v0.0.0-20181008091004-fed159eddc2a diff --git a/go.sum b/go.sum index c62b54a..d75d133 100644 --- a/go.sum +++ b/go.sum @@ -2,8 +2,8 @@ github.com/StephanHCB/go-autumn-logging v0.3.0 h1:G0zs8xoth8i8mOeoFgG3Dvk6dIY9dP github.com/StephanHCB/go-autumn-logging v0.3.0/go.mod h1:dPABYdECU3XrFib03uXbQFVLftUP5c4YaKSineiw37U= github.com/StephanHCB/go-autumn-logging-zerolog v0.5.0 h1:UnSgOuwwZH6vJigW6aBtUgXWd14jvMJ0hmFlD9GHIMo= github.com/StephanHCB/go-autumn-logging-zerolog v0.5.0/go.mod h1:Hspu94dHAKtgjMAkqtjMDZJnVv0VjVjyq6uKHI0Q4R8= -github.com/StephanHCB/go-autumn-restclient v0.5.0 h1:UadP+Tj8NShkaVPZWEVarYIyUeSYalZvEVi0znd9Dqo= -github.com/StephanHCB/go-autumn-restclient v0.5.0/go.mod h1:cvpDXD4WxJuhJxJ0HIMep+teDYdRw4wakln0bFxVK0c= +github.com/StephanHCB/go-autumn-restclient v0.6.0 h1:BksCgAPtomcjJmqyHl34lp+IhGBSsjUD8bg488P2uqQ= +github.com/StephanHCB/go-autumn-restclient v0.6.0/go.mod h1:l/344vDP3a7YoVNCZgGnWCYtUBwRko+/NzFWtTqtN9U= github.com/StephanHCB/go-autumn-restclient-circuitbreaker v0.4.1 h1:aRs7bVnENGiKsWyvz6d5jAb2LuRkM1AUIzMoOgjzRLs= github.com/StephanHCB/go-autumn-restclient-circuitbreaker v0.4.1/go.mod h1:ICUphrYTDMZ3HYZ8mEuFe0dZB163LBsmo1HtXaN10As= github.com/coreos/go-systemd/v22 v22.5.0/go.mod h1:Y58oyj3AT4RCenI/lSvhwexgC+NSVTIJ3seZv2GcEnc=