aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-03-04 10:59:00 +0000
committerGitHub <noreply@github.com>2025-03-04 10:59:00 +0000
commitfa25a41b42bdc60ec9ec2bf506580869690c00d2 (patch)
tree38023b9fca686017ad7adc0207ab0c2102434a33 /go.mod
parent6c9c582c78ece0a9dee13d682de69555a5840aad (diff)
downloadx-fa25a41b42bdc60ec9ec2bf506580869690c00d2.tar.xz
x-fa25a41b42bdc60ec9ec2bf506580869690c00d2.zip
build(deps): bump golang.org/x/time from 0.5.0 to 0.10.0 (#688)
Bumps [golang.org/x/time](https://github.com/golang/time) from 0.5.0 to 0.10.0. - [Commits](https://github.com/golang/time/compare/v0.5.0...v0.10.0) --- updated-dependencies: - dependency-name: golang.org/x/time dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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 ceffceb..7373f7f 100644
--- a/go.mod
+++ b/go.mod
@@ -263,7 +263,7 @@ require (
golang.org/x/net v0.35.0
golang.org/x/sys v0.30.0 // indirect
golang.org/x/text v0.22.0 // indirect
- golang.org/x/time v0.5.0
+ golang.org/x/time v0.10.0
golang.org/x/tools v0.30.0
google.golang.org/protobuf v1.36.4
)