Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
iamralch committed Jul 27, 2021
1 parent 016f649 commit 197268c
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 30 deletions.
23 changes: 14 additions & 9 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,25 @@ go 1.16

require (
github.com/aymerick/raymond v2.0.2+incompatible
github.com/fatih/color v1.10.0
github.com/fatih/color v1.12.0
github.com/go-openapi/inflect v0.19.0
github.com/go-sql-driver/mysql v1.6.0
github.com/google/go-cmp v0.5.6 // indirect
github.com/gosuri/uitable v0.0.4
github.com/jmoiron/sqlx v1.3.3
github.com/lib/pq v1.10.1
github.com/mattn/go-runewidth v0.0.12 // indirect
github.com/mattn/go-sqlite3 v1.14.7
github.com/hashicorp/hcl/v2 v2.10.1 // indirect
github.com/jmoiron/sqlx v1.3.4
github.com/lib/pq v1.10.2
github.com/mattn/go-isatty v0.0.13 // indirect
github.com/mattn/go-runewidth v0.0.13 // indirect
github.com/mattn/go-sqlite3 v1.14.8
github.com/olekukonko/tablewriter v0.0.5
github.com/onsi/ginkgo v1.14.0
github.com/onsi/gomega v1.10.1
github.com/phogolabs/cli v0.0.0-20210430125239-bcee8250ce56
github.com/phogolabs/log v0.0.0-20210430124854-15b4a15a74cc
github.com/rivo/uniseg v0.2.0 // indirect
golang.org/x/mod v0.4.2 // indirect
golang.org/x/tools v0.1.0
github.com/phogolabs/flaw v0.0.0-20210430130223-f948049b189e // indirect
github.com/phogolabs/log v0.0.0-20210430125128-bb23cd1dfac5
github.com/zclconf/go-cty v1.9.0 // indirect
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c // indirect
golang.org/x/tools v0.1.5
google.golang.org/genproto v0.0.0-20210726200206-e7812ac95cc0 // indirect
)
Loading

0 comments on commit 197268c

Please sign in to comment.