oligot / go-mod-upgrade

Update outdated Go dependencies interactively
MIT License
954 stars 45 forks source link

Update dependencies #18

Closed alessiosavi closed 2 years ago

alessiosavi commented 3 years ago

Update dependencies

oligot commented 3 years ago

Hi,

What's the use case you are trying to solve with this pull request ? I only see dependencies update + other minor changes in the code but they don't really solve a specific or known problem...

alessiosavi commented 3 years ago

No issue, just update dependencies as stated by the title. This because they are 6 months old.

tux21b commented 2 years ago

Can you please update at least survey to a newer version? With this version, I keep getting the following error in Windows and Linux when I try to use the arrow keys:

   ⨯ Choose failed             error=Unexpected Escape Sequence: ['\x1b' 'O']

Updating survey to version v2.3.2 solved the problem.

oligot commented 2 years ago

Done in version v0.6.2. I've extracted the dependencies updates from this PR as there are other changes that are unrelated.