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

Move from dep to go modules #1303

Merged
merged 17 commits into from
May 9, 2019
Merged

Move from dep to go modules #1303

merged 17 commits into from
May 9, 2019

Commits on Mar 27, 2019

  1. update vendor

    Signed-off-by: Xiang Dai <764524258@qq.com>
    daixiang0 committed Mar 27, 2019
    Configuration menu
    Copy the full SHA
    9086dc9 View commit details
    Browse the repository at this point in the history
  2. move to module

    Signed-off-by: Xiang Dai <764524258@qq.com>
    daixiang0 committed Mar 27, 2019
    Configuration menu
    Copy the full SHA
    f06843a View commit details
    Browse the repository at this point in the history
  3. update Makefile

    Signed-off-by: Xiang Dai <764524258@qq.com>
    daixiang0 committed Mar 27, 2019
    Configuration menu
    Copy the full SHA
    b60d2e9 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2019

  1. update CI config

    Signed-off-by: Xiang Dai <764524258@qq.com>
    daixiang0 committed Apr 10, 2019
    Configuration menu
    Copy the full SHA
    7863579 View commit details
    Browse the repository at this point in the history
  2. update test tool

    Signed-off-by: Xiang Dai <764524258@qq.com>
    daixiang0 committed Apr 10, 2019
    Configuration menu
    Copy the full SHA
    ac682ba View commit details
    Browse the repository at this point in the history
  3. Update go.mod and go.sum with go mod tidy

    Signed-off-by: Xiang Dai <764524258@qq.com>
    daixiang0 committed Apr 10, 2019
    Configuration menu
    Copy the full SHA
    14ecf87 View commit details
    Browse the repository at this point in the history
  4. Revert "update vendor"

    This reverts commit 9086dc9.
    
    Signed-off-by: Xiang Dai <764524258@qq.com>
    daixiang0 committed Apr 10, 2019
    Configuration menu
    Copy the full SHA
    2935f3d View commit details
    Browse the repository at this point in the history
  5. update module file

    Signed-off-by: Xiang Dai <764524258@qq.com>
    daixiang0 committed Apr 10, 2019
    Configuration menu
    Copy the full SHA
    93ef338 View commit details
    Browse the repository at this point in the history
  6. Update README

    Signed-off-by: Xiang Dai <764524258@qq.com>
    daixiang0 committed Apr 10, 2019
    Configuration menu
    Copy the full SHA
    41c6063 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6c9793c View commit details
    Browse the repository at this point in the history

Commits on May 6, 2019

  1. Update the vendor directory with the changes

    Signed-off-by: Goutham Veeramachaneni <gouthamve@gmail.com>
    gouthamve committed May 6, 2019
    Configuration menu
    Copy the full SHA
    cd07e26 View commit details
    Browse the repository at this point in the history
  2. Make sure there are no differences in vendor

    Signed-off-by: Goutham Veeramachaneni <gouthamve@gmail.com>
    gouthamve committed May 6, 2019
    Configuration menu
    Copy the full SHA
    b92b0b1 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' into mod

    Signed-off-by: Goutham Veeramachaneni <gouthamve@gmail.com>
    gouthamve committed May 6, 2019
    Configuration menu
    Copy the full SHA
    88db4e8 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2019

  1. fix go.sum

    Signed-off-by: Goutham Veeramachaneni <gouthamve@gmail.com>
    gouthamve committed May 7, 2019
    Configuration menu
    Copy the full SHA
    9103d01 View commit details
    Browse the repository at this point in the history
  2. Nuke the final dep bits

    Signed-off-by: Goutham Veeramachaneni <gouthamve@gmail.com>
    gouthamve committed May 7, 2019
    Configuration menu
    Copy the full SHA
    ed4ec98 View commit details
    Browse the repository at this point in the history
  3. fix language issue

    Signed-off-by: Xiang Dai <764524258@qq.com>
    daixiang0 committed May 7, 2019
    Configuration menu
    Copy the full SHA
    d42a235 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2019

  1. Revert "update test tool"

    This reverts commit ac682ba.
    
    Signed-off-by: Xiang Dai <764524258@qq.com>
    daixiang0 committed May 9, 2019
    Configuration menu
    Copy the full SHA
    408e409 View commit details
    Browse the repository at this point in the history