From 3ed1800e484039de82e99f8ba1bc3c0cd61fe03f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Aug 2024 05:09:43 +0000 Subject: [PATCH] Chore(deps): Bump github.com/qdm12/gosettings from 0.4.2 to 0.4.3 Bumps [github.com/qdm12/gosettings](https://github.com/qdm12/gosettings) from 0.4.2 to 0.4.3. - [Release notes](https://github.com/qdm12/gosettings/releases) - [Commits](https://github.com/qdm12/gosettings/compare/v0.4.2...v0.4.3) --- updated-dependencies: - dependency-name: github.com/qdm12/gosettings 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 73b059a28..3be30b329 100644 --- a/go.mod +++ b/go.mod @@ -9,7 +9,7 @@ require ( github.com/klauspost/compress v1.17.9 github.com/klauspost/pgzip v1.2.6 github.com/qdm12/dns/v2 v2.0.0-rc6 - github.com/qdm12/gosettings v0.4.2 + github.com/qdm12/gosettings v0.4.3 github.com/qdm12/goshutdown v0.3.0 github.com/qdm12/gosplash v0.2.0 github.com/qdm12/gotree v0.2.0 diff --git a/go.sum b/go.sum index acbfc6aeb..ab03b50ba 100644 --- a/go.sum +++ b/go.sum @@ -59,8 +59,8 @@ github.com/prometheus/procfs v0.10.1 h1:kYK1Va/YMlutzCGazswoHKo//tZVlFpKYh+Pymzi github.com/prometheus/procfs v0.10.1/go.mod h1:nwNm2aOCAYw8uTR/9bWRREkZFxAUcWzPHWJq+XBB/FM= github.com/qdm12/dns/v2 v2.0.0-rc6 h1:h5KpuqZ3IMoSbz2a0OkHzIVc9/jk2vuIm9RoKJuaI78= github.com/qdm12/dns/v2 v2.0.0-rc6/go.mod h1:Oh34IJIG55BgHoACOf+cgZCgDiFuiJZ6r6gQW58FN+k= -github.com/qdm12/gosettings v0.4.2 h1:Gb39NScPr7OQV+oy0o1OD7A121udITDJuUGa7ljDF58= -github.com/qdm12/gosettings v0.4.2/go.mod h1:CPrt2YC4UsURTrslmhxocVhMCW03lIrqdH2hzIf5prg= +github.com/qdm12/gosettings v0.4.3 h1:oGAjiKVtml9oHVlPQo6H3yk6TmtWpVYicNeGFcM7AP8= +github.com/qdm12/gosettings v0.4.3/go.mod h1:CPrt2YC4UsURTrslmhxocVhMCW03lIrqdH2hzIf5prg= github.com/qdm12/goshutdown v0.3.0 h1:pqBpJkdwlZlfTEx4QHtS8u8CXx6pG0fVo6S1N0MpSEM= github.com/qdm12/goshutdown v0.3.0/go.mod h1:EqZ46No00kCTZ5qzdd3qIzY6ayhMt24QI8Mh8LVQYmM= github.com/qdm12/gosplash v0.2.0 h1:DOxCEizbW6ZG+FgpH2oK1atT6bM8MHL9GZ2ywSS4zZY=