helm/pkg/plugin/installer
Justen Stall 6aa19b8c92
more error wrapping uses
- replace os.IsNotExist with errors.Is and fs.ErrNotExist
- use %w directive

Signed-off-by: Justen Stall <39888103+justenstall@users.noreply.github.com>
2024-11-18 12:54:09 -05:00
..
base.go fix HELM PLUGINS behavior another_way 2021-08-07 09:38:17 +08:00
base_test.go add unittest 2021-08-07 09:48:37 +08:00
doc.go Updating the module for v3 as the major version 2019-10-03 14:27:05 -04:00
http_installer.go fix: replace "github.com/pkg/errors" with stdlib "errors" package 2024-11-18 11:35:59 -05:00
http_installer_test.go more error wrapping uses 2024-11-18 12:54:09 -05:00
installer.go fix: replace "github.com/pkg/errors" with stdlib "errors" package 2024-11-18 11:35:59 -05:00
installer_test.go improve the HTTP detection for tar archives 2020-09-17 11:54:07 -06:00
local_installer.go fix: replace "github.com/pkg/errors" with stdlib "errors" package 2024-11-18 11:35:59 -05:00
local_installer_test.go Updating the Go version in go.mod 2023-03-22 11:52:30 -04:00
vcs_installer.go more error wrapping uses 2024-11-18 12:54:09 -05:00
vcs_installer_test.go test: replace ensure.TempDir with t.TempDir 2023-07-29 16:11:22 +08:00