From 0a32e54149bf391e57ab5a4791d6c52be798d8d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jul 2024 19:25:53 +0000 Subject: [PATCH] build(deps): bump mvdan.cc/gofumpt from 0.5.0 to 0.6.0 in /tools Bumps [mvdan.cc/gofumpt](https://github.com/mvdan/gofumpt) from 0.5.0 to 0.6.0. - [Release notes](https://github.com/mvdan/gofumpt/releases) - [Changelog](https://github.com/mvdan/gofumpt/blob/master/CHANGELOG.md) - [Commits](https://github.com/mvdan/gofumpt/compare/v0.5.0...v0.6.0) --- updated-dependencies: - dependency-name: mvdan.cc/gofumpt dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- tools/go.mod | 4 ++-- tools/go.sum | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tools/go.mod b/tools/go.mod index 77cfbc6c..6d91e129 100644 --- a/tools/go.mod +++ b/tools/go.mod @@ -1,7 +1,7 @@ module tools go 1.21 -toolchain go1.22.4 +toolchain go1.22.5 require ( github.com/deepmap/oapi-codegen/v2 v2.1.0 @@ -12,7 +12,7 @@ require ( gotest.tools/gotestsum v1.11.0 k8s.io/code-generator v0.29.2 knative.dev/pkg v0.0.0-20240222182851-7594067e0eac - mvdan.cc/gofumpt v0.5.0 + mvdan.cc/gofumpt v0.6.0 ) require ( diff --git a/tools/go.sum b/tools/go.sum index 47b2def0..a4de27c1 100644 --- a/tools/go.sum +++ b/tools/go.sum @@ -1758,8 +1758,8 @@ knative.dev/pkg v0.0.0-20240222182851-7594067e0eac h1:YCcILEB2e7ve99eEYyIiF6wYwQ knative.dev/pkg v0.0.0-20240222182851-7594067e0eac/go.mod h1:ShEiTxuj4Dxg5pz7A0eNRdiyurQHImirTUP9trki6Xo= lukechampine.com/blake3 v1.2.1 h1:YuqqRuaqsGV71BV/nm9xlI0MKUv4QC54jQnBChWbGnI= lukechampine.com/blake3 v1.2.1/go.mod h1:0OFRp7fBtAylGVCO40o87sbupkyIGgbpv1+M1k1LM6k= -mvdan.cc/gofumpt v0.5.0 h1:0EQ+Z56k8tXjj/6TQD25BFNKQXpCvT0rnansIc7Ug5E= -mvdan.cc/gofumpt v0.5.0/go.mod h1:HBeVDtMKRZpXyxFciAirzdKklDlGu8aAy1wEbH5Y9js= +mvdan.cc/gofumpt v0.6.0 h1:G3QvahNDmpD+Aek/bNOLrFR2XC6ZAdo62dZu65gmwGo= +mvdan.cc/gofumpt v0.6.0/go.mod h1:4L0wf+kgIPZtcCWXynNS2e6bhmj73umwnuXSZarixzA= mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed h1:WX1yoOaKQfddO/mLzdV4wptyWgoH/6hwLs7QHTixo0I= mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed/go.mod h1:Xkxe497xwlCKkIaQYRfC7CSLworTXY9RMqwhhCm+8Nc= mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b h1:DxJ5nJdkhDlLok9K6qO+5290kphDJbHOQO1DFFFTeBo=