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

Dependency Warnings #8

Open
mickelsonm opened this issue May 11, 2015 · 2 comments
Open

Dependency Warnings #8

mickelsonm opened this issue May 11, 2015 · 2 comments

Comments

@mickelsonm
Copy link

I am getting dependency warnings when using this library:

2015/05/11 10:04:20 WARNING: Package "github.com/jmcvetta/restclient" is deprecated.
2015/05/11 10:04:20 WARNING: It has been replaced by "github.com/jmcvetta/napping".
2015/05/11 10:04:20 WARNING: All bugfixes and new development will occur in Napping.

Is there a plan to update the library to use these new dependencies? Right now I am on the fence about whether I should use this library in my project or if I should roll my own. Definitely would like to use the official library if I can though!

Thanks!

@tlianza
Copy link

tlianza commented Jul 3, 2015

We're using this client, but I'm also a bit concerned about the warnings. Did you wind up rolling your own? I probably won't until we run into a tangible issue.

@mickelsonm
Copy link
Author

Nope, I didn't roll my own. I basically just forked the postmaster library, then I baked the deprecated restclient library into it. I know it's hacky/dirty, but I didn't have time to refactor the library to work with the mentioned napping library like it suggests. Perhaps in the future someone could update it....not a mission critical thing, but the warning messages I found annoying in my application.

Here is that forked version if you're curious to see it.

Good luck!

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

2 participants