Commit Graph

5 Commits

Author SHA1 Message Date
Binaek Sarkar
742879fc53 Create and use a $STEAMPIPE_INSTALL_DIR/tmp for oci installations. Closes #1375 2022-02-08 12:13:35 +00:00
kaidaguerre
e0ff19a280 Update package naming to be consistent and follow Go standards. Closes #1282
General code spring cleaning:
* move file paths from `consts` package to `filepaths`
* move InitData and ExportData to query and control packages
2022-01-04 12:28:36 +00:00
Eng Zer Jun
335a3ee686 refactor: move from io/ioutil to io and os packages (#1153)
The io/ioutil package has been deprecated as of Go 1.16, see
https://golang.org/doc/go1.16#ioutil. This commit replaces the existing
io/ioutil functions with their new definitions in io and os packages.

Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>
2021-11-23 11:54:38 +00:00
tyagiparth
95911cd41c Update the update check output formatting to be consistent when there is both a plugin and steampipe update. closes #423 2021-06-15 12:56:47 +01:00
Binaek Sarkar
21d2f7d3e8 Plugin update and plugin version check. Closes #164. Closes #176. Closes #177. 2021-02-18 15:26:46 +00:00