Skip to content

Commit 8f6ce59

Browse files
build(deps): bump golang.org/x/term to 0.32.0 in trigger-argo-workflow (#977)
build(deps): bump golang.org/x/term Bumps the go group in /actions/trigger-argo-workflow with 1 update: [golang.org/x/term](https://github.com/golang/term). Updates `golang.org/x/term` from 0.31.0 to 0.32.0 - [Commits](golang/term@v0.31.0...v0.32.0) --- updated-dependencies: - dependency-name: golang.org/x/term dependency-version: 0.32.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 2a99c0b commit 8f6ce59

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

actions/trigger-argo-workflow/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ require (
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
12-
golang.org/x/term v0.31.0
12+
golang.org/x/term v0.32.0
1313
)
1414

1515
require (
@@ -23,7 +23,7 @@ require (
2323
github.com/russross/blackfriday/v2 v2.1.0 // indirect
2424
github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 // indirect
2525
golang.org/x/exp v0.0.0-20230522175609-2e198f4a06a1 // indirect
26-
golang.org/x/sys v0.32.0 // indirect
26+
golang.org/x/sys v0.33.0 // indirect
2727
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
2828
gopkg.in/yaml.v3 v3.0.1 // indirect
2929
)

actions/trigger-argo-workflow/go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ golang.org/x/exp v0.0.0-20230522175609-2e198f4a06a1 h1:k/i9J1pBpvlfR+9QsetwPyERs
4444
golang.org/x/exp v0.0.0-20230522175609-2e198f4a06a1/go.mod h1:V1LtkGg67GoY2N1AnLN78QLrzxkLyJw7RJb1gzOOz9w=
4545
golang.org/x/sys v0.0.0-20200116001909-b77594299b42/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
4646
golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
47-
golang.org/x/sys v0.32.0 h1:s77OFDvIQeibCmezSnk/q6iAfkdiQaJi4VzroCFrN20=
48-
golang.org/x/sys v0.32.0/go.mod h1:BJP2sWEmIv4KK5OTEluFJCKSidICx8ciO85XgH3Ak8k=
49-
golang.org/x/term v0.31.0 h1:erwDkOK1Msy6offm1mOgvspSkslFnIGsFnxOKoufg3o=
50-
golang.org/x/term v0.31.0/go.mod h1:R4BeIy7D95HzImkxGkTW1UQTtP54tio2RyHz7PwK0aw=
47+
golang.org/x/sys v0.33.0 h1:q3i8TbbEz+JRD9ywIRlyRAQbM0qF7hu24q3teo2hbuw=
48+
golang.org/x/sys v0.33.0/go.mod h1:BJP2sWEmIv4KK5OTEluFJCKSidICx8ciO85XgH3Ak8k=
49+
golang.org/x/term v0.32.0 h1:DR4lr0TjUs3epypdhTOkMmuF5CDFJ/8pOnbzMZPQ7bg=
50+
golang.org/x/term v0.32.0/go.mod h1:uZG1FhGx848Sqfsq4/DlJr3xGGsYMu/L5GW4abiaEPQ=
5151
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 h1:go1bK/D/BFZV2I8cIQd1NKEZ+0owSTG1fDTci4IqFcE=
5252
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
5353
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM=

0 commit comments

Comments
 (0)