forked from deblan/database-anonymizer
add dependencies
This commit is contained in:
parent
1357fff9de
commit
a668f174ca
2 changed files with 7 additions and 18 deletions
11
go.mod
11
go.mod
|
|
@ -3,21 +3,18 @@ module gitnet.fr/deblan/database-anonymizer
|
|||
go 1.22.0
|
||||
|
||||
require (
|
||||
github.com/Knetic/go-namedParameterQuery v0.0.0-20150709205813-b7327e472dfd
|
||||
github.com/go-sql-driver/mysql v1.8.0
|
||||
github.com/lib/pq v1.10.9
|
||||
github.com/tyler-sommer/stick v1.0.6
|
||||
github.com/urfave/cli/v2 v2.27.1
|
||||
gopkg.in/yaml.v3 v3.0.1
|
||||
)
|
||||
|
||||
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
|
||||
github.com/tyler-sommer/stick v1.0.6 // indirect
|
||||
github.com/xrash/smetrics v0.0.0-20231213231151-1d8dd44e695e // indirect
|
||||
golang.org/x/text v0.14.0 // indirect
|
||||
gopkg.in/yaml.v3 v3.0.1 // indirect
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue