Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

Replace go-bindata with Go's native embed package #3638

Open
krantzinator opened this issue Aug 3, 2022 · 0 comments
Open

Replace go-bindata with Go's native embed package #3638

krantzinator opened this issue Aug 3, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@krantzinator
Copy link
Contributor

krantzinator commented Aug 3, 2022

Is your feature request related to a problem? Please describe.
We are using an external package, and could use a native package instead. The main benefit is not relying on an external dependency that regularly causes hiccups when setting up a Waypoint environment (CI, local dev, etc).

Describe the solution you'd like
Use this https://pkg.go.dev/embed instead of github.com/kevinburke/go-bindata/

Describe alternatives you've considered
Keeping go-bindata, which is one more thing for devs to download.

Additional context
Vault did this here

@krantzinator krantzinator self-assigned this Aug 3, 2022
@briancain briancain added enhancement New feature or request and removed new labels Aug 3, 2022
@briancain briancain linked a pull request Oct 26, 2022 that will close this issue
@krantzinator krantzinator removed their assignment Nov 2, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants