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] Use dep #928

Closed
wants to merge 4 commits into from
Closed

[WIP] Use dep #928

wants to merge 4 commits into from

Commits on Aug 16, 2017

  1. agent/vendor: Update vendored dependencies

    Updating seelog and docker to make the dep migration work easier.
    "dep init" expects versions to be locked to git tags (or master).
    petderek committed Aug 16, 2017
    Configuration menu
    Copy the full SHA
    73c5b84 View commit details
    Browse the repository at this point in the history
  2. agent/vendor: migrating from godep to dep

    Changing dependency manager to 'dep'. Dep will eventually be a part
    of the golang toolchain.
    
    This was done by running:
    
    '''
    dep init
    rm -r agent/Godeps
    '''
    
    More info: https://github.com/golang/dep
    petderek committed Aug 16, 2017
    Configuration menu
    Copy the full SHA
    9c680a0 View commit details
    Browse the repository at this point in the history
  3. agent/vendor: Lock dep versions correctly

    * Use older version of docker from our godep file (1.12.0-rc4)
    * Use actual git tags for gorilla/websocket and stretchr/testify
    petderek committed Aug 16, 2017
    Configuration menu
    Copy the full SHA
    be59ef4 View commit details
    Browse the repository at this point in the history
  4. agent/vendor: fix build issue with windows

    * Add override in go-ansiterm to ensure build
    petderek committed Aug 16, 2017
    Configuration menu
    Copy the full SHA
    d11b7eb View commit details
    Browse the repository at this point in the history