isacikgoz / tldr

fast and interactive tldr client written with go
https://isacikgoz.me/tldr/
MIT License
1.36k stars 48 forks source link

Fixing kingpin url #59

Closed biehlerj closed 1 year ago

biehlerj commented 1 year ago

Changes go.mod to use github url for kingpin instead of gopkg.in. This helps fix issues with go install and upgrading dependencies.

biehlerj commented 1 year ago

This should help close issue #44