Skip to content

Commit d516089

Browse files
authored
fix: Merge pull request #57 from intigriti/dependabot/go_modules/golang.org/x/time-0.11.0
chore(go): bump golang.org/x/time from 0.10.0 to 0.11.0
2 parents d2dabb1 + 7875136 commit d516089

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

go.mod

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
module intigriti/misconfig-mapper
22

33
go 1.22
4+
toolchain go1.23.7
45

56
require (
67
golang.org/x/term v0.29.0
7-
golang.org/x/time v0.10.0
8+
golang.org/x/time v0.11.0
89
)
910

1011
require golang.org/x/sys v0.30.0 // indirect

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ golang.org/x/sys v0.30.0 h1:QjkSwP/36a20jFYWkSue1YwXzLmsV5Gfq7Eiy72C1uc=
22
golang.org/x/sys v0.30.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
33
golang.org/x/term v0.29.0 h1:L6pJp37ocefwRRtYPKSWOWzOtWSxVajvz2ldH/xi3iU=
44
golang.org/x/term v0.29.0/go.mod h1:6bl4lRlvVuDgSf3179VpIxBF0o10JUpXWOnI7nErv7s=
5-
golang.org/x/time v0.10.0 h1:3usCWA8tQn0L8+hFJQNgzpWbd89begxN66o1Ojdn5L4=
6-
golang.org/x/time v0.10.0/go.mod h1:3BpzKBy/shNhVucY/MWOyx10tF3SFh9QdLuxbVysPQM=
5+
golang.org/x/time v0.11.0 h1:/bpjEDfN9tkoN/ryeYHnv5hcMlc8ncjMcM4XBk5NWV0=
6+
golang.org/x/time v0.11.0/go.mod h1:CDIdPxbZBQxdj6cxyCIdrNogrJKMJ7pr37NYpMcMDSg=

0 commit comments

Comments
 (0)