araddon / dateparse

GoLang Parse many date strings without knowing format in advance.
MIT License
2.04k stars 163 forks source link

github.com/apcera/termtables is no longer available, breaking main.go and travis CI #90

Closed troyspencer closed 4 years ago

troyspencer commented 5 years ago

github.com/apcera/termtables is no longer available, so go get -t -v ./... fails.

troyspencer commented 5 years ago

This is fixed in #89 by vendoring termtables.

creekorful commented 4 years ago

Hello @troyspencer, I have made a PR with a fix little bit different from the one that you've proposed, can you check and it and tell me what you think?

Thank in advance

troyspencer commented 4 years ago

Hello @troyspencer, I have made a PR with a fix little bit different from the one that you've proposed, can you check and it and tell me what you think?

Thank in advance

Looks good. I did the vendoring maybe a day after the dependency went offline as I didn't feel like supporting termtables myself.