influxdb/cmd/influx
Geoffrey Wossum 955f78a2cd
chore: eliminate use of `golang.org/x/crypto/ssh/terminal` package (#24036)
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.

closes: #24035
2023-01-12 17:19:34 -06:00
..
cli chore: eliminate use of `golang.org/x/crypto/ssh/terminal` package (#24036) 2023-01-12 17:19:34 -06:00
main.go feat(influxdb): Add test around CLI proxy path 2020-01-22 14:13:25 -08:00