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 vendor directory #37

Draft
wants to merge 2 commits into
base: develop
Choose a base branch
from
Draft

Commits on Dec 26, 2022

  1. add go module

    This is a minimum viable change to enable modern go toolchains to build
    github.com/andreaskoch/allmark/cli in go module mode. The module is not
    tidy, and we are relying on ./vendor, but it does build.
    urandom2 committed Dec 26, 2022
    Configuration menu
    Copy the full SHA
    168fa0a View commit details
    Browse the repository at this point in the history
  2. remove vendor directory

    Since the vendor directory has largely been replaced by modules, it
    seems like a good time to simplify the repo and remove it.
    urandom2 committed Dec 26, 2022
    Configuration menu
    Copy the full SHA
    5e26a55 View commit details
    Browse the repository at this point in the history