transfer
transfer copied to clipboard
`go get...` deprecated, dependency declaration invalid
Invalid is probably too harsh of a term, more like relocated or redirected to a different repository. You will see in the error output:
go: github.com/rinetd/transfer imports
github.com/rinetd/transfer/cmd imports
github.com/rinetd/transfer/codec imports
github.com/DHowett/go-plist: github.com/DHowett/[email protected]: parsing go.mod:
module declares its path as: howett.net/plist
but was required as: github.com/DHowett/go-plist
There has been four changes to the main branch since 2018. It would be nice if another, more up-to-date release was cut.