File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
actions/trigger-argo-workflow Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ go 1.23.1
55require (
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
Original file line number Diff line number Diff line change @@ -20,8 +20,8 @@ github.com/kelseyhightower/envconfig v1.4.0 h1:Im6hONhd3pLkfDFsbRgu68RDNkGF1r3dv
2020github.com/kelseyhightower/envconfig v1.4.0 /go.mod h1:cccZRl6mQpaq41TPp5QxidR+Sa3axMbJDNb//FQX6Gg =
2121github.com/leodido/go-urn v1.2.0 h1:hpXL4XnriNwQ/ABnpepYM/1vCLWNDfUNts8dX3xTG6Y =
2222github.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 =
2525github.com/mattn/go-colorable v0.1.8 h1:c1ghPdyEDarC70ftn0y+A/Ee++9zz8ljHG1b13eJ0s8 =
2626github.com/mattn/go-colorable v0.1.8 /go.mod h1:u6P/XSegPjTcexA+o6vUJrdnUu04hMope9wVRipJSqc =
2727github.com/mattn/go-isatty v0.0.12 h1:wuysRhFDzyxgEmMf5xjvJ2M9dZoWAXNNr5LSBS7uHXY =
You can’t perform that action at this time.
0 commit comments