Merge pull request #5113 from restic/dependabot/go_modules/golang.org/x/time-0.7.0

build(deps): bump golang.org/x/time from 0.6.0 to 0.7.0
This commit is contained in:
Michael Eischer
2024-11-01 14:52:18 +01:00
committed by GitHub
2 changed files with 3 additions and 3 deletions

2
go.mod
View File

@@ -32,7 +32,7 @@ require (
golang.org/x/sys v0.26.0
golang.org/x/term v0.24.0
golang.org/x/text v0.18.0
golang.org/x/time v0.6.0
golang.org/x/time v0.7.0
google.golang.org/api v0.199.0
)