Skip to content

Commit 0e7ecbf

Browse files
build(deps): bump github.com/lmittmann/tint to 1.1.0 in /trigger-argo-workflow (#995)
build(deps): bump github.com/lmittmann/tint Bumps the go group in /actions/trigger-argo-workflow 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 5f70bbf commit 0e7ecbf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

actions/trigger-argo-workflow/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.23.1
55
require (
66
github.com/cenkalti/backoff/v4 v4.3.0
77
github.com/kelseyhightower/envconfig v1.4.0
8-
github.com/lmittmann/tint v1.0.7
8+
github.com/lmittmann/tint v1.1.0
99
github.com/stretchr/testify v1.10.0
1010
github.com/urfave/cli/v2 v2.27.6
1111
github.com/willabides/actionslog v0.5.1

actions/trigger-argo-workflow/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ github.com/kelseyhightower/envconfig v1.4.0 h1:Im6hONhd3pLkfDFsbRgu68RDNkGF1r3dv
2020
github.com/kelseyhightower/envconfig v1.4.0/go.mod h1:cccZRl6mQpaq41TPp5QxidR+Sa3axMbJDNb//FQX6Gg=
2121
github.com/leodido/go-urn v1.2.0 h1:hpXL4XnriNwQ/ABnpepYM/1vCLWNDfUNts8dX3xTG6Y=
2222
github.com/leodido/go-urn v1.2.0/go.mod h1:+8+nEpDfqqsY+g338gtMEUOtuK+4dEMhiQEgxpxOKII=
23-
github.com/lmittmann/tint v1.0.7 h1:D/0OqWZ0YOGZ6AyC+5Y2kD8PBEzBk6rFHVSfOqCkF9Y=
24-
github.com/lmittmann/tint v1.0.7/go.mod h1:HIS3gSy7qNwGCj+5oRjAutErFBl4BzdQP6cJZ0NfMwE=
23+
github.com/lmittmann/tint v1.1.0 h1:0hDmvuGv3U+Cep/jHpPxwjrCFjT6syam7iY7nTmA7ug=
24+
github.com/lmittmann/tint v1.1.0/go.mod h1:HIS3gSy7qNwGCj+5oRjAutErFBl4BzdQP6cJZ0NfMwE=
2525
github.com/mattn/go-colorable v0.1.8 h1:c1ghPdyEDarC70ftn0y+A/Ee++9zz8ljHG1b13eJ0s8=
2626
github.com/mattn/go-colorable v0.1.8/go.mod h1:u6P/XSegPjTcexA+o6vUJrdnUu04hMope9wVRipJSqc=
2727
github.com/mattn/go-isatty v0.0.12 h1:wuysRhFDzyxgEmMf5xjvJ2M9dZoWAXNNr5LSBS7uHXY=

0 commit comments

Comments
 (0)