[wip] configuration
This commit is contained in:
parent
699614defb
commit
ddfd8bdcef
4 changed files with 103 additions and 0 deletions
8
go.mod
8
go.mod
|
|
@ -1,3 +1,11 @@
|
|||
module gitnet.fr/deblan/database-anonymizer
|
||||
|
||||
go 1.22.0
|
||||
|
||||
require github.com/urfave/cli/v2 v2.27.1
|
||||
|
||||
require (
|
||||
github.com/cpuguy83/go-md2man/v2 v2.0.3 // indirect
|
||||
github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
||||
github.com/xrash/smetrics v0.0.0-20231213231151-1d8dd44e695e // indirect
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue