diff options
author | Renovate Bot <bot@kriese.eu> | 2024-12-24 01:02:25 +0100 |
---|---|---|
committer | Renovate Bot <bot@kriese.eu> | 2024-12-24 01:02:25 +0100 |
commit | b5ce1ccb8a0d18cf0c428cf387cf85780e844deb (patch) | |
tree | 2ba61e6ce97548276808ab12d85e12226fe6ca1b /go.mod | |
parent | Merge pull request 'Update actions/cascading-pr action to v2' (#395) from ren... (diff) | |
download | forgejo-runner-b5ce1ccb8a0d18cf0c428cf387cf85780e844deb.tar.xz forgejo-runner-b5ce1ccb8a0d18cf0c428cf387cf85780e844deb.zip |
Update module google.golang.org/protobuf to v1.36.1
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,7 +19,7 @@ require ( github.com/stretchr/testify v1.10.0 golang.org/x/term v0.26.0 golang.org/x/time v0.8.0 - google.golang.org/protobuf v1.36.0 + google.golang.org/protobuf v1.36.1 gopkg.in/yaml.v3 v3.0.1 gotest.tools/v3 v3.5.1 ) |