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

assets: move away from gx #6414

Merged
merged 1 commit into from
Jun 12, 2019
Merged

assets: move away from gx #6414

merged 1 commit into from
Jun 12, 2019

Commits on Jun 11, 2019

  1. assets: move away from gx

    1. Use a submodule for dir-index-html. This isn't a go dependency and treating
       it like one is more trouble than it's worth. We don't actually need to
       checkout the submodule unless we need to regenerate the assets.
    2. Avoid a runtime dependency on dir-index-html (may shave a few bytes off the
       final binary?).
    3. Remove unused code.
    4. Avoid bundling unused files.
    5. Switch to a maintained version of go-bindata.
    6. Use go mod to manage go-bindata.
    Stebalien committed Jun 11, 2019
    Configuration menu
    Copy the full SHA
    3883dfe View commit details
    Browse the repository at this point in the history