We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e38d975 commit cce1a96Copy full SHA for cce1a96
go.mod
@@ -50,7 +50,6 @@ require (
50
go.bug.st/relaxed-semver v0.15.0
51
golang.org/x/crypto v0.41.0
52
golang.org/x/sync v0.17.0
53
- golang.org/x/term v0.35.0
54
golang.org/x/text v0.29.0
55
)
56
@@ -291,6 +290,7 @@ require (
291
290
golang.org/x/net v0.43.0 // indirect
292
golang.org/x/oauth2 v0.30.0 // indirect
293
golang.org/x/sys v0.36.0 // indirect
+ golang.org/x/term v0.35.0 // indirect
294
golang.org/x/time v0.11.0 // indirect
295
golang.org/x/tools v0.36.0 // indirect
296
google.golang.org/genproto/googleapis/api v0.0.0-20250707201910-8d1bb00bc6a7 // indirect
0 commit comments