Skip to content

Commit

Permalink
fix(gomod): fix dependencies by running go mod tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
danvergara committed May 1, 2021
1 parent a5376fb commit 3c70869
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 39 deletions.
23 changes: 6 additions & 17 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,27 +3,16 @@ module github.com/danvergara/dblab
go 1.16

require (
contrib.go.opencensus.io/exporter/stackdriver v0.6.0 // indirect
git.apache.org/thrift.git v0.0.0-20180924222215-a9235805469b // indirect
github.com/cznic/ql v1.2.0 // indirect
github.com/go-ini/ini v1.39.0 // indirect
github.com/go-sql-driver/mysql v1.6.0 // indirect
github.com/golang-migrate/migrate/v4 v4.14.1 // indirect
github.com/golang/lint v0.0.0-20180702182130-06c8688daad7 // indirect
github.com/googleapis/gax-go v2.0.0+incompatible // indirect
github.com/gotestyourself/gotestyourself v2.1.0+incompatible // indirect
github.com/go-sql-driver/mysql v1.6.0
github.com/golang-migrate/migrate/v4 v4.14.1
github.com/hashicorp/errwrap v1.1.0 // indirect
github.com/hashicorp/go-multierror v1.1.1 // indirect
github.com/jackc/fake v0.0.0-20150926172116-812a484cc733 // indirect
github.com/jackc/pgx v3.2.0+incompatible // indirect
github.com/jmoiron/sqlx v1.3.3 // indirect
github.com/jroimartin/gocui v0.4.0 // indirect
github.com/kshvakov/clickhouse v1.3.4 // indirect
github.com/lib/pq v1.10.0 // indirect
github.com/jmoiron/sqlx v1.3.3
github.com/jroimartin/gocui v0.4.0
github.com/lib/pq v1.10.0
github.com/mitchellh/go-homedir v1.1.0
github.com/nsf/termbox-go v1.1.0 // indirect
github.com/olekukonko/tablewriter v0.0.5 // indirect
github.com/openzipkin/zipkin-go v0.1.1 // indirect
github.com/olekukonko/tablewriter v0.0.5
github.com/spf13/cobra v1.1.3
github.com/spf13/viper v1.7.1
github.com/stretchr/testify v1.7.0
Expand Down

0 comments on commit 3c70869

Please sign in to comment.