Skip to content

Commit 8d78ba1

Browse files
Bump golang.org/x/time from 0.5.0 to 0.11.0
Bumps [golang.org/x/time](https://github.com/golang/time) from 0.5.0 to 0.11.0. - [Commits](golang/time@v0.5.0...v0.11.0) --- updated-dependencies: - dependency-name: golang.org/x/time dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f935e9e commit 8d78ba1

File tree

5 files changed

+29
-31
lines changed

5 files changed

+29
-31
lines changed

go.mod

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
module github.com/openshift/cluster-image-registry-operator
22

33
go 1.22.0
4+
toolchain go1.23.7
45

56
require (
67
cloud.google.com/go/resourcemanager v1.9.6
@@ -43,7 +44,7 @@ require (
4344
github.com/spf13/cobra v1.8.1
4445
golang.org/x/net v0.34.0
4546
golang.org/x/oauth2 v0.21.0
46-
golang.org/x/time v0.5.0
47+
golang.org/x/time v0.11.0
4748
google.golang.org/api v0.172.0
4849
gopkg.in/yaml.v2 v2.4.0
4950
k8s.io/api v0.31.1

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -524,8 +524,8 @@ golang.org/x/text v0.7.0/go.mod h1:mrYo+phRRbMaCq/xk9113O4dZlRixOauAjOtrjsXDZ8=
524524
golang.org/x/text v0.8.0/go.mod h1:e1OnstbJyHTd6l/uOt8jFFHp6TRDWZR/bV3emEE/zU8=
525525
golang.org/x/text v0.21.0 h1:zyQAAkrwaneQ066sspRyJaG9VNi/YJ1NfzcGB3hZ/qo=
526526
golang.org/x/text v0.21.0/go.mod h1:4IBbMaMmOPCJ8SecivzSH54+73PCFmPWxNTLm+vZkEQ=
527-
golang.org/x/time v0.5.0 h1:o7cqy6amK/52YcAKIPlM3a+Fpj35zvRj2TP+e1xFSfk=
528-
golang.org/x/time v0.5.0/go.mod h1:3BpzKBy/shNhVucY/MWOyx10tF3SFh9QdLuxbVysPQM=
527+
golang.org/x/time v0.11.0 h1:/bpjEDfN9tkoN/ryeYHnv5hcMlc8ncjMcM4XBk5NWV0=
528+
golang.org/x/time v0.11.0/go.mod h1:CDIdPxbZBQxdj6cxyCIdrNogrJKMJ7pr37NYpMcMDSg=
529529
golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ=
530530
golang.org/x/tools v0.0.0-20190114222345-bf090417da8b/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ=
531531
golang.org/x/tools v0.0.0-20190226205152-f727befe758c/go.mod h1:9Yl7xja0Znq3iFh3HoIrodX9oNMXvdceNzlUR8zjMvY=

vendor/golang.org/x/time/LICENSE

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/golang.org/x/time/rate/rate.go

Lines changed: 21 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -987,8 +987,8 @@ golang.org/x/text/transform
987987
golang.org/x/text/unicode/bidi
988988
golang.org/x/text/unicode/norm
989989
golang.org/x/text/width
990-
# golang.org/x/time v0.5.0
991-
## explicit; go 1.18
990+
# golang.org/x/time v0.11.0
991+
## explicit; go 1.23.0
992992
golang.org/x/time/rate
993993
# google.golang.org/api v0.172.0
994994
## explicit; go 1.19

0 commit comments

Comments
 (0)