File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11module github.com/simplesurance/cfdns
22
3- go 1.23 .0
3+ go 1.24 .0
44
55require (
66 github.com/fatih/color v1.18.0
7- golang.org/x/time v0.12 .0
7+ golang.org/x/time v0.13 .0
88)
99
1010require (
Original file line number Diff line number Diff line change @@ -9,5 +9,5 @@ golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab/go.mod h1:oPkhp1MJrh7nUepCBc
99golang.org/x/sys v0.6.0 /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
1010golang.org/x/sys v0.25.0 h1:r+8e+loiHxRqhXVl6ML1nO3l1+oFoWbnlu2Ehimmi34 =
1111golang.org/x/sys v0.25.0 /go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA =
12- golang.org/x/time v0.12 .0 h1:ScB/8o8olJvc+CQPWrK3fPZNfh7qgwCrY0zJmoEQLSE =
13- golang.org/x/time v0.12 .0 /go.mod h1:CDIdPxbZBQxdj6cxyCIdrNogrJKMJ7pr37NYpMcMDSg =
12+ golang.org/x/time v0.13 .0 h1:eUlYslOIt32DgYD6utsuUeHs4d7AsEYLuIAdg7FlYgI =
13+ golang.org/x/time v0.13 .0 /go.mod h1:eL/Oa2bBBK0TkX57Fyni+NgnyQQN4LitPmob2Hjnqw4 =
Original file line number Diff line number Diff line change @@ -11,6 +11,6 @@ github.com/mattn/go-isatty
1111## explicit; go 1.18
1212golang.org/x/sys/unix
1313golang.org/x/sys/windows
14- # golang.org/x/time v0.12 .0
15- ## explicit; go 1.23 .0
14+ # golang.org/x/time v0.13 .0
15+ ## explicit; go 1.24 .0
1616golang.org/x/time/rate
You can’t perform that action at this time.
0 commit comments