mailhog / mhsendmail

sendmail for MailHog
MIT License
253 stars 60 forks source link

Installation fails on latest Go "installing executables with 'go get' in module mode is deprecated" #35

Closed tertek closed 1 year ago

tertek commented 2 years ago
go version go1.17.12 linux/amd64
sh-4.4# go get github.com/mailhog/mhsendmail
go: downloading github.com/mailhog/mhsendmail v0.2.0
go: downloading github.com/ogier/pflag v0.0.1
go get: installing executables with 'go get' in module mode is deprecated.
        Use 'go install pkg@version' instead.
        For more information, see https://golang.org/doc/go-get-install-deprecation
        or run 'go help get' or 'go help install'.