aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore2
-rw-r--r--go.mod2
2 files changed, 2 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index 4fedfdf..685d647 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,4 @@
*.sw?
-nvd
+cvez
coverage.out
coverage.html
diff --git a/go.mod b/go.mod
index 5e67b9a..8b801e0 100644
--- a/go.mod
+++ b/go.mod
@@ -1,4 +1,4 @@
-module nvd
+module cvez
go 1.18