Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove go-bindata, use go:embed, use Go Modules #4

Merged
merged 4 commits into from
Apr 26, 2021
Merged

Remove go-bindata, use go:embed, use Go Modules #4

merged 4 commits into from
Apr 26, 2021

Conversation

TyBrown
Copy link
Contributor

@TyBrown TyBrown commented Apr 23, 2021

Hi there;

With the prevalence of Go Modules, I'm submitting a patch to enable Certinel to use Go Modules, which will make it easier for users to install Certinel.

In the same theme, I've also removed the dependency on go-bindata since there's been some bad history there of the repo getting deleted, then taken over by another GitHub user, etc... Go 1.16 now supports the go:embed directive which allows for native embedding of static assets, so this vastly simplifies the steps necessary to compile.

Still a big fan of Certinel after all these years! Thanks for the awesome tool!
Cheers,
Ty

@drtoful drtoful merged commit 3996771 into drtoful:master Apr 26, 2021
@drtoful
Copy link
Owner

drtoful commented Apr 26, 2021

Thanks for your help and I'm happy my tool helps you out as well.

@TyBrown TyBrown deleted the gomod_plus_embed branch April 26, 2021 22:08
@TyBrown TyBrown mentioned this pull request Apr 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants