firecracker-microvm / firectl

firectl is a command-line tool to run Firecracker microVMs
Apache License 2.0
467 stars 73 forks source link

chore: remove direct dependency on pkg/errors #87

Closed austinvazquez closed 1 year ago

austinvazquez commented 2 years ago

Signed-off-by: Austin Vazquez macedonv@amazon.com

Issue #, if available:

86

Description of changes: Removes direct dependency on pkg/errors.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

austinvazquez commented 2 years ago

Did not update copyright date assuming #88 would be merged. If we choose to keep the dates, then I will update the date on options.go

austinvazquez commented 1 year ago

LGTM, may need to go mod tidy to reflect changes in go.sum

No changes to go.sum. We still have errors dependency as a transitive dependency unfortunately.