From a87688679152e6515e45cc81a77c7455829b2f39 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jan 2024 20:44:10 +0000 Subject: [PATCH] build(deps): bump github.com/LeKovr/go-kit/config from 0.2.1 to 0.2.2 Bumps [github.com/LeKovr/go-kit/config](https://github.com/LeKovr/go-kit) from 0.2.1 to 0.2.2. - [Release notes](https://github.com/LeKovr/go-kit/releases) - [Commits](https://github.com/LeKovr/go-kit/compare/config/v0.2.1...v0.2.2) --- updated-dependencies: - dependency-name: github.com/LeKovr/go-kit/config 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 20ab24a..ba61f0a 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/LeKovr/showonce go 1.21.3 require ( - github.com/LeKovr/go-kit/config v0.2.1 + github.com/LeKovr/go-kit/config v0.2.2 github.com/LeKovr/go-kit/server v0.12.24 github.com/LeKovr/go-kit/slogger v0.12.24 github.com/LeKovr/go-kit/ver v0.10.0 diff --git a/go.sum b/go.sum index 6b4abff..24e0785 100644 --- a/go.sum +++ b/go.sum @@ -1,5 +1,5 @@ -github.com/LeKovr/go-kit/config v0.2.1 h1:19r3yJj1fEXAL6MH8A6IADjjEFadS0iHEHLxGRGpNmU= -github.com/LeKovr/go-kit/config v0.2.1/go.mod h1:Yl1aabOlS0D6WoDMczi92cOSRoK4wjqPArX4EfM1dls= +github.com/LeKovr/go-kit/config v0.2.2 h1:qKd3eYjzvGVhp1G7BmnrEVLD8WRlPwamkkZFk9Hnwbs= +github.com/LeKovr/go-kit/config v0.2.2/go.mod h1:/pwowGPoobH1dIf1j42II1DsVPaYWBBfLR2UZ4NnFDM= github.com/LeKovr/go-kit/server v0.12.24 h1:OKubegRrVqSPIKOnkzQnCEizGp/JRjMTXwGfv9onLvE= github.com/LeKovr/go-kit/server v0.12.24/go.mod h1:QWCjQKcMrOhkhF2Zlna5/J7185hlYHr+R7sqsTlfLzg= github.com/LeKovr/go-kit/slogger v0.12.24 h1:sAQ85bT7dVF2fQV8mQY0jHbPau5Vi49sxoQlZ6c24zY=