Skip to content

Commit d820a61

Browse files
authored
Merge pull request #101 from creekorful/master
Refactor to use scylladb/termtables
2 parents 0fb0a47 + acba2cf commit d820a61

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ import (
4848
"fmt"
4949
"time"
5050

51-
"github.com/apcera/termtables"
51+
"github.com/scylladb/termtables"
5252
"github.com/araddon/dateparse"
5353
)
5454

dateparse/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import (
66
"os"
77
"time"
88

9-
"github.com/apcera/termtables"
9+
"github.com/scylladb/termtables"
1010
"github.com/araddon/dateparse"
1111
)
1212

example/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import (
55
"fmt"
66
"time"
77

8-
"github.com/apcera/termtables"
8+
"github.com/scylladb/termtables"
99
"github.com/araddon/dateparse"
1010
)
1111

0 commit comments

Comments
 (0)