diff --git a/go.mod b/go.mod index deafe1a..00557af 100644 --- a/go.mod +++ b/go.mod @@ -7,7 +7,7 @@ require ( github.com/StephanHCB/go-autumn-config-api v0.2.2 github.com/StephanHCB/go-autumn-config-env v0.2.3 github.com/StephanHCB/go-autumn-logging v0.4.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/StephanHCB/go-autumn-restclient-circuitbreaker-prometheus v0.2.0 github.com/StephanHCB/go-autumn-restclient-prometheus v0.2.0 diff --git a/go.sum b/go.sum index b679e92..e09529a 100644 --- a/go.sum +++ b/go.sum @@ -6,8 +6,8 @@ github.com/StephanHCB/go-autumn-config-env v0.2.3 h1:l77gLvehRWhL3bPVi/BLTMW3IWC github.com/StephanHCB/go-autumn-config-env v0.2.3/go.mod h1:9nl3yrIafNBNFXaiO42gCQAXyzxVc7HIHZi1wknAITY= github.com/StephanHCB/go-autumn-logging v0.4.0 h1:/EC41JJBi1Ao8eFmx4jReokJsbKsRoMoGTaCJZ/Nins= github.com/StephanHCB/go-autumn-logging v0.4.0/go.mod h1:dPABYdECU3XrFib03uXbQFVLftUP5c4YaKSineiw37U= -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/StephanHCB/go-autumn-restclient-circuitbreaker-prometheus v0.2.0 h1:aqCGJ+zlwTby7Qjt0hX2Q+SOlfj6KSFNOqoZNh8rw6M=