influxdb/cmd/influx
Geoffrey Wossum 3d993b1ecc
chore: eliminate use of `golang.org/x/crypto/ssh/terminal` package (#24039)
The CLI code used a single function from the `golang.org/x/crypto/ssh/terminal`
package (`terminal.IsTerminal`) which is just a wrapper around the
`golang.org/x/term` package's `term.IsTerminal` function. Replacing this
call prevents unnecessary and non-FIPS crypto functions from being pulled
into the binary.

Backport of #24306

closes: #24037
(cherry picked from commit 955f78a2cd)
2023-01-13 16:14:21 -06:00
..
cli chore: eliminate use of `golang.org/x/crypto/ssh/terminal` package (#24039) 2023-01-13 16:14:21 -06:00
main.go feat(influxdb): Add test around CLI proxy path 2020-01-22 14:13:25 -08:00