We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
go work vendor
go mod vendor
1 parent a04f08f commit a90968dCopy full SHA for a90968d
1 file changed
go/gen.py
@@ -48,7 +48,7 @@ def options():
48
existing_build_files = set(go_extractor_dir.glob("*/**/BUILD.bazel"))
49
50
print("updating vendor directory")
51
-subprocess.check_call([go, "-C", go_extractor_dir, "work", "vendor"])
+subprocess.check_call([go, "-C", go_extractor_dir, "mod", "vendor"])
52
53
if opts.force:
54
print("clearing generated BUILD files")
0 commit comments