Merge pull request #1 from woodchen-ink/dependabot/go_modules/golang.org/x/time-0.9.0

chore(deps): bump golang.org/x/time from 0.8.0 to 0.9.0
This commit is contained in:
wood chen 2025-01-15 01:20:40 +08:00 committed by GitHub
commit 701cb70fdb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

2
go.mod
View File

@ -2,4 +2,4 @@ module random-api-go
go 1.23 go 1.23
require golang.org/x/time v0.8.0 require golang.org/x/time v0.9.0

4
go.sum
View File

@ -1,2 +1,2 @@
golang.org/x/time v0.8.0 h1:9i3RxcPv3PZnitoVGMPDKZSq1xW1gK1Xy3ArNOGZfEg= golang.org/x/time v0.9.0 h1:EsRrnYcQiGH+5FfbgvV4AP7qEZstoyrHB0DzarOQ4ZY=
golang.org/x/time v0.8.0/go.mod h1:3BpzKBy/shNhVucY/MWOyx10tF3SFh9QdLuxbVysPQM= golang.org/x/time v0.9.0/go.mod h1:3BpzKBy/shNhVucY/MWOyx10tF3SFh9QdLuxbVysPQM=