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

modules: Verification for go modules #1880

Merged
merged 1 commit into from
Aug 7, 2019
Merged

modules: Verification for go modules #1880

merged 1 commit into from
Aug 7, 2019

Commits on Jul 31, 2019

  1. modules: Verification for go modules

    While we move to go modules, perform the dep check for repos
    that still use dep.
    Run `go mod verify` instead for go modules.
    Note, this just verifies the integrity of modules in the local
    cache. We would have instead wanted to verify the vendored code
    here, but that is still not supported.
    golang/go#27348
    
    Fixes #1879
    
    Signed-off-by: Archana Shinde <archana.m.shinde@intel.com>
    amshinde committed Jul 31, 2019
    Configuration menu
    Copy the full SHA
    1e1ffaa View commit details
    Browse the repository at this point in the history