Merge pull request #101 from creekorful/master

Refactor to use scylladb/termtables
This commit is contained in:
Aaron Raddon 2020-04-09 15:51:46 -07:00 committed by GitHub
commit d820a6159a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

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