Update module connectrpc.com/connect to v1.19.0

This commit is contained in:
2025-09-29 15:31:45 +00:00
parent 8ca5c32617
commit 549d7b3223
2 changed files with 7 additions and 3 deletions

6
go.mod
View File

@@ -1,11 +1,11 @@
module gitea.com/gitea/act_runner
go 1.24
go 1.24.0
require (
code.gitea.io/actions-proto-go v0.4.1
code.gitea.io/gitea-vet v0.2.3
connectrpc.com/connect v1.16.2
connectrpc.com/connect v1.19.0
github.com/avast/retry-go/v4 v4.6.1
github.com/docker/docker v25.0.5+incompatible
github.com/joho/godotenv v1.5.1
@@ -16,7 +16,7 @@ require (
github.com/stretchr/testify v1.10.0
golang.org/x/term v0.22.0
golang.org/x/time v0.5.0
google.golang.org/protobuf v1.34.2
google.golang.org/protobuf v1.36.9
gopkg.in/yaml.v3 v3.0.1
gotest.tools/v3 v3.5.2
)