forked from deblan/database-anonymizer
add dependencies
This commit is contained in:
parent
ddfd8bdcef
commit
f4d9f834c3
2 changed files with 29 additions and 1 deletions
12
go.mod
12
go.mod
|
|
@ -2,10 +2,20 @@ module gitnet.fr/deblan/database-anonymizer
|
|||
|
||||
go 1.22.0
|
||||
|
||||
require github.com/urfave/cli/v2 v2.27.1
|
||||
require (
|
||||
github.com/go-sql-driver/mysql v1.8.0
|
||||
github.com/urfave/cli/v2 v2.27.1
|
||||
)
|
||||
|
||||
require (
|
||||
filippo.io/edwards25519 v1.1.0 // indirect
|
||||
github.com/cpuguy83/go-md2man/v2 v2.0.3 // indirect
|
||||
github.com/go-faker/faker/v4 v4.3.0 // 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