pressly / sup

Super simple deployment tool - think of it like 'make' for a network of servers
https://pressly.github.io/sup
MIT License
2.48k stars 176 forks source link

Switch sup to using Go modules #174

Closed stengaard closed 3 years ago

stengaard commented 4 years ago

This PR removes the vendored dependencies and uses Go modules by default.

By comparing the (deleted) vendor/vendor.json and go.mod it can be seen that the intent for which modules to install is the same.

The second commit in this PR specifies a few indirect dependencies (thanks to go mod tidy) that was not included in the in the vendor/ directory of old.

Mic92 commented 3 years ago

Looks like the project is now unmaintained. Do you still maintain your fork?