Chardet removed as its not good enough to detect. Built-int library is good enough.
This commit is contained in:
3
go.mod
3
go.mod
@ -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
|
||||
)
|
||||
|
Reference in New Issue
Block a user