Update module golang.org/x/time to v0.13.0

This commit is contained in:
2025-09-08 21:21:05 +00:00
parent 8ca5c32617
commit e6c3d4ce34
2 changed files with 4 additions and 2 deletions

4
go.mod
View File

@ -1,6 +1,6 @@
module gitea.com/gitea/act_runner
go 1.24
go 1.24.0
require (
code.gitea.io/actions-proto-go v0.4.1
@ -15,7 +15,7 @@ require (
github.com/spf13/cobra v1.8.1
github.com/stretchr/testify v1.10.0
golang.org/x/term v0.22.0
golang.org/x/time v0.5.0
golang.org/x/time v0.13.0
google.golang.org/protobuf v1.34.2
gopkg.in/yaml.v3 v3.0.1
gotest.tools/v3 v3.5.2