Package independent-lint checks a go.mod file at a given path specified by the -path argument
to ensure that it does not import the list of modules specified by the -deny argument. If
the module is found, it exits with status code 1 and logs an error.