1
0
Fork 0
mirror of https://code.forgejo.org/forgejo/runner.git synced 2025-09-15 18:57:01 +00:00

Update module google.golang.org/protobuf to v1.34.2

This commit is contained in:
Renovate Bot 2024-08-14 21:01:41 +00:00
parent 97407545f0
commit 93a8d7deae
No known key found for this signature in database
GPG key ID: 8AC4BEEB5900F976
2 changed files with 3 additions and 3 deletions

2
go.mod
View file

@ -17,7 +17,7 @@ require (
github.com/stretchr/testify v1.9.0
golang.org/x/term v0.23.0
golang.org/x/time v0.6.0
google.golang.org/protobuf v1.33.0
google.golang.org/protobuf v1.34.2
gopkg.in/yaml.v3 v3.0.1
gotest.tools/v3 v3.5.1
)