Overbryd / gcloudex

Friendly set of wrappers for Google Cloud Platform services' API's in Elixir.
64 stars 39 forks source link

Cannot upgrade to latest versions of httpoison,certifi,idna,hackney. #15

Open himanshu0128 opened 7 years ago

himanshu0128 commented 7 years ago

After installing gcloudex and goth, i had to run mix deps.get again which downgraded several dependencies.

Update gcloudex to use newer versions if these deps.

aandr commented 6 years ago

I'd also add Poison to the list. GCloudex requires 1.2 or 2.1, current is 3.1.

dsignr commented 6 years ago

I believe @sashaafm wasn't able to do it because Goth internally used Httpoison 0.xx. I just raised an issue on Goth as well and @peburrows was kind enough to respond and address the issue.