hookdeck / hookdeck-cli

Alternative to ngrok for localhost asynchronous web development (e.g. webhooks). No account required.
https://hookdeck.com?ref=github-hookdeck-cli
Apache License 2.0
260 stars 9 forks source link

refactor: Use go-survey instead of promptui #61

Closed alexluong closed 12 months ago

alexluong commented 1 year ago

Previously when I was building the workspace management feature, I haven't looked closely enough to our dependency and pulled in a new library promptui for the select. Later on I noticed we're using go-survey in the past which seems like it's better maintained so I'm making this PR to remove promptui from our dependency.