Commit 346c1ff 1 parent 9963df4 commit 346c1ff Copy full SHA for 346c1ff
File tree 2 files changed +7
-6
lines changed
2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ module github.com/johnkerl/miller/v6
15
15
// replace github.com/johnkerl/lumin => /Users/kerl/git/johnkerl/lumin
16
16
17
17
go 1.21
18
+ toolchain go1.23.7
18
19
19
20
require (
20
21
github.com/facette/natsort v0.0.0-20181210072756-2cd4dd1e2dcb
@@ -26,8 +27,8 @@ require (
26
27
github.com/nine-lives-later/go-windows-terminal-sequences v1.0.4
27
28
github.com/pkg/profile v1.7.0
28
29
github.com/stretchr/testify v1.10.0
29
- golang.org/x/sys v0.30 .0
30
- golang.org/x/term v0.29 .0
30
+ golang.org/x/sys v0.31 .0
31
+ golang.org/x/term v0.30 .0
31
32
golang.org/x/text v0.22.0
32
33
)
33
34
Original file line number Diff line number Diff line change @@ -37,10 +37,10 @@ github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOf
37
37
github.com/stretchr/testify v1.10.0 /go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY =
38
38
golang.org/x/sys v0.0.0-20211007075335-d3039528d8ac /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
39
39
golang.org/x/sys v0.6.0 /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
40
- golang.org/x/sys v0.30 .0 h1:QjkSwP/36a20jFYWkSue1YwXzLmsV5Gfq7Eiy72C1uc =
41
- golang.org/x/sys v0.30 .0 /go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA =
42
- golang.org/x/term v0.29 .0 h1:L6pJp37ocefwRRtYPKSWOWzOtWSxVajvz2ldH/xi3iU =
43
- golang.org/x/term v0.29 .0 /go.mod h1:6bl4lRlvVuDgSf3179VpIxBF0o10JUpXWOnI7nErv7s =
40
+ golang.org/x/sys v0.31 .0 h1:ioabZlmFYtWhL+TRYpcnNlLwhyxaM9kWTDEmfnprqik =
41
+ golang.org/x/sys v0.31 .0 /go.mod h1:BJP2sWEmIv4KK5OTEluFJCKSidICx8ciO85XgH3Ak8k =
42
+ golang.org/x/term v0.30 .0 h1:PQ39fJZ+mfadBm0y5WlL4vlM7Sx1Hgf13sMIY2+QS9Y =
43
+ golang.org/x/term v0.30 .0 /go.mod h1:NYYFdzHoI5wRh/h5tDMdMqCqPJZEuNqVR5xJLd/n67g =
44
44
golang.org/x/text v0.22.0 h1:bofq7m3/HAFvbF51jz3Q9wLg3jkvSPuiZu/pD1XwgtM =
45
45
golang.org/x/text v0.22.0 /go.mod h1:YRoo4H8PVmsu+E3Ou7cqLVH8oXWIHVoX0jqUWALQhfY =
46
46
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM =
You can’t perform that action at this time.
0 commit comments