• Edward Muller's avatar
    Handle go version tags · 35ee059b
    Edward Muller authored
    Fixes #448
    
    Obey the go tool's definition of how the go versions build tags work for
    the purposes of dependency scanning.
    
    Don't use the current go version, but the recorded go version in
    Godeps.json.
    
    FIXME: We still copy the files. This is sub optimal, but probably fine
    in the 80% case where people are using the version of go they have
    specified in the Godeps.json file. Longer term we need to obey the
    gofiles / ignore lists from the package list.
    35ee059b
match_test.go 2.08 KB