Using dep with a project depending on "gomail" results in unbuildable package · Issue #777 · golang/dep

Repro steps See minimal repro here. Description The problem is dep resolves gopkg.in/gomail.v2 to an ancient commit (#41f3572), which doesn't have the NewDialer function. go get, however, does the ...