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 /vendor/modules.txt | |
parent | 74179d1b5e739b3fa0d0915bb35d6b7596fd13af (diff) | |
download | gitea-81a52442a129322acfa12bc22a75aa2652484f33.tar.gz gitea-81a52442a129322acfa12bc22a75aa2652484f33.zip |
deps: update and fix chardet import (#9351)
Diffstat (limited to 'vendor/modules.txt')
-rw-r--r-- | vendor/modules.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vendor/modules.txt b/vendor/modules.txt index 7673c5f172..d78427d3f0 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -202,8 +202,8 @@ github.com/gobwas/glob/syntax/ast github.com/gobwas/glob/syntax/lexer github.com/gobwas/glob/util/runes github.com/gobwas/glob/util/strings -# github.com/gogits/chardet v0.0.0-20150115103509-2404f7772561 -github.com/gogits/chardet +# github.com/gogs/chardet v0.0.0-20191104214054-4b6791f73a28 +github.com/gogs/chardet # github.com/gogs/cron v0.0.0-20171120032916-9f6c956d3e14 github.com/gogs/cron # github.com/golang-sql/civil v0.0.0-20190719163853-cb61b32ac6fe |