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

This commit is contained in:
2026-02-17 00:05:04 +00:00
parent 8ca5c32617
commit 236c8ee20a
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.14.0
google.golang.org/protobuf v1.34.2
gopkg.in/yaml.v3 v3.0.1
gotest.tools/v3 v3.5.2