# Constants
Dep represent dependency installation using `dep ensure`.
Glide represents dependency installation using `glide install`.
GoGetNoModules represents dependency installation using `go get` without modules.
GoGetWithModules represents dependency installation using `go get` with modules.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Type aliases
DependencyInstallerMode is an enum describing how dependencies should be installed.
ModMode corresponds to the possible values of the -mod flag for the Go compiler.