Skip to content

Commit

Permalink
feat: add sqlx package
Browse files Browse the repository at this point in the history
  • Loading branch information
ravisuhag committed Aug 20, 2022
1 parent 0ead832 commit 5fc1f8f
Show file tree
Hide file tree
Showing 6 changed files with 1,238 additions and 26 deletions.
7 changes: 4 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,20 @@ require (
github.com/MakeNowJust/heredoc v1.0.0
github.com/briandowns/spinner v1.18.0
github.com/charmbracelet/glamour v0.3.0
github.com/golang-migrate/migrate/v4 v4.15.2
github.com/gorilla/mux v1.8.0
github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0
github.com/grpc-ecosystem/grpc-gateway/v2 v2.6.0
github.com/hashicorp/go-version v1.3.0
github.com/jeremywohl/flatten v1.0.1
github.com/jmoiron/sqlx v1.3.5
github.com/mattn/go-isatty v0.0.14
github.com/mcuadros/go-defaults v1.2.0
github.com/mitchellh/mapstructure v1.4.1
github.com/muesli/termenv v0.9.0
github.com/olekukonko/tablewriter v0.0.5
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.11.0 // indirect
github.com/schollz/progressbar/v3 v3.8.5
github.com/sirupsen/logrus v1.8.1
github.com/soheilhy/cmux v0.1.5
Expand All @@ -29,9 +30,9 @@ require (
github.com/stretchr/testify v1.7.0
go.buf.build/odpf/gw/odpf/proton v1.1.9
go.uber.org/zap v1.19.0
google.golang.org/grpc v1.40.0
google.golang.org/grpc v1.45.0
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
gorm.io/datatypes v1.0.0
gorm.io/driver/postgres v1.0.8
gorm.io/gorm v1.20.12
gorm.io/gorm v1.21.4
)
Loading

0 comments on commit 5fc1f8f

Please sign in to comment.