Skip to content

Commit b255ee8

Browse files
authored
Merge pull request #1112 from kubernetes-csi/dependabot/go_modules/golang.org/x/term-0.14.0
build(deps): bump golang.org/x/term from 0.13.0 to 0.14.0
2 parents 175d682 + 7c2ab99 commit b255ee8

File tree

7 files changed

+5
-9
lines changed

7 files changed

+5
-9
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ require (
112112
golang.org/x/oauth2 v0.13.0 // indirect
113113
golang.org/x/sync v0.4.0 // indirect
114114
golang.org/x/sys v0.14.0 // indirect
115-
golang.org/x/term v0.13.0 // indirect
115+
golang.org/x/term v0.14.0 // indirect
116116
golang.org/x/text v0.13.0 // indirect
117117
golang.org/x/time v0.3.0 // indirect
118118
golang.org/x/tools v0.14.0 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -275,8 +275,8 @@ golang.org/x/sys v0.14.0 h1:Vz7Qs629MkJkGyHxUlRHizWJRG2j8fbQKjELVSNhy7Q=
275275
golang.org/x/sys v0.14.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
276276
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo=
277277
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211/go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8=
278-
golang.org/x/term v0.13.0 h1:bb+I9cTfFazGW51MZqBVmZy7+JEJMouUHTUSKVQLBek=
279-
golang.org/x/term v0.13.0/go.mod h1:LTmsnFJwVN6bCy1rVCoS+qHT1HhALEFxKncY3WNNh4U=
278+
golang.org/x/term v0.14.0 h1:LGK9IlZ8T9jvdy6cTdfKUCltatMFOehAQo9SRC46UQ8=
279+
golang.org/x/term v0.14.0/go.mod h1:TySc+nGkYR6qt8km8wUhuFRTVSMIX3XPR58y2lC8vww=
280280
golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
281281
golang.org/x/text v0.3.3/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ=
282282
golang.org/x/text v0.3.7/go.mod h1:u+2+/6zg+i71rQMx5EYifcz6MCKuco9NR6JIITiCfzQ=

vendor/golang.org/x/term/term_unix.go

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/golang.org/x/term/term_unix_bsd.go

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/golang.org/x/term/term_unix_other.go

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/golang.org/x/term/term_unsupported.go

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -458,8 +458,8 @@ golang.org/x/sys/plan9
458458
golang.org/x/sys/unix
459459
golang.org/x/sys/windows
460460
golang.org/x/sys/windows/registry
461-
# golang.org/x/term v0.13.0
462-
## explicit; go 1.17
461+
# golang.org/x/term v0.14.0
462+
## explicit; go 1.18
463463
golang.org/x/term
464464
# golang.org/x/text v0.13.0
465465
## explicit; go 1.17

0 commit comments

Comments
 (0)