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/github.com/gogs/chardet/go.mod | |
parent | 74179d1b5e739b3fa0d0915bb35d6b7596fd13af (diff) | |
download | gitea-81a52442a129322acfa12bc22a75aa2652484f33.tar.gz gitea-81a52442a129322acfa12bc22a75aa2652484f33.zip |
deps: update and fix chardet import (#9351)
Diffstat (limited to 'vendor/github.com/gogs/chardet/go.mod')
-rw-r--r-- | vendor/github.com/gogs/chardet/go.mod | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vendor/github.com/gogs/chardet/go.mod b/vendor/github.com/gogs/chardet/go.mod new file mode 100644 index 0000000000..d8653b8164 --- /dev/null +++ b/vendor/github.com/gogs/chardet/go.mod @@ -0,0 +1 @@ +module github.com/gogs/chardet |