From 763d3d7996e377fa16abdd406a44fd0667bd748f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 09:10:52 +0000 Subject: [PATCH] chore(deps): bump honnef.co/go/tools from 0.7.0 to 0.8.1 Bumps [honnef.co/go/tools](https://github.com/dominikh/go-tools) from 0.7.0 to 0.8.1. - [Release notes](https://github.com/dominikh/go-tools/releases) - [Commits](https://github.com/dominikh/go-tools/compare/v0.7.0...v0.8.1) --- updated-dependencies: - dependency-name: honnef.co/go/tools dependency-version: 0.8.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- go.mod | 4 ++-- go.sum | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/go.mod b/go.mod index b1e9e74..333de23 100644 --- a/go.mod +++ b/go.mod @@ -1,11 +1,11 @@ module code.cloudfoundry.org/jsonry -go 1.25.0 +go 1.26.0 require ( github.com/onsi/ginkgo/v2 v2.32.0 github.com/onsi/gomega v1.43.0 - honnef.co/go/tools v0.7.0 + honnef.co/go/tools v0.8.1 ) require ( diff --git a/go.sum b/go.sum index e7babc6..438a280 100644 --- a/go.sum +++ b/go.sum @@ -72,5 +72,5 @@ gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+ gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA= gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= -honnef.co/go/tools v0.7.0 h1:w6WUp1VbkqPEgLz4rkBzH/CSU6HkoqNLp6GstyTx3lU= -honnef.co/go/tools v0.7.0/go.mod h1:pm29oPxeP3P82ISxZDgIYeOaf9ta6Pi0EWvCFoLG2vc= +honnef.co/go/tools v0.8.1 h1:+JKf3xJ1ni4CwrhVg4/pqsfPGP6vNAXcKbMXJodYx3w= +honnef.co/go/tools v0.8.1/go.mod h1:XA+OnlRA9EDh/ukGvXMNSZNKGwFQJ+5dER0ioUkOxks=