Skip to content

Commit c9ed123

Browse files
chore(deps): update module golang.org/x/term to v0.45.0
1 parent e9a29c7 commit c9ed123

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ require (
77
github.com/spf13/cobra v1.10.2
88
github.com/spf13/pflag v1.0.10
99
github.com/stretchr/testify v1.11.1
10-
golang.org/x/term v0.43.0
10+
golang.org/x/term v0.45.0
1111
k8s.io/api v0.36.2
1212
k8s.io/apimachinery v0.36.2
1313
k8s.io/cli-runtime v0.36.2
@@ -48,7 +48,7 @@ require (
4848
golang.org/x/net v0.55.0 // indirect
4949
golang.org/x/oauth2 v0.34.0 // indirect
5050
golang.org/x/sync v0.20.0 // indirect
51-
golang.org/x/sys v0.45.0 // indirect
51+
golang.org/x/sys v0.47.0 // indirect
5252
golang.org/x/text v0.37.0 // indirect
5353
golang.org/x/time v0.14.0 // indirect
5454
google.golang.org/protobuf v1.36.12-0.20260120151049-f2248ac996af // indirect

go.sum

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,12 @@ golang.org/x/sync v0.20.0/go.mod h1:9xrNwdLfx4jkKbNva9FpL6vEN7evnE43NNNJQ2LF3+0=
112112
golang.org/x/sys v0.0.0-20210616094352-59db8d763f22/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
113113
golang.org/x/sys v0.45.0 h1:dO4czNzziLiiXplLQgBCEpCvXQ3dnkn0SdaZSYdQ+FY=
114114
golang.org/x/sys v0.45.0/go.mod h1:4GL1E5IUh+htKOUEOaiffhrAeqysfVGipDYzABqnCmw=
115+
golang.org/x/sys v0.47.0 h1:o7XGOvZQCADBQQ4Y7VNq2dRWQR7JmOUW8Kxx4ZsNgWs=
116+
golang.org/x/sys v0.47.0/go.mod h1:4GL1E5IUh+htKOUEOaiffhrAeqysfVGipDYzABqnCmw=
115117
golang.org/x/term v0.43.0 h1:S4RLU2sB31O/NCl+zFN9Aru9A/Cq2aqKpTZJ6B+DwT4=
116118
golang.org/x/term v0.43.0/go.mod h1:lrhlHNdQJHO+1qVYiHfFKVuVioJIheAc3fBSMFYEIsk=
119+
golang.org/x/term v0.45.0 h1:NwWyBmoJCbfTHpxrWoZ9C6/VxOf7ic219I8xZZFdrf0=
120+
golang.org/x/term v0.45.0/go.mod h1:9aqxs0blBcrm/n0L9QW0aRVD+ktan8ssZromtqJC43w=
117121
golang.org/x/text v0.37.0 h1:Cqjiwd9eSg8e0QAkyCaQTNHFIIzWtidPahFWR83rTrc=
118122
golang.org/x/text v0.37.0/go.mod h1:a5sjxXGs9hsn/AJVwuElvCAo9v8QYLzvavO5z2PiM38=
119123
golang.org/x/time v0.14.0 h1:MRx4UaLrDotUKUdCIqzPC48t1Y9hANFKIRpNx+Te8PI=

0 commit comments

Comments
 (0)