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

[WIP] Migrate dep to go modules #137

Closed

Commits on Nov 21, 2019

  1. Add go.mod and go.sum

    Joonas Bergius committed Nov 21, 2019
    Configuration menu
    Copy the full SHA
    b00f167 View commit details
    Browse the repository at this point in the history
  2. Remove vendor/

    Joonas Bergius committed Nov 21, 2019
    Configuration menu
    Copy the full SHA
    efcefda View commit details
    Browse the repository at this point in the history
  3. Remove Gopkg.{lock,toml}

    Joonas Bergius committed Nov 21, 2019
    Configuration menu
    Copy the full SHA
    8f9c096 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2019

  1. Remove dep commands from Makefile

    Joonas Bergius committed Nov 22, 2019
    Configuration menu
    Copy the full SHA
    1740ad8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    98c9973 View commit details
    Browse the repository at this point in the history
  3. Add GO111MODULE to Makefile

    Joonas Bergius committed Nov 22, 2019
    Configuration menu
    Copy the full SHA
    fac8fea View commit details
    Browse the repository at this point in the history