Chardet removed as its not good enough to detect. Built-int library is good enough.

This commit is contained in:
Musab Gültekin
2019-07-03 20:54:17 +03:00
parent 33238bc875
commit 71683ec6de
3 changed files with 15 additions and 36 deletions

3
go.mod
View File

@ -10,10 +10,9 @@ require (
github.com/fortytw2/leaktest v1.3.0
github.com/fpfeng/httpcache v0.0.0-20181220155740-6b8f16a92be3
github.com/go-kit/kit v0.8.0
github.com/musabgultekin/chardet v0.0.0-20190703142329-3f8ab18f5ee7
github.com/pkg/errors v0.8.1
github.com/prometheus/client_golang v1.0.0
github.com/stretchr/testify v1.3.0
golang.org/x/net v0.0.0-20190522155817-f3200d17e092
golang.org/x/text v0.3.2 // indirect
golang.org/x/text v0.3.2
)