Commit 3934e00 1 parent d08ee47 commit 3934e00 Copy full SHA for 3934e00
File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
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,7 +27,7 @@ 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/sys v0.31 .0
30
31
golang.org/x/term v0.29.0
31
32
golang.org/x/text v0.22.0
32
33
)
Original file line number Diff line number Diff line change @@ -37,8 +37,8 @@ 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 =
40
+ golang.org/x/sys v0.31 .0 h1:ioabZlmFYtWhL+TRYpcnNlLwhyxaM9kWTDEmfnprqik =
41
+ golang.org/x/sys v0.31 .0 /go.mod h1:BJP2sWEmIv4KK5OTEluFJCKSidICx8ciO85XgH3Ak8k =
42
42
golang.org/x/term v0.29.0 h1:L6pJp37ocefwRRtYPKSWOWzOtWSxVajvz2ldH/xi3iU =
43
43
golang.org/x/term v0.29.0 /go.mod h1:6bl4lRlvVuDgSf3179VpIxBF0o10JUpXWOnI7nErv7s =
44
44
golang.org/x/text v0.22.0 h1:bofq7m3/HAFvbF51jz3Q9wLg3jkvSPuiZu/pD1XwgtM =
You can’t perform that action at this time.
0 commit comments