Skip to content

Commit d99f255

Browse files
build(deps): bump github.com/lmittmann/tint to 1.1.0 in techdocs-rewrite-relative-links (#994)
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.7 to 1.1.0 - [Release notes](https://github.com/lmittmann/tint/releases) - [Commits](lmittmann/tint@v1.0.7...v1.1.0) --- updated-dependencies: - dependency-name: github.com/lmittmann/tint dependency-version: 1.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5e3deaf commit d99f255

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

actions/techdocs-rewrite-relative-links/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ toolchain go1.24.1
66

77
require (
88
github.com/aymanbagabas/go-udiff v0.2.0
9-
github.com/lmittmann/tint v1.0.7
9+
github.com/lmittmann/tint v1.1.0
1010
github.com/neilotoole/slogt v1.1.0
1111
github.com/spf13/afero v1.14.0
1212
github.com/stretchr/testify v1.10.0

actions/techdocs-rewrite-relative-links/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ github.com/kr/text v0.1.0 h1:45sCR5RtlFHMR4UwH9sdQ5TC8v0qDQCHnXt+kaKSTVE=
2323
github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI=
2424
github.com/leodido/go-urn v1.2.0 h1:hpXL4XnriNwQ/ABnpepYM/1vCLWNDfUNts8dX3xTG6Y=
2525
github.com/leodido/go-urn v1.2.0/go.mod h1:+8+nEpDfqqsY+g338gtMEUOtuK+4dEMhiQEgxpxOKII=
26-
github.com/lmittmann/tint v1.0.7 h1:D/0OqWZ0YOGZ6AyC+5Y2kD8PBEzBk6rFHVSfOqCkF9Y=
27-
github.com/lmittmann/tint v1.0.7/go.mod h1:HIS3gSy7qNwGCj+5oRjAutErFBl4BzdQP6cJZ0NfMwE=
26+
github.com/lmittmann/tint v1.1.0 h1:0hDmvuGv3U+Cep/jHpPxwjrCFjT6syam7iY7nTmA7ug=
27+
github.com/lmittmann/tint v1.1.0/go.mod h1:HIS3gSy7qNwGCj+5oRjAutErFBl4BzdQP6cJZ0NfMwE=
2828
github.com/mattn/go-colorable v0.1.8 h1:c1ghPdyEDarC70ftn0y+A/Ee++9zz8ljHG1b13eJ0s8=
2929
github.com/mattn/go-colorable v0.1.8/go.mod h1:u6P/XSegPjTcexA+o6vUJrdnUu04hMope9wVRipJSqc=
3030
github.com/mattn/go-isatty v0.0.12 h1:wuysRhFDzyxgEmMf5xjvJ2M9dZoWAXNNr5LSBS7uHXY=

0 commit comments

Comments
 (0)