Skip to content

Commit

Permalink
fix naming
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey committed Mar 12, 2020
1 parent 6ac3380 commit 2eb6a02
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"os"
"time"

"github.com/scyllabd/termtables"
"github.com/scylladb/termtables"
"github.com/jezman/libgorion"
"github.com/spf13/cobra"
)
Expand Down
1 change: 1 addition & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ require (
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/jezman/libgorion v0.1.5
github.com/mattn/go-runewidth v0.0.3 // indirect
github.com/scylladb/termtables v1.0.0
github.com/spf13/cobra v0.0.3
github.com/spf13/pflag v1.0.3 // indirect
golang.org/x/crypto v0.0.0-20181112202954-3d3f9f413869 // indirect
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ github.com/jezman/libgorion v0.1.5 h1:gIsY3+RtPPpdPcbUehZHLXYNpQl1AnlN6bgZBzWwlU
github.com/jezman/libgorion v0.1.5/go.mod h1:PqCXqlJJzalgSi2MsUgPVYqUkplMb7dPf/LuABK2qIQ=
github.com/mattn/go-runewidth v0.0.3 h1:a+kO+98RDGEfo6asOGMmpodZq4FNtnGP54yps8BzLR4=
github.com/mattn/go-runewidth v0.0.3/go.mod h1:LwmH8dsx7+W8Uxz3IHJYH5QSwggIsqBzpuz5H//U1FU=
github.com/scylladb/termtables v1.0.0 h1:uUnesUY4V1VPCotpOQLb1LjTXVvzwy7Ramx8K8+w+8U=
github.com/scylladb/termtables v1.0.0/go.mod h1:C1a7PQSMz9NShzorzCiG2fk9+xuCgLkPeCvMHYR2OWg=
github.com/spf13/cobra v0.0.3 h1:ZlrZ4XsMRm04Fr5pSFxBgfND2EBVa1nLpiy1stUsX/8=
github.com/spf13/cobra v0.0.3/go.mod h1:1l0Ry5zgKvJasoi3XT1TypsSe7PqH0Sj9dhYf7v3XqQ=
github.com/spf13/pflag v1.0.3 h1:zPAT6CGy6wXeQ7NtTnaTerfKOsV6V6F8agHXFiazDkg=
Expand Down
2 changes: 1 addition & 1 deletion render/tables.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package render

import (
"github.com/scyllabd/termtables"
"github.com/scylladb/termtables"
"github.com/jezman/libgorion"
)

Expand Down

0 comments on commit 2eb6a02

Please sign in to comment.