summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod6
1 files changed, 6 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index 522b283..1ba569a 100644
--- a/go.mod
+++ b/go.mod
@@ -1,3 +1,9 @@
module github.com/Necoro/enguarde-importer
go 1.17
+
+require (
+ github.com/gogs/chardet v0.0.0-20211120154057-b7413eaefb8f
+ github.com/jszwec/csvutil v1.6.0
+ golang.org/x/text v0.3.7
+)