influxdb/cmd
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
..
influx chore: eliminate use of `golang.org/x/crypto/ssh/terminal` package (#24036) 2023-01-12 17:19:34 -06:00
influx_inspect fix: support absolute file paths in check-schema (#23991) 2022-12-19 12:59:56 -08:00
influx_tools chore: upgrade Go to v1.19.3 (1.x) (#23941) 2022-11-28 12:15:47 -05:00
influxd feat: add the ability to log queries killed by `query-timeout` (#23978) 2023-01-10 13:37:11 -05:00
integration_config_test.go Minor cleanup 2017-10-13 17:28:24 -07:00
integration_test.go build: upgrade to go1.18 (#23250) 2022-03-31 16:17:57 -05:00
parse.go Update godoc for the cmd package and subpackages 2016-12-30 11:58:43 -08:00