1
0
Fork 0
mirror of https://code.forgejo.org/forgejo/runner.git synced 2025-06-27 16:35:58 +00:00

Update module golang.org/x/term to v0.26.0

This commit is contained in:
Renovate Bot 2024-11-08 00:05:20 +00:00
parent 228e002565
commit 9510276a99
No known key found for this signature in database
GPG key ID: 8AC4BEEB5900F976
2 changed files with 6 additions and 6 deletions

4
go.mod
View file

@ -17,7 +17,7 @@ require (
github.com/sirupsen/logrus v1.9.3
github.com/spf13/cobra v1.8.1
github.com/stretchr/testify v1.9.0
golang.org/x/term v0.25.0
golang.org/x/term v0.26.0
golang.org/x/time v0.7.0
google.golang.org/protobuf v1.35.1
gopkg.in/yaml.v3 v3.0.1
@ -96,7 +96,7 @@ require (
golang.org/x/mod v0.13.0 // indirect
golang.org/x/net v0.23.0 // indirect
golang.org/x/sync v0.6.0 // indirect
golang.org/x/sys v0.26.0 // indirect
golang.org/x/sys v0.27.0 // indirect
golang.org/x/tools v0.14.0 // indirect
gopkg.in/warnings.v0 v0.1.2 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect