defenseunicorns / pkg

Common Go modules maintained by Defense Unicorns
Apache License 2.0
5 stars 4 forks source link

Add network/file fetching logic to helpers. #58

Closed mike-winberry closed 5 months ago

mike-winberry commented 5 months ago

Is your feature request related to a problem? Please describe.

Currently working a lula story that requires fetching files (yaml) from remote sources. As zarf has already implemented the basic logic, adding it to the helpers in this project would be very helpful.

Describe the solution you'd like

Port the networking utilities from zarf to the helper package.

Describe alternatives you've considered

Roll my own. Copy from zarf.

mike-winberry commented 5 months ago

Closing due to the number of implementation differences between lula and zarf. As of right now it does not make sense to attempt to generalize what is needed for lula.