Files
etcd/scripts
Ivan Valdes cbc14d78e6 scripts: Use go mod instead of go list to get dependencies
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>
2025-02-21 20:48:15 -08:00
..
2024-02-13 13:24:55 +05:30
2025-02-14 09:23:08 -08:00
2025-01-30 13:24:51 -08:00

scripts for etcd development