From d41dbc70d0be2703999d4a748a0b41c2519e96be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Sep 2024 11:30:45 +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 a5a16c5a4..15888c6d8 100644 --- a/go.mod +++ b/go.mod @@ -10,7 +10,7 @@ require ( github.com/klauspost/pgzip v1.2.6 github.com/pelletier/go-toml/v2 v2.2.2 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 3ff3d7141..354309cac 100644 --- a/go.sum +++ b/go.sum @@ -62,8 +62,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=