From f4c77943b6faf105335e1d38853d0db1a5a09606 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 21:13:33 +0000 Subject: [PATCH] chore(deps): bump github.com/lestrrat-go/helium from 0.5.1 to 0.7.0 Bumps [github.com/lestrrat-go/helium](https://github.com/lestrrat-go/helium) from 0.5.1 to 0.7.0. - [Release notes](https://github.com/lestrrat-go/helium/releases) - [Commits](https://github.com/lestrrat-go/helium/compare/v0.5.1...v0.7.0) --- updated-dependencies: - dependency-name: github.com/lestrrat-go/helium dependency-version: 0.7.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 9b0b033f..5b453636 100644 --- a/go.mod +++ b/go.mod @@ -11,7 +11,7 @@ require ( github.com/gurkankaymak/hocon v1.2.23 github.com/hashicorp/go-envparse v0.1.0 github.com/hashicorp/hcl/v2 v2.23.0 - github.com/lestrrat-go/helium v0.5.1 + github.com/lestrrat-go/helium v0.7.0 github.com/magiconair/properties v1.8.10 github.com/owenrumney/go-sarif/v3 v3.3.0 github.com/pelletier/go-toml/v2 v2.4.3 diff --git a/go.sum b/go.sum index 5274f883..b44e9b62 100644 --- a/go.sum +++ b/go.sum @@ -54,8 +54,8 @@ github.com/kr/pretty v0.3.1 h1:flRD4NNwYAUpkphVc1HcthR4KEIFJ65n8Mw5qdRn3LE= github.com/kr/pretty v0.3.1/go.mod h1:hoEshYVHaxMs3cyo3Yncou5ZscifuDolrwPKZanG3xk= github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY= github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE= -github.com/lestrrat-go/helium v0.5.1 h1:A/7m+1m3FDBvOUNbuXFp0Fz3J9521RzFgABZO5otuEs= -github.com/lestrrat-go/helium v0.5.1/go.mod h1:XIonGNPK/XBzYQms1OKX5+XRiSYdSFEBdbPDStufMi8= +github.com/lestrrat-go/helium v0.7.0 h1:XTz5x5SQGerDh6c0SCCofekeS2qBP4E+tR09KsV/XPk= +github.com/lestrrat-go/helium v0.7.0/go.mod h1:XIonGNPK/XBzYQms1OKX5+XRiSYdSFEBdbPDStufMi8= github.com/lib/pq v1.10.7 h1:p7ZhMD+KsSRozJr34udlUrhboJwWAgCg34+/ZZNvZZw= github.com/lib/pq v1.10.7/go.mod h1:AlVN5x4E4T544tWzH6hKfbfQvm3HdbOxrmggDNAPY9o= github.com/magiconair/properties v1.8.10 h1:s31yESBquKXCV9a/ScB3ESkOjUYYv+X0rg8SYxI99mE=