commit 699614defba63d122c85e801874122200a61407e Author: Simon Vieille Date: Mon Mar 11 22:17:34 2024 +0100 init diff --git a/go.mod b/go.mod new file mode 100644 index 0000000..b5c496d --- /dev/null +++ b/go.mod @@ -0,0 +1,3 @@ +module gitnet.fr/deblan/database-anonymizer + +go 1.22.0