From 6bd0a7ee6f7fb4bbc58baaba6455c0d1b7825e87 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 13:59:09 +0000 Subject: [PATCH] build(deps): bump github.com/xo/dburl from 0.20.1 to 0.20.2 Bumps [github.com/xo/dburl](https://github.com/xo/dburl) from 0.20.1 to 0.20.2. - [Release notes](https://github.com/xo/dburl/releases) - [Commits](https://github.com/xo/dburl/compare/v0.20.1...v0.20.2) --- updated-dependencies: - dependency-name: github.com/xo/dburl dependency-type: direct:production update-type: version-update:semver-patch ... 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 6d79714..c6f1378 100644 --- a/go.mod +++ b/go.mod @@ -9,7 +9,7 @@ require ( github.com/sensu/core/v2 v2.20.0 github.com/sensu/sensu-plugin-sdk v0.18.0 github.com/stretchr/testify v1.8.4 - github.com/xo/dburl v0.20.1 + github.com/xo/dburl v0.20.2 ) require ( diff --git a/go.sum b/go.sum index 8b9aa85..3056814 100644 --- a/go.sum +++ b/go.sum @@ -97,8 +97,8 @@ github.com/stretchr/testify v1.8.4 h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcU github.com/stretchr/testify v1.8.4/go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXlSw2iwfAo= github.com/subosito/gotenv v1.6.0 h1:9NlTDc1FTs4qu0DDq7AEtTPNw6SVm7uBMsUCUjABIf8= github.com/subosito/gotenv v1.6.0/go.mod h1:Dk4QP5c2W3ibzajGcXpNraDfq2IrhjMIvMSWPKKo0FU= -github.com/xo/dburl v0.20.1 h1:YEhpSpMmIDvzH0ACoFJ5mVYBQ7701TRx9rsknyal1Nk= -github.com/xo/dburl v0.20.1/go.mod h1:B7/G9FGungw6ighV8xJNwWYQPMfn3gsi2sn5SE8Bzco= +github.com/xo/dburl v0.20.2 h1:59zqIzahtfQ/X9E6fyp1ziHwjYEFy65opjpyQPmZC7w= +github.com/xo/dburl v0.20.2/go.mod h1:B7/G9FGungw6ighV8xJNwWYQPMfn3gsi2sn5SE8Bzco= github.com/yuin/goldmark v1.1.27/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74= github.com/yuin/goldmark v1.2.1/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74= go.etcd.io/etcd/api/v3 v3.5.11 h1:B54KwXbWDHyD3XYAwprxNzTe7vlhR69LuBgZnMVvS7E=