Skip to content

Commit 2a99c0b

Browse files
build(deps): bump golang.org/x/term to 0.32.0 in techdocs-rewrite-relative-links (#976)
build(deps): bump golang.org/x/term Bumps the go group in /actions/techdocs-rewrite-relative-links 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 49eed09 commit 2a99c0b

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ require (
1414
github.com/urfave/cli/v2 v2.27.6
1515
github.com/willabides/actionslog v0.5.1
1616
github.com/yuin/goldmark v1.7.11
17-
golang.org/x/term v0.31.0
17+
golang.org/x/term v0.32.0
1818
gopkg.in/yaml.v3 v3.0.1
1919
)
2020

@@ -30,7 +30,7 @@ require (
3030
github.com/russross/blackfriday/v2 v2.1.0 // indirect
3131
github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 // indirect
3232
golang.org/x/exp v0.0.0-20230522175609-2e198f4a06a1 // indirect
33-
golang.org/x/sys v0.32.0 // indirect
33+
golang.org/x/sys v0.33.0 // indirect
3434
golang.org/x/text v0.23.0 // indirect
3535
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
3636
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,10 @@ golang.org/x/exp v0.0.0-20230522175609-2e198f4a06a1 h1:k/i9J1pBpvlfR+9QsetwPyERs
5959
golang.org/x/exp v0.0.0-20230522175609-2e198f4a06a1/go.mod h1:V1LtkGg67GoY2N1AnLN78QLrzxkLyJw7RJb1gzOOz9w=
6060
golang.org/x/sys v0.0.0-20200116001909-b77594299b42/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
6161
golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
62-
golang.org/x/sys v0.32.0 h1:s77OFDvIQeibCmezSnk/q6iAfkdiQaJi4VzroCFrN20=
63-
golang.org/x/sys v0.32.0/go.mod h1:BJP2sWEmIv4KK5OTEluFJCKSidICx8ciO85XgH3Ak8k=
64-
golang.org/x/term v0.31.0 h1:erwDkOK1Msy6offm1mOgvspSkslFnIGsFnxOKoufg3o=
65-
golang.org/x/term v0.31.0/go.mod h1:R4BeIy7D95HzImkxGkTW1UQTtP54tio2RyHz7PwK0aw=
62+
golang.org/x/sys v0.33.0 h1:q3i8TbbEz+JRD9ywIRlyRAQbM0qF7hu24q3teo2hbuw=
63+
golang.org/x/sys v0.33.0/go.mod h1:BJP2sWEmIv4KK5OTEluFJCKSidICx8ciO85XgH3Ak8k=
64+
golang.org/x/term v0.32.0 h1:DR4lr0TjUs3epypdhTOkMmuF5CDFJ/8pOnbzMZPQ7bg=
65+
golang.org/x/term v0.32.0/go.mod h1:uZG1FhGx848Sqfsq4/DlJr3xGGsYMu/L5GW4abiaEPQ=
6666
golang.org/x/text v0.23.0 h1:D71I7dUrlY+VX0gQShAThNGHFxZ13dGLBHQLVl1mJlY=
6767
golang.org/x/text v0.23.0/go.mod h1:/BLNzu4aZCJ1+kcD0DNRotWKage4q2rGVAg4o22unh4=
6868
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 h1:H2TDz8ibqkAF6YGhCdN3jS9O0/s90v0rJh3X/OLHEUk=

0 commit comments

Comments
 (0)