firecracker-microvm / firectl

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

Remove io/ioutil package dependency #92

Closed austinvazquez closed 9 months ago

austinvazquez commented 1 year ago

Issue #, if available:

Description of changes: Package io/ioutil deprecated since Go 1.16 Reference: https://go.dev/doc/go1.16#ioutil

Requires #93

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

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

ginglis13 commented 1 year ago

Looks like we are having the same issue here re pinned dependencies, specifically ltag again as was the case addressed by this PR on the firecracker-go-sdk https://github.com/firecracker-microvm/firecracker-go-sdk/pull/445