![]() Replace `go list -m` with `go mod edit -json`, as the latter can return the same information. This will be helpful when the project migrates to using a Go workspace, as it will return the current module defined in go.mod rather than all the modules from the current directory (using a workspace, the top-level go.mod will return all the child modules from the repository). Signed-off-by: Ivan Valdes <ivan@vald.es> |
||
---|---|---|
.. | ||
build_lib.sh | ||
build_tools.sh | ||
build-binary.sh | ||
build-docker.sh | ||
build-release.sh | ||
build.sh | ||
codecov_upload.sh | ||
etcd_version_annotations.txt | ||
fix.sh | ||
fuzzing.sh | ||
genproto.sh | ||
measure-testgrid-flakiness.sh | ||
OWNERS | ||
README | ||
release_mod.sh | ||
release_notes.tpl.txt | ||
release.sh | ||
sync_go_toolchain_directive.sh | ||
test_images.sh | ||
test_lib.sh | ||
test.sh | ||
update_dep.sh | ||
update_proto_annotations.sh | ||
updatebom.sh | ||
verify_genproto.sh | ||
verify_go_versions.sh | ||
verify_proto_annotations.sh |
scripts for etcd development