diff --git a/go.mod b/go.mod index badf70f..b04f6c9 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/StephanHCB/go-autumn-restclient go 1.17 require ( - github.com/StephanHCB/go-autumn-logging v0.2.0 + github.com/StephanHCB/go-autumn-logging v0.3.0 github.com/go-http-utils/headers v0.0.0-20181008091004-fed159eddc2a github.com/stretchr/testify v1.7.1 github.com/tidwall/tinylru v1.1.0 diff --git a/go.sum b/go.sum index 4c7beb4..dd14678 100644 --- a/go.sum +++ b/go.sum @@ -1,5 +1,5 @@ -github.com/StephanHCB/go-autumn-logging v0.2.0 h1:Hy6mlBiJn8VmkOJMkoizQ3MEPLClEHU3HGzuKsb9DWw= -github.com/StephanHCB/go-autumn-logging v0.2.0/go.mod h1:dPABYdECU3XrFib03uXbQFVLftUP5c4YaKSineiw37U= +github.com/StephanHCB/go-autumn-logging v0.3.0 h1:G0zs8xoth8i8mOeoFgG3Dvk6dIY9dPPJ7wkm6mjaPyY= +github.com/StephanHCB/go-autumn-logging v0.3.0/go.mod h1:dPABYdECU3XrFib03uXbQFVLftUP5c4YaKSineiw37U= github.com/davecgh/go-spew v1.1.0 h1:ZDRjVQ15GmhC3fiQ8ni8+OwkZQO4DARzQgrnXU1Liz8= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/go-http-utils/headers v0.0.0-20181008091004-fed159eddc2a h1:v6zMvHuY9yue4+QkG/HQ/W67wvtQmWJ4SDo9aK/GIno=