summaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorRenovate Bot <bot@kriese.eu>2024-12-24 01:02:25 +0100
committerRenovate Bot <bot@kriese.eu>2024-12-24 01:02:25 +0100
commitb5ce1ccb8a0d18cf0c428cf387cf85780e844deb (patch)
tree2ba61e6ce97548276808ab12d85e12226fe6ca1b /go.mod
parentMerge pull request 'Update actions/cascading-pr action to v2' (#395) from ren... (diff)
downloadforgejo-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.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index b61dfd9..6ec34f0 100644
--- a/go.mod
+++ b/go.mod
@@ -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
)