Skip to content

Commit cce1a96

Browse files
committed
fix go.mod
1 parent e38d975 commit cce1a96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ require (
5050
go.bug.st/relaxed-semver v0.15.0
5151
golang.org/x/crypto v0.41.0
5252
golang.org/x/sync v0.17.0
53-
golang.org/x/term v0.35.0
5453
golang.org/x/text v0.29.0
5554
)
5655

@@ -291,6 +290,7 @@ require (
291290
golang.org/x/net v0.43.0 // indirect
292291
golang.org/x/oauth2 v0.30.0 // indirect
293292
golang.org/x/sys v0.36.0 // indirect
293+
golang.org/x/term v0.35.0 // indirect
294294
golang.org/x/time v0.11.0 // indirect
295295
golang.org/x/tools v0.36.0 // indirect
296296
google.golang.org/genproto/googleapis/api v0.0.0-20250707201910-8d1bb00bc6a7 // indirect

0 commit comments

Comments
 (0)