We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d0e8ca3 + 25d2ec4 commit 87e272fCopy full SHA for 87e272f
README.md
@@ -12,6 +12,7 @@ The general usage pattern if vendoring is desired will look something like:
12
```sh
13
PATH="$PATH:$GOPATH/bin"
14
GO111MODULES=off go get github.com/github/depstubber
15
+GO111MODULES=off go install github.com/github/depstubber # Only needed for Go 1.18 and above
16
go mod tidy # required to generate go.sum
17
# generate a vendor/module.txt for the go 1.24 vendor consistency check
18
depstubber -write_module_txt
0 commit comments