diff options
author | Renovate Bot <bot@kriese.eu> | 2024-09-05 02:01:52 +0200 |
---|---|---|
committer | Renovate Bot <bot@kriese.eu> | 2024-09-05 02:01:52 +0200 |
commit | 5066986c6db4e309cdb62ce50662534b78fc7923 (patch) | |
tree | 47616d1eb56fb0a0039efd04e7f60e66c814c277 /go.mod | |
parent | Merge pull request 'Fix typo' (#262) from Crown0815/forgejo-runner:main into ... (diff) | |
download | forgejo-runner-5066986c6db4e309cdb62ce50662534b78fc7923.tar.xz forgejo-runner-5066986c6db4e309cdb62ce50662534b78fc7923.zip |
Update module golang.org/x/term to v0.24.0
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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.23.0 + golang.org/x/term v0.24.0 golang.org/x/time v0.6.0 google.golang.org/protobuf v1.34.2 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.23.0 // indirect + golang.org/x/sys v0.25.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 |