summaryrefslogtreecommitdiff
path: root/go.mod
blob: 33b22ee8f90a460cdc809ee1caf00f1988251f4f (plain)
1
2
3
4
5
6
7
8
9
module github.com/Necoro/engarde-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
)