From 044aabbc90ac6c44553cbc131ede355ea523f519 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 06:50:35 +0000 Subject: [PATCH] Chore(deps): bump github.com/dofusdude/dodugo from 0.8.2 to 0.9.0 Bumps [github.com/dofusdude/dodugo](https://github.com/dofusdude/dodugo) from 0.8.2 to 0.9.0. - [Release notes](https://github.com/dofusdude/dodugo/releases) - [Commits](https://github.com/dofusdude/dodugo/compare/v0.8.2...v0.9.0) --- updated-dependencies: - dependency-name: github.com/dofusdude/dodugo 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 1e0367a..ea8bb93 100644 --- a/go.mod +++ b/go.mod @@ -4,7 +4,7 @@ go 1.19 require ( github.com/JohannesKaufmann/html-to-markdown v1.5.0 - github.com/dofusdude/dodugo v0.8.2 + github.com/dofusdude/dodugo v0.9.0 github.com/go-chi/chi/v5 v5.0.12 github.com/google/uuid v1.6.0 github.com/jackc/pgx/v5 v5.5.5 diff --git a/go.sum b/go.sum index 8e095ea..1c21089 100644 --- a/go.sum +++ b/go.sum @@ -18,8 +18,8 @@ github.com/cespare/xxhash/v2 v2.2.0/go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XL github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c= github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= -github.com/dofusdude/dodugo v0.8.2 h1:Z+/+/CV45TNpil+2O1XncXjjWUJoisE3VkAvnZKhwok= -github.com/dofusdude/dodugo v0.8.2/go.mod h1:X6ZW5fkDk3tjH6BcDlBLJbDEDB9kg8VZlXFJryBHKRY= +github.com/dofusdude/dodugo v0.9.0 h1:EOd1Ku7fh2Bek2kqmwDuK67w45Y8P0xquyFbPfsGDJc= +github.com/dofusdude/dodugo v0.9.0/go.mod h1:R+nh3EYYyPsMWUJN3nIvIckl2HzaBjetEOIRXfpVQT4= github.com/go-chi/chi/v5 v5.0.12 h1:9euLV5sTrTNTRUU9POmDUvfxyj6LAABLUcEWO+JJb4s= github.com/go-chi/chi/v5 v5.0.12/go.mod h1:DslCQbL2OYiznFReuXYUmQ2hGd1aDpCnlMNITLSKoi8= github.com/google/go-cmp v0.6.0 h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI=