From 9e7784dfb059f9d0fad48bb206e3431410611386 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jan 2025 07:49:07 +0000 Subject: [PATCH] build(deps): bump github.com/lmittmann/tint to 1.0.6 in techdocs-rewrite-relative-links (#666) build(deps): bump github.com/lmittmann/tint Bumps the go group in /actions/techdocs-rewrite-relative-links with 1 update: [github.com/lmittmann/tint](https://github.com/lmittmann/tint). Updates `github.com/lmittmann/tint` from 1.0.5 to 1.0.6 - [Release notes](https://github.com/lmittmann/tint/releases) - [Commits](https://github.com/lmittmann/tint/compare/v1.0.5...v1.0.6) --- updated-dependencies: - dependency-name: github.com/lmittmann/tint dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- actions/techdocs-rewrite-relative-links/go.mod | 2 +- actions/techdocs-rewrite-relative-links/go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/actions/techdocs-rewrite-relative-links/go.mod b/actions/techdocs-rewrite-relative-links/go.mod index 0fed5df1c..a76aa50fe 100644 --- a/actions/techdocs-rewrite-relative-links/go.mod +++ b/actions/techdocs-rewrite-relative-links/go.mod @@ -4,7 +4,7 @@ go 1.23.4 require ( github.com/aymanbagabas/go-udiff v0.2.0 - github.com/lmittmann/tint v1.0.5 + github.com/lmittmann/tint v1.0.6 github.com/neilotoole/slogt v1.1.0 github.com/spf13/afero v1.11.0 github.com/stretchr/testify v1.10.0 diff --git a/actions/techdocs-rewrite-relative-links/go.sum b/actions/techdocs-rewrite-relative-links/go.sum index 14c3cd9f7..de01daf79 100644 --- a/actions/techdocs-rewrite-relative-links/go.sum +++ b/actions/techdocs-rewrite-relative-links/go.sum @@ -23,8 +23,8 @@ github.com/kr/text v0.1.0 h1:45sCR5RtlFHMR4UwH9sdQ5TC8v0qDQCHnXt+kaKSTVE= github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI= github.com/leodido/go-urn v1.2.0 h1:hpXL4XnriNwQ/ABnpepYM/1vCLWNDfUNts8dX3xTG6Y= github.com/leodido/go-urn v1.2.0/go.mod h1:+8+nEpDfqqsY+g338gtMEUOtuK+4dEMhiQEgxpxOKII= -github.com/lmittmann/tint v1.0.5 h1:NQclAutOfYsqs2F1Lenue6OoWCajs5wJcP3DfWVpePw= -github.com/lmittmann/tint v1.0.5/go.mod h1:HIS3gSy7qNwGCj+5oRjAutErFBl4BzdQP6cJZ0NfMwE= +github.com/lmittmann/tint v1.0.6 h1:vkkuDAZXc0EFGNzYjWcV0h7eEX+uujH48f/ifSkJWgc= +github.com/lmittmann/tint v1.0.6/go.mod h1:HIS3gSy7qNwGCj+5oRjAutErFBl4BzdQP6cJZ0NfMwE= github.com/mattn/go-colorable v0.1.8 h1:c1ghPdyEDarC70ftn0y+A/Ee++9zz8ljHG1b13eJ0s8= github.com/mattn/go-colorable v0.1.8/go.mod h1:u6P/XSegPjTcexA+o6vUJrdnUu04hMope9wVRipJSqc= github.com/mattn/go-isatty v0.0.12 h1:wuysRhFDzyxgEmMf5xjvJ2M9dZoWAXNNr5LSBS7uHXY=