Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to install with dep #119

Open
lunemec opened this issue Jun 25, 2018 · 3 comments
Open

Unable to install with dep #119

lunemec opened this issue Jun 25, 2018 · 3 comments

Comments

@lunemec
Copy link

lunemec commented Jun 25, 2018

When you use go dep as dependency manager, it installs gomail version from your Releases (version 2.0.0, git commit 41f3572) which is from 2016.

There is missing NewDialer method and example from docs does not work.

I'm not sure if this is go deps problem, but you should probably create new release once in a while.

I worked around this by setting latest commit ID in Gopkg.lock.

Thanks

@g33klord
Copy link

g33klord commented Jul 6, 2018

I am facing same issue. New to golang. help please.

@lunemec
Copy link
Author

lunemec commented Jul 6, 2018

@g33klord if you use go dep you can write the latest commit ID from this repository in Gopkg.lock file in the gomail section. After you save the file, run dep ensure and you should have the version corresponding to that commit ID.

@pedromorgan
Copy link

Note: see #108

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants