diff options
author | Renovate Bot <bot@kriese.eu> | 2024-10-08 06:31:39 +0200 |
---|---|---|
committer | Renovate Bot <bot@kriese.eu> | 2024-10-08 06:31:39 +0200 |
commit | 95ef0da0217188f5b483d21869c50469ddddb640 (patch) | |
tree | 732b1473bf86b984564baa32393a868c04a1a410 /go.mod | |
parent | Merge pull request 'Update module google.golang.org/protobuf to v1.35.1' (#29... (diff) | |
download | forgejo-runner-95ef0da0217188f5b483d21869c50469ddddb640.tar.xz forgejo-runner-95ef0da0217188f5b483d21869c50469ddddb640.zip |
Update module golang.org/x/time to v0.7.0
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,7 +18,7 @@ require ( github.com/spf13/cobra v1.8.1 github.com/stretchr/testify v1.9.0 golang.org/x/term v0.25.0 - golang.org/x/time v0.6.0 + golang.org/x/time v0.7.0 google.golang.org/protobuf v1.35.1 gopkg.in/yaml.v3 v3.0.1 gotest.tools/v3 v3.5.1 |