diff options
author | Antoine GIRARD <sapk@users.noreply.github.com> | 2019-12-14 01:15:48 +0100 |
---|---|---|
committer | Lauris BH <lauris@nix.lv> | 2019-12-14 02:15:48 +0200 |
commit | 81a52442a129322acfa12bc22a75aa2652484f33 (patch) | |
tree | 668795fc540bbae4ade570efd7e5d5c9ce47906e /go.mod | |
parent | 74179d1b5e739b3fa0d0915bb35d6b7596fd13af (diff) | |
download | gitea-81a52442a129322acfa12bc22a75aa2652484f33.tar.gz gitea-81a52442a129322acfa12bc22a75aa2652484f33.zip |
deps: update and fix chardet import (#9351)
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -45,7 +45,7 @@ require ( github.com/go-sql-driver/mysql v1.4.1 github.com/go-swagger/go-swagger v0.20.1 github.com/gobwas/glob v0.2.3 - github.com/gogits/chardet v0.0.0-20150115103509-2404f7772561 + github.com/gogs/chardet v0.0.0-20191104214054-4b6791f73a28 github.com/gogs/cron v0.0.0-20171120032916-9f6c956d3e14 github.com/google/go-github/v24 v24.0.1 github.com/gorilla/context v1.1.1 @@ -78,7 +78,6 @@ require ( github.com/quasoft/websspi v1.0.0 github.com/remyoudompheng/bigfft v0.0.0-20190321074620-2f0d2b0e0001 // indirect github.com/russross/blackfriday/v2 v2.0.1 - github.com/saintfish/chardet v0.0.0-20120816061221-3af4cd4741ca // indirect github.com/satori/go.uuid v1.2.0 github.com/sergi/go-diff v1.0.0 github.com/shurcooL/httpfs v0.0.0-20190527155220-6a4d4a70508b // indirect |