Skip to content
This repository has been archived by the owner on May 6, 2024. It is now read-only.

Use dep for dependencies #25

Merged
merged 1 commit into from Feb 5, 2018
Merged

Use dep for dependencies #25

merged 1 commit into from Feb 5, 2018

Commits on Feb 5, 2018

  1. Use dep for dependencies

    Make setup and predictable builds easier for contributors by locking to
    a set of dependencies. Some of the dependencies have been locked to
    specific commits on master in order to accomodate projects that do not
    ship releases often such as cobra and gomock (see
    spf13/cobra#259 for details).
    
    - Change mockgen commands to use a -source flag to explicitly point to
      the files in vendor for generating mocks. This, for some reason, fixes
      a bug in gomock whereby it uses the vendor path as the import path
      which breaks some dependencies.
    
      See golang/mock#28 for more details.
    jpignata committed Feb 5, 2018
    Configuration menu
    Copy the full SHA
    a3f46fa View commit details
    Browse the repository at this point in the history