Refactor to use scylladb/termtables

As you may all already know, apcera/termtables has come to a end.
This commit refactor to use the fork from scylladb.

ScyllaDB is an organization, so there's less chance that their
own fork goes offline too.
This commit is contained in:
Aloïs Micard 2020-04-09 08:36:47 +02:00
parent 0fb0a474d1
commit acba2cf96b
No known key found for this signature in database
GPG Key ID: 1A0EB82F071F5EFE
3 changed files with 3 additions and 3 deletions

View File

@ -48,7 +48,7 @@ import (
"fmt"
"time"
"github.com/apcera/termtables"
"github.com/scylladb/termtables"
"github.com/araddon/dateparse"
)

View File

@ -6,7 +6,7 @@ import (
"os"
"time"
"github.com/apcera/termtables"
"github.com/scylladb/termtables"
"github.com/araddon/dateparse"
)

View File

@ -5,7 +5,7 @@ import (
"fmt"
"time"
"github.com/apcera/termtables"
"github.com/scylladb/termtables"
"github.com/araddon/dateparse"
)