Skip to content
This repository has been archived by the owner on Dec 9, 2022. It is now read-only.

Use dep to manage dependencies #90

Closed
wants to merge 1 commit into from
Closed

Use dep to manage dependencies #90

wants to merge 1 commit into from

Commits on Jan 17, 2018

  1. Use dep to manage dependencies

    Currently the image inspector uses the `trash` tool to manage the
    dependencies, using the `vendor.conf` file to declare them, and
    commiting `vendor` directory to the source code repository.
    
    This patch changes the project to use the `dep` tool and removes the
    `vendor` directory from the source code repository. The dependencies
    will be downloaded by the `dep` tool when running `make`.
    
    Signed-off-by: Juan Hernandez <juan.hernandez@redhat.com>
    jhernand committed Jan 17, 2018
    Configuration menu
    Copy the full SHA
    12ff49b View commit details
    Browse the repository at this point in the history