hugo mod get
Resolves dependencies in your current Hugo Project
Options
Name | Description |
---|---|
-h, --help | help for get |
-d | Download packages only and do not install |
-f | Valid only when -u is set, forces get -u not to verify that each package has been checked out from the source control repository implied by its import path. This can be useful if the source is a local fork of the original |
-fix | Run the fix tool on downloaded packages before resolving dependencies or building the code |
-insecure | Permits fetching from repositories and resolving custom domains using insecure schemes such as HTTP. Use with caution |
-t | Also download the packages required to build the tests for the specified packages |
-u | Recursively update modules. Use network to update the named packages and their dependencies. By default, get uses the network to check out missing packages but does not use it to look for updates to existing packages |
-v | Enables verbose progress and debug output |