From 9c9d5573ddcdae8f7f95c0769a25ab334a3877f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Sep 2024 23:52:09 +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.8.1 to 0.9.0. - [Release notes](https://github.com/StephanHCB/go-autumn-restclient/releases) - [Commits](https://github.com/StephanHCB/go-autumn-restclient/compare/v0.8.1...v0.9.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 7054a2f..4ec5ecd 100644 --- a/go.mod +++ b/go.mod @@ -5,7 +5,7 @@ go 1.18 require ( github.com/StephanHCB/go-autumn-logging v0.4.0 github.com/StephanHCB/go-autumn-logging-zerolog v0.6.0 - github.com/StephanHCB/go-autumn-restclient v0.8.1 + github.com/StephanHCB/go-autumn-restclient v0.9.0 github.com/StephanHCB/go-autumn-restclient-circuitbreaker v0.5.0 github.com/go-chi/chi/v5 v5.1.0 github.com/go-http-utils/headers v0.0.0-20181008091004-fed159eddc2a diff --git a/go.sum b/go.sum index 2856548..0ab5d7d 100644 --- a/go.sum +++ b/go.sum @@ -2,8 +2,8 @@ github.com/StephanHCB/go-autumn-logging v0.4.0 h1:/EC41JJBi1Ao8eFmx4jReokJsbKsRo github.com/StephanHCB/go-autumn-logging v0.4.0/go.mod h1:dPABYdECU3XrFib03uXbQFVLftUP5c4YaKSineiw37U= github.com/StephanHCB/go-autumn-logging-zerolog v0.6.0 h1:ljwPUnCVB/qIjeqPWb5+OICC272C1GLshYF5Jdj6A5g= github.com/StephanHCB/go-autumn-logging-zerolog v0.6.0/go.mod h1:xPAxw6G2RRf34E7xVz0K8jfRknDrxz4wABNC1R+yqAA= -github.com/StephanHCB/go-autumn-restclient v0.8.1 h1:0ZD3pJ5pWZ96x3dCcstmbyum4xt/kDDDA9ne48B8NNI= -github.com/StephanHCB/go-autumn-restclient v0.8.1/go.mod h1:etWCMr0i0iAl1RVBgwLczoFt2rhWrUMySalot0i6vT8= +github.com/StephanHCB/go-autumn-restclient v0.9.0 h1:GJ8nlEicuwsvZS0Qk82+oJCTPmrzJKnA6dnvIIDknt4= +github.com/StephanHCB/go-autumn-restclient v0.9.0/go.mod h1:etWCMr0i0iAl1RVBgwLczoFt2rhWrUMySalot0i6vT8= github.com/StephanHCB/go-autumn-restclient-circuitbreaker v0.5.0 h1:enGcKHKDa1CcDPENyZB5Z7lIW04JCn+4g6IElfF8Sig= github.com/StephanHCB/go-autumn-restclient-circuitbreaker v0.5.0/go.mod h1:Sb2Fau+PCZ+D2ESFuvjXdWX488ptjGjj1SbaxpRb0r4= github.com/coreos/go-systemd/v22 v22.5.0/go.mod h1:Y58oyj3AT4RCenI/lSvhwexgC+NSVTIJ3seZv2GcEnc=