File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ require (
5252 github.com/zalando/go-keyring v0.2.6
5353 golang.org/x/crypto v0.46.0
5454 golang.org/x/sync v0.19.0
55- golang.org/x/term v0.38 .0
55+ golang.org/x/term v0.39 .0
5656 golang.org/x/text v0.33.0
5757 google.golang.org/grpc v1.78.0
5858 google.golang.org/protobuf v1.36.11
@@ -179,7 +179,7 @@ require (
179179 go.yaml.in/yaml/v3 v3.0.4 // indirect
180180 golang.org/x/mod v0.31.0 // indirect
181181 golang.org/x/net v0.48.0 // indirect
182- golang.org/x/sys v0.39 .0 // indirect
182+ golang.org/x/sys v0.40 .0 // indirect
183183 golang.org/x/tools v0.40.0 // indirect
184184 google.golang.org/genproto/googleapis/api v0.0.0-20251202230838-ff82c1b0f217 // indirect
185185 google.golang.org/genproto/googleapis/rpc v0.0.0-20251222181119-0a764e51fe1b // indirect
Original file line number Diff line number Diff line change @@ -604,13 +604,13 @@ golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8/go.mod h1:oPkhp1MJrh7nUepCBc
604604golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
605605golang.org/x/sys v0.5.0 /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
606606golang.org/x/sys v0.6.0 /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
607- golang.org/x/sys v0.39 .0 h1:CvCKL8MeisomCi6qNZ+wbb0DN9E5AATixKsvNtMoMFk =
608- golang.org/x/sys v0.39 .0 /go.mod h1:OgkHotnGiDImocRcuBABYBEXf8A9a87e/uXjp9XT3ks =
607+ golang.org/x/sys v0.40 .0 h1:DBZZqJ2Rkml6QMQsZywtnjnnGvHza6BTfYFWY9kjEWQ =
608+ golang.org/x/sys v0.40 .0 /go.mod h1:OgkHotnGiDImocRcuBABYBEXf8A9a87e/uXjp9XT3ks =
609609golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 /go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo =
610610golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 /go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8 =
611611golang.org/x/term v0.5.0 /go.mod h1:jMB1sMXY+tzblOD4FWmEbocvup2/aLOaQEp7JmGp78k =
612- golang.org/x/term v0.38 .0 h1:PQ5pkm/rLO6HnxFR7N2lJHOZX6Kez5Y1gDSJla6jo7Q =
613- golang.org/x/term v0.38 .0 /go.mod h1:bSEAKrOT1W+VSu9TSCMtoGEOUcKxOKgl3LE5QEF/xVg =
612+ golang.org/x/term v0.39 .0 h1:RclSuaJf32jOqZz74CkPA9qFuVTX7vhLlpfj/IGWlqY =
613+ golang.org/x/term v0.39 .0 /go.mod h1:yxzUCTP/U+FzoxfdKmLaA0RV1WgE0VY7hXBwKtY/4ww =
614614golang.org/x/text v0.3.0 /go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ =
615615golang.org/x/text v0.3.3 /go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ =
616616golang.org/x/text v0.3.7 /go.mod h1:u+2+/6zg+i71rQMx5EYifcz6MCKuco9NR6JIITiCfzQ =
Original file line number Diff line number Diff line change @@ -175,8 +175,8 @@ Some packages may only be included on certain architectures or operating systems
175175- [ golang.org/x/mod] ( https://pkg.go.dev/golang.org/x/mod ) ([ BSD-3-Clause] ( https://cs.opensource.google/go/x/mod/+/v0.31.0:LICENSE ) )
176176- [ golang.org/x/net] ( https://pkg.go.dev/golang.org/x/net ) ([ BSD-3-Clause] ( https://cs.opensource.google/go/x/net/+/v0.48.0:LICENSE ) )
177177- [ golang.org/x/sync/errgroup] ( https://pkg.go.dev/golang.org/x/sync/errgroup ) ([ BSD-3-Clause] ( https://cs.opensource.google/go/x/sync/+/v0.19.0:LICENSE ) )
178- - [ golang.org/x/sys] ( https://pkg.go.dev/golang.org/x/sys ) ([ BSD-3-Clause] ( https://cs.opensource.google/go/x/sys/+/v0.39 .0:LICENSE ) )
179- - [ golang.org/x/term] ( https://pkg.go.dev/golang.org/x/term ) ([ BSD-3-Clause] ( https://cs.opensource.google/go/x/term/+/v0.38 .0:LICENSE ) )
178+ - [ golang.org/x/sys] ( https://pkg.go.dev/golang.org/x/sys ) ([ BSD-3-Clause] ( https://cs.opensource.google/go/x/sys/+/v0.40 .0:LICENSE ) )
179+ - [ golang.org/x/term] ( https://pkg.go.dev/golang.org/x/term ) ([ BSD-3-Clause] ( https://cs.opensource.google/go/x/term/+/v0.39 .0:LICENSE ) )
180180- [ golang.org/x/text] ( https://pkg.go.dev/golang.org/x/text ) ([ BSD-3-Clause] ( https://cs.opensource.google/go/x/text/+/v0.33.0:LICENSE ) )
181181- [ google.golang.org/genproto/googleapis/api] ( https://pkg.go.dev/google.golang.org/genproto/googleapis/api ) ([ Apache-2.0] ( https://github.com/googleapis/go-genproto/blob/ff82c1b0f217/googleapis/api/LICENSE ) )
182182- [ google.golang.org/genproto/googleapis/rpc/status] ( https://pkg.go.dev/google.golang.org/genproto/googleapis/rpc/status ) ([ Apache-2.0] ( https://github.com/googleapis/go-genproto/blob/0a764e51fe1b/googleapis/rpc/LICENSE ) )
Original file line number Diff line number Diff line change @@ -175,8 +175,8 @@ Some packages may only be included on certain architectures or operating systems
175175- [ golang.org/x/mod] ( https://pkg.go.dev/golang.org/x/mod ) ([ BSD-3-Clause] ( https://cs.opensource.google/go/x/mod/+/v0.31.0:LICENSE ) )
176176- [ golang.org/x/net] ( https://pkg.go.dev/golang.org/x/net ) ([ BSD-3-Clause] ( https://cs.opensource.google/go/x/net/+/v0.48.0:LICENSE ) )
177177- [ golang.org/x/sync/errgroup] ( https://pkg.go.dev/golang.org/x/sync/errgroup ) ([ BSD-3-Clause] ( https://cs.opensource.google/go/x/sync/+/v0.19.0:LICENSE ) )
178- - [ golang.org/x/sys] ( https://pkg.go.dev/golang.org/x/sys ) ([ BSD-3-Clause] ( https://cs.opensource.google/go/x/sys/+/v0.39 .0:LICENSE ) )
179- - [ golang.org/x/term] ( https://pkg.go.dev/golang.org/x/term ) ([ BSD-3-Clause] ( https://cs.opensource.google/go/x/term/+/v0.38 .0:LICENSE ) )
178+ - [ golang.org/x/sys] ( https://pkg.go.dev/golang.org/x/sys ) ([ BSD-3-Clause] ( https://cs.opensource.google/go/x/sys/+/v0.40 .0:LICENSE ) )
179+ - [ golang.org/x/term] ( https://pkg.go.dev/golang.org/x/term ) ([ BSD-3-Clause] ( https://cs.opensource.google/go/x/term/+/v0.39 .0:LICENSE ) )
180180- [ golang.org/x/text] ( https://pkg.go.dev/golang.org/x/text ) ([ BSD-3-Clause] ( https://cs.opensource.google/go/x/text/+/v0.33.0:LICENSE ) )
181181- [ google.golang.org/genproto/googleapis/api] ( https://pkg.go.dev/google.golang.org/genproto/googleapis/api ) ([ Apache-2.0] ( https://github.com/googleapis/go-genproto/blob/ff82c1b0f217/googleapis/api/LICENSE ) )
182182- [ google.golang.org/genproto/googleapis/rpc/status] ( https://pkg.go.dev/google.golang.org/genproto/googleapis/rpc/status ) ([ Apache-2.0] ( https://github.com/googleapis/go-genproto/blob/0a764e51fe1b/googleapis/rpc/LICENSE ) )
Original file line number Diff line number Diff line change @@ -178,8 +178,8 @@ Some packages may only be included on certain architectures or operating systems
178178- [ golang.org/x/mod] ( https://pkg.go.dev/golang.org/x/mod ) ([ BSD-3-Clause] ( https://cs.opensource.google/go/x/mod/+/v0.31.0:LICENSE ) )
179179- [ golang.org/x/net] ( https://pkg.go.dev/golang.org/x/net ) ([ BSD-3-Clause] ( https://cs.opensource.google/go/x/net/+/v0.48.0:LICENSE ) )
180180- [ golang.org/x/sync/errgroup] ( https://pkg.go.dev/golang.org/x/sync/errgroup ) ([ BSD-3-Clause] ( https://cs.opensource.google/go/x/sync/+/v0.19.0:LICENSE ) )
181- - [ golang.org/x/sys] ( https://pkg.go.dev/golang.org/x/sys ) ([ BSD-3-Clause] ( https://cs.opensource.google/go/x/sys/+/v0.39 .0:LICENSE ) )
182- - [ golang.org/x/term] ( https://pkg.go.dev/golang.org/x/term ) ([ BSD-3-Clause] ( https://cs.opensource.google/go/x/term/+/v0.38 .0:LICENSE ) )
181+ - [ golang.org/x/sys] ( https://pkg.go.dev/golang.org/x/sys ) ([ BSD-3-Clause] ( https://cs.opensource.google/go/x/sys/+/v0.40 .0:LICENSE ) )
182+ - [ golang.org/x/term] ( https://pkg.go.dev/golang.org/x/term ) ([ BSD-3-Clause] ( https://cs.opensource.google/go/x/term/+/v0.39 .0:LICENSE ) )
183183- [ golang.org/x/text] ( https://pkg.go.dev/golang.org/x/text ) ([ BSD-3-Clause] ( https://cs.opensource.google/go/x/text/+/v0.33.0:LICENSE ) )
184184- [ google.golang.org/genproto/googleapis/api] ( https://pkg.go.dev/google.golang.org/genproto/googleapis/api ) ([ Apache-2.0] ( https://github.com/googleapis/go-genproto/blob/ff82c1b0f217/googleapis/api/LICENSE ) )
185185- [ google.golang.org/genproto/googleapis/rpc/status] ( https://pkg.go.dev/google.golang.org/genproto/googleapis/rpc/status ) ([ Apache-2.0] ( https://github.com/googleapis/go-genproto/blob/0a764e51fe1b/googleapis/rpc/LICENSE ) )
You can’t perform that action at this time.
0 commit comments