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

Replacing dep with go modules #662

Merged
merged 12 commits into from
Jan 4, 2019
Merged

Commits on Dec 24, 2018

  1. Add go-modules to build system

    Signed-off-by: Marcos G. Yedro <marcosyedro@gmail.com>
    marcosy committed Dec 24, 2018
    Configuration menu
    Copy the full SHA
    0b82eab View commit details
    Browse the repository at this point in the history
  2. Removing dep-related commands and files

    Signed-off-by: Marcos G. Yedro <marcosyedro@gmail.com>
    marcosy committed Dec 24, 2018
    Configuration menu
    Copy the full SHA
    825ccec View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2018

  1. Makefile refactor, adding help target

    Signed-off-by: Marcos G. Yedro <marcosyedro@gmail.com>
    marcosy committed Dec 26, 2018
    Configuration menu
    Copy the full SHA
    9a3d7a6 View commit details
    Browse the repository at this point in the history
  2. Updating documentation

    Signed-off-by: Marcos G. Yedro <marcosyedro@gmail.com>
    marcosy committed Dec 26, 2018
    Configuration menu
    Copy the full SHA
    939dff3 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' into adding-go-modules

    Signed-off-by: Marcos G. Yedro <marcosyedro@gmail.com>
    marcosy committed Dec 26, 2018
    Configuration menu
    Copy the full SHA
    7a6129b View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2018

  1. Updating gofrs to use modules

    Signed-off-by: Marcos G. Yedro <marcosyedro@gmail.com>
    marcosy committed Dec 27, 2018
    Configuration menu
    Copy the full SHA
    9b31901 View commit details
    Browse the repository at this point in the history
  2. Removing missing dep references

    Signed-off-by: Marcos G. Yedro <marcosyedro@gmail.com>
    marcosy committed Dec 27, 2018
    Configuration menu
    Copy the full SHA
    41f3afd View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2019

  1. Adding new module for tools/utils

    Signed-off-by: Marcos G. Yedro <marcosyedro@gmail.com>
    marcosy committed Jan 2, 2019
    Configuration menu
    Copy the full SHA
    34a6dbe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d2fa6c3 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2019

  1. Move utils to tools folder (recommended name)

    Signed-off-by: Marcos G. Yedro <marcosyedro@gmail.com>
    marcosy committed Jan 3, 2019
    Configuration menu
    Copy the full SHA
    f07cc12 View commit details
    Browse the repository at this point in the history
  2. Run 'go mod tidy' in tools module

    Signed-off-by: Marcos G. Yedro <marcosyedro@gmail.com>
    marcosy committed Jan 3, 2019
    Configuration menu
    Copy the full SHA
    d7bcda2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7fbe74b View commit details
    Browse the repository at this point in the history