it's built in just run "go mod vendor" and it puts all the dependencies inside a tree inside the "vendor" folder at the root (next to the go.mod)
it's built in just run "go mod vendor" and it puts all the dependencies inside a tree inside the "vendor" folder at the root (next to the go.mod)