Skip to content

Commit

Permalink
Update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
iamralch committed Sep 28, 2022
1 parent bf5fed6 commit a752757
Show file tree
Hide file tree
Showing 2 changed files with 262 additions and 3 deletions.
8 changes: 5 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,16 @@ require (
github.com/go-openapi/inflect v0.19.0
github.com/jmoiron/sqlx v1.3.5
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-runewidth v0.0.14 // indirect
github.com/mattn/go-sqlite3 v1.14.15
github.com/onsi/ginkgo/v2 v2.0.0
github.com/onsi/gomega v1.17.0
github.com/phogolabs/log v0.0.0-20210430125128-bb23cd1dfac5
github.com/phogolabs/prana v1.0.0-rc9
github.com/rivo/uniseg v0.3.4 // indirect
github.com/rivo/uniseg v0.4.2 // indirect
github.com/stretchr/testify v1.7.0
golang.org/x/sys v0.0.0-20220829200755-d48e67d00261 // indirect
google.golang.org/genproto v0.0.0-20220829175752-36a9c930ecbf // indirect
golang.org/x/net v0.0.0-20220909164309-bea034e7d591 // indirect
golang.org/x/sys v0.0.0-20220927170352-d9d178bc13c6 // indirect
google.golang.org/genproto v0.0.0-20220927151529-dcaddaf36704 // indirect
google.golang.org/grpc v1.49.0 // indirect
)
Loading

0 comments on commit a752757

Please sign in to comment.