Skip to content

Commit af0b589

Browse files
chore(deps): update module golang.org/x/term to v0.33.0 (#1128)
Co-authored-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
1 parent 475e8e7 commit af0b589

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ require (
1515
github.com/willabides/actionslog v0.5.1
1616
github.com/yuin/goldmark v1.7.12
1717
go.yaml.in/yaml/v3 v3.0.4
18-
golang.org/x/term v0.32.0
18+
golang.org/x/term v0.33.0
1919
)
2020

2121
require (
@@ -27,7 +27,7 @@ require (
2727
github.com/mattn/go-isatty v0.0.12 // indirect
2828
github.com/pmezard/go-difflib v1.0.0 // indirect
2929
golang.org/x/exp v0.0.0-20230522175609-2e198f4a06a1 // indirect
30-
golang.org/x/sys v0.33.0 // indirect
30+
golang.org/x/sys v0.34.0 // indirect
3131
golang.org/x/text v0.23.0 // indirect
3232
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
3333
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,12 @@ golang.org/x/sys v0.0.0-20200116001909-b77594299b42/go.mod h1:h1NjWce9XRLGQEsW7w
5757
golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
5858
golang.org/x/sys v0.33.0 h1:q3i8TbbEz+JRD9ywIRlyRAQbM0qF7hu24q3teo2hbuw=
5959
golang.org/x/sys v0.33.0/go.mod h1:BJP2sWEmIv4KK5OTEluFJCKSidICx8ciO85XgH3Ak8k=
60+
golang.org/x/sys v0.34.0 h1:H5Y5sJ2L2JRdyv7ROF1he/lPdvFsd0mJHFw2ThKHxLA=
61+
golang.org/x/sys v0.34.0/go.mod h1:BJP2sWEmIv4KK5OTEluFJCKSidICx8ciO85XgH3Ak8k=
6062
golang.org/x/term v0.32.0 h1:DR4lr0TjUs3epypdhTOkMmuF5CDFJ/8pOnbzMZPQ7bg=
6163
golang.org/x/term v0.32.0/go.mod h1:uZG1FhGx848Sqfsq4/DlJr3xGGsYMu/L5GW4abiaEPQ=
64+
golang.org/x/term v0.33.0 h1:NuFncQrRcaRvVmgRkvM3j/F00gWIAlcmlB8ACEKmGIg=
65+
golang.org/x/term v0.33.0/go.mod h1:s18+ql9tYWp1IfpV9DmCtQDDSRBUjKaw9M1eAv5UeF0=
6266
golang.org/x/text v0.23.0 h1:D71I7dUrlY+VX0gQShAThNGHFxZ13dGLBHQLVl1mJlY=
6367
golang.org/x/text v0.23.0/go.mod h1:/BLNzu4aZCJ1+kcD0DNRotWKage4q2rGVAg4o22unh4=
6468
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 h1:H2TDz8ibqkAF6YGhCdN3jS9O0/s90v0rJh3X/OLHEUk=

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.7
1111
github.com/willabides/actionslog v0.5.1
12-
golang.org/x/term v0.32.0
12+
golang.org/x/term v0.33.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.33.0 // indirect
26+
golang.org/x/sys v0.34.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 & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,12 @@ golang.org/x/sys v0.0.0-20200116001909-b77594299b42/go.mod h1:h1NjWce9XRLGQEsW7w
4646
golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
4747
golang.org/x/sys v0.33.0 h1:q3i8TbbEz+JRD9ywIRlyRAQbM0qF7hu24q3teo2hbuw=
4848
golang.org/x/sys v0.33.0/go.mod h1:BJP2sWEmIv4KK5OTEluFJCKSidICx8ciO85XgH3Ak8k=
49+
golang.org/x/sys v0.34.0 h1:H5Y5sJ2L2JRdyv7ROF1he/lPdvFsd0mJHFw2ThKHxLA=
50+
golang.org/x/sys v0.34.0/go.mod h1:BJP2sWEmIv4KK5OTEluFJCKSidICx8ciO85XgH3Ak8k=
4951
golang.org/x/term v0.32.0 h1:DR4lr0TjUs3epypdhTOkMmuF5CDFJ/8pOnbzMZPQ7bg=
5052
golang.org/x/term v0.32.0/go.mod h1:uZG1FhGx848Sqfsq4/DlJr3xGGsYMu/L5GW4abiaEPQ=
53+
golang.org/x/term v0.33.0 h1:NuFncQrRcaRvVmgRkvM3j/F00gWIAlcmlB8ACEKmGIg=
54+
golang.org/x/term v0.33.0/go.mod h1:s18+ql9tYWp1IfpV9DmCtQDDSRBUjKaw9M1eAv5UeF0=
5155
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 h1:go1bK/D/BFZV2I8cIQd1NKEZ+0owSTG1fDTci4IqFcE=
5256
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
5357
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM=

0 commit comments

Comments
 (0)