Verify checks that the dependencies of the current module, which are stored in a local downloaded source cache, have not been modified since being downloaded.
```
hugo mod verify [flags]
```
### Options
```
--clean delete module cache for dependencies that fail verification
-h, --help help for verify
```
### Options inherited from parent commands
```
--config string config file (default is path/config.yaml|json|toml)