File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed
Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -11,12 +11,12 @@ require (
1111 github.com/hymkor/struct2flag v0.0.4
1212 github.com/lib/pq v1.10.9
1313 github.com/mattn/go-colorable v0.1.14
14+ github.com/mattn/go-isatty v0.0.20
1415 github.com/microsoft/go-mssqldb v1.7.2
1516 github.com/nyaosorg/go-box/v3 v3.0.0
1617 github.com/nyaosorg/go-readline-ny v1.12.3
1718 github.com/nyaosorg/go-ttyadapter v0.2.0
1819 github.com/sijms/go-ora/v2 v2.8.22
19- golang.org/x/term v0.29.0
2020)
2121
2222require (
@@ -28,7 +28,6 @@ require (
2828 github.com/golang-sql/sqlexp v0.1.0 // indirect
2929 github.com/google/uuid v1.6.0 // indirect
3030 github.com/hymkor/sxencode-go v0.3.0 // indirect
31- github.com/mattn/go-isatty v0.0.20 // indirect
3231 github.com/mattn/go-runewidth v0.0.19 // indirect
3332 github.com/mattn/go-tty v0.0.7 // indirect
3433 github.com/ncruces/go-strftime v0.1.9 // indirect
Original file line number Diff line number Diff line change @@ -77,8 +77,6 @@ golang.org/x/sync v0.11.0 h1:GGz8+XQP4FvTTrjZPzNKTMFtSXH80RAzG+5ghFPgK9w=
7777golang.org/x/sys v0.6.0 /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
7878golang.org/x/sys v0.30.0 h1:QjkSwP/36a20jFYWkSue1YwXzLmsV5Gfq7Eiy72C1uc =
7979golang.org/x/sys v0.30.0 /go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA =
80- golang.org/x/term v0.29.0 h1:L6pJp37ocefwRRtYPKSWOWzOtWSxVajvz2ldH/xi3iU =
81- golang.org/x/term v0.29.0 /go.mod h1:6bl4lRlvVuDgSf3179VpIxBF0o10JUpXWOnI7nErv7s =
8280golang.org/x/text v0.22.0 h1:bofq7m3/HAFvbF51jz3Q9wLg3jkvSPuiZu/pD1XwgtM =
8381golang.org/x/text v0.22.0 /go.mod h1:YRoo4H8PVmsu+E3Ou7cqLVH8oXWIHVoX0jqUWALQhfY =
8482golang.org/x/tools v0.23.0 h1:SGsXPZ+2l4JsgaCKkx+FQ9YZ5XEtA1GZYuoDjenLjvg =
You can’t perform that action at this time.
0 commit comments