Directories
¶
| Path | Synopsis |
|---|---|
|
cmd
|
|
|
dockerfilefix
command
Command dockerfilefix raises the golang image tag in every Dockerfile under the working directory to the go directive of the module that Dockerfile builds.
|
Command dockerfilefix raises the golang image tag in every Dockerfile under the working directory to the go directive of the module that Dockerfile builds. |
|
modfix
command
Command modfix runs govulncheck over the modules under the working directory and applies the fixes it reports.
|
Command modfix runs govulncheck over the modules under the working directory and applies the fixes it reports. |
|
ymlfix
command
Command ymlfix raises a version recorded in a YAML file to the one a repository of Go modules now needs.
|
Command ymlfix raises a version recorded in a YAML file to the one a repository of Go modules now needs. |
|
Package internal holds the testcases/*.txtar scenarios and the code that reads them, shared by the test harness and the repro command.
|
Package internal holds the testcases/*.txtar scenarios and the code that reads them, shared by the test harness and the repro command. |
|
cmd/repro
command
Command repro sets up one of modfix's testcases/*.txtar scenarios in a temp directory so you can run the commands against it by hand, outside the test harness.
|
Command repro sets up one of modfix's testcases/*.txtar scenarios in a temp directory so you can run the commands against it by hand, outside the test harness. |
|
gomod
Package gomod finds the Go modules in a repository and reads their go.mod files.
|
Package gomod finds the Go modules in a repository and reads their go.mod files. |
Click to show internal directories.
Click to hide internal directories.