hugo mod get

Resolves dependencies in your current Hugo Project

Options

NameDescription
-h, --helphelp for get
-dDownload packages only and do not install
-fValid 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
-fixRun the fix tool on downloaded packages before resolving dependencies or building the code
-insecurePermits fetching from repositories and resolving custom domains using insecure schemes such as HTTP. Use with caution
-tAlso download the packages required to build the tests for the specified packages
-uRecursively 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
-vEnables verbose progress and debug output