Skip to content

Commit

Permalink
Merge pull request #87 from augmentable-dev/cleaner_table_output
Browse files Browse the repository at this point in the history
Cleaner table output
  • Loading branch information
patrickdevivo authored Dec 26, 2020
2 parents e7a9048 + fb8f69f commit 0f163dc
Show file tree
Hide file tree
Showing 4 changed files with 155 additions and 19 deletions.
11 changes: 5 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,22 @@ go 1.13
require (
github.com/DATA-DOG/go-sqlmock v1.5.0
github.com/gitsight/go-vcsurl v1.0.0
github.com/go-openapi/strfmt v0.19.11 // indirect
github.com/google/go-github v17.0.0+incompatible
github.com/google/go-querystring v1.0.0 // indirect
github.com/jedib0t/go-pretty v4.3.0+incompatible
github.com/jroimartin/gocui v0.4.0
github.com/kr/text v0.2.0 // indirect
github.com/libgit2/git2go/v31 v31.3.4
github.com/mattn/go-runewidth v0.0.9 // indirect
github.com/mattn/go-sqlite3 v1.14.4
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/nsf/termbox-go v0.0.0-20201107200903-9b52a5faed9e // indirect
github.com/olekukonko/tablewriter v0.0.4
github.com/spf13/cobra v1.1.1
golang.org/x/crypto v0.0.0-20200820211705-5c72a883971a // indirect
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45
golang.org/x/sync v0.0.0-20190423024810-112230192c58
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e
golang.org/x/sys v0.0.0-20201223074533-0d417f636930 // indirect
golang.org/x/term v0.0.0-20201210144234-2321bbc49cbf
golang.org/x/time v0.0.0-20190308202827-9d24e82272b4
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
gopkg.in/yaml.v2 v2.3.0 // indirect
)

replace github.com/mattn/go-sqlite3 v1.14.4 => github.com/patrickdevivo/go-sqlite3 v1.14.6-0.20201219185255-a526406471dd
Loading

0 comments on commit 0f163dc

Please sign in to comment.