diff options
author | 2020-10-30 22:46:43 -0700 | |
---|---|---|
committer | 2020-10-30 23:00:05 -0700 | |
commit | 2f3708d40c5007062470b0c89b293353ee4f6aa8 (patch) | |
tree | 26975b860ecfb645ebcd09edce8d4de9f615e3a9 /go.mod | |
parent | 46c13b51851374b445ed0458c321808bd83e8869 (diff) | |
download | v2-2f3708d40c5007062470b0c89b293353ee4f6aa8.tar.gz v2-2f3708d40c5007062470b0c89b293353ee4f6aa8.tar.zst v2-2f3708d40c5007062470b0c89b293353ee4f6aa8.zip |
Do not use charset.NewReader if the body is a valid UTF-8 document
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -11,9 +11,9 @@ require ( github.com/prometheus/client_golang v1.8.0 github.com/rylans/getlang v0.0.0-20200505200108-4c3188ff8a2d github.com/stretchr/testify v1.6.1 // indirect - github.com/tdewolff/minify/v2 v2.9.9 // indirect + github.com/tdewolff/minify/v2 v2.9.10 // indirect golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 - golang.org/x/net v0.0.0-20200625001655-4c5254603344 + golang.org/x/net v0.0.0-20201029221708-28c70e62bb1d golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d google.golang.org/appengine v1.6.6 // indirect google.golang.org/protobuf v1.25.0 // indirect |