From ce7a05f2e6eb744a4fa1f0627494e100bfe50ef3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 May 2026 14:24:49 +0000 Subject: [PATCH] Bump github.com/csmith/slogflags from 1.1.0 to 1.2.0 Bumps [github.com/csmith/slogflags](https://github.com/csmith/slogflags) from 1.1.0 to 1.2.0. - [Release notes](https://github.com/csmith/slogflags/releases) - [Changelog](https://github.com/csmith/slogflags/blob/master/CHANGELOG.md) - [Commits](https://github.com/csmith/slogflags/compare/v1.1.0...v1.2.0) --- updated-dependencies: - dependency-name: github.com/csmith/slogflags dependency-version: 1.2.0 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 bec0396..24c1a1f 100644 --- a/go.mod +++ b/go.mod @@ -4,7 +4,7 @@ go 1.26.1 require ( github.com/csmith/envflag/v2 v2.0.0 - github.com/csmith/slogflags v1.1.0 + github.com/csmith/slogflags v1.2.0 ) require github.com/csmith/middleware v1.1.0 diff --git a/go.sum b/go.sum index ca0e7b0..52645a2 100644 --- a/go.sum +++ b/go.sum @@ -2,8 +2,8 @@ github.com/csmith/envflag/v2 v2.0.0 h1:jho28W/psEqJ02EdbUHmkmFpbc5HFhog6NzHRbgtI github.com/csmith/envflag/v2 v2.0.0/go.mod h1:GNzzXvZ2bC3z6tdoO45mTrs7l4Uht2WfBKaF1KQu0Pk= github.com/csmith/middleware v1.1.0 h1:DWv/ACODB5uROYdNcXGpAqIQ53QclHFMNdPIwNWnwhM= github.com/csmith/middleware v1.1.0/go.mod h1:V/uo4NI+SvFNMglt/e8Ho5BNPNRw/D95Cu7fkEMLyR8= -github.com/csmith/slogflags v1.1.0 h1:HHRIjCq8Oorh0IycjHbqBYECQ778Ay1OYNr+c/WQf8g= -github.com/csmith/slogflags v1.1.0/go.mod h1:M8Q+BmnQItanz/rs2tO5J6bgt4lZZQJiu2EWTO2aEzA= +github.com/csmith/slogflags v1.2.0 h1:NhDhmnZGI2qab9acWsXvaRin/YsQJB+JtyANKvIxEzw= +github.com/csmith/slogflags v1.2.0/go.mod h1:bauVbR8CshU26FTB8K7XYqnkIV6iUKOxkNP76IdZkqk= 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/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=