forked from deblan/database-anonymizer
add dependencies
This commit is contained in:
parent
2378ec2bdf
commit
ac5cb1b32f
2 changed files with 9 additions and 0 deletions
2
go.mod
2
go.mod
|
|
@ -10,7 +10,9 @@ require (
|
|||
require (
|
||||
filippo.io/edwards25519 v1.1.0 // indirect
|
||||
github.com/cpuguy83/go-md2man/v2 v2.0.3 // indirect
|
||||
github.com/georgysavva/scany/v2 v2.1.0 // indirect
|
||||
github.com/go-faker/faker/v4 v4.3.0 // indirect
|
||||
github.com/jmoiron/sqlx v1.3.5 // indirect
|
||||
github.com/lib/pq v1.10.9 // indirect
|
||||
github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
||||
github.com/shopspring/decimal v1.3.1 // indirect
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue