Skip to content

Commit 92011d9

Browse files
build(deps): bump golang.org/x/time from 0.7.0 to 0.8.0 (#3444)
Bumps [golang.org/x/time](https://github.com/golang/time) from 0.7.0 to 0.8.0. - [Commits](golang/time@v0.7.0...v0.8.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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1c09718 commit 92011d9

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ require (
3636
github.com/stretchr/testify v1.9.0
3737
golang.org/x/net v0.31.0
3838
golang.org/x/sync v0.9.0
39-
golang.org/x/time v0.7.0
39+
golang.org/x/time v0.8.0
4040
google.golang.org/grpc v1.67.1
4141
gopkg.in/yaml.v2 v2.4.0
4242
k8s.io/api v0.31.2

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -2379,8 +2379,8 @@ golang.org/x/time v0.0.0-20220922220347-f3bd1da661af/go.mod h1:tRJNPiyCQ0inRvYxb
23792379
golang.org/x/time v0.1.0/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ=
23802380
golang.org/x/time v0.3.0/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ=
23812381
golang.org/x/time v0.5.0/go.mod h1:3BpzKBy/shNhVucY/MWOyx10tF3SFh9QdLuxbVysPQM=
2382-
golang.org/x/time v0.7.0 h1:ntUhktv3OPE6TgYxXWv9vKvUSJyIFJlyohwbkEwPrKQ=
2383-
golang.org/x/time v0.7.0/go.mod h1:3BpzKBy/shNhVucY/MWOyx10tF3SFh9QdLuxbVysPQM=
2382+
golang.org/x/time v0.8.0 h1:9i3RxcPv3PZnitoVGMPDKZSq1xW1gK1Xy3ArNOGZfEg=
2383+
golang.org/x/time v0.8.0/go.mod h1:3BpzKBy/shNhVucY/MWOyx10tF3SFh9QdLuxbVysPQM=
23842384
golang.org/x/tools v0.0.0-20180525024113-a5b4c53f6e8b/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ=
23852385
golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ=
23862386
golang.org/x/tools v0.0.0-20190206041539-40960b6deb8e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ=

vendor/modules.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -829,7 +829,7 @@ golang.org/x/text/transform
829829
golang.org/x/text/unicode/bidi
830830
golang.org/x/text/unicode/norm
831831
golang.org/x/text/width
832-
# golang.org/x/time v0.7.0
832+
# golang.org/x/time v0.8.0
833833
## explicit; go 1.18
834834
golang.org/x/time/rate
835835
# golang.org/x/tools v0.26.0

0 commit comments

Comments
 (0)