aboutsummaryrefslogtreecommitdiffstats
path: root/vendor
diff options
context:
space:
mode:
authorAntoine GIRARD <sapk@users.noreply.github.com>2019-12-14 01:15:48 +0100
committerLauris BH <lauris@nix.lv>2019-12-14 02:15:48 +0200
commit81a52442a129322acfa12bc22a75aa2652484f33 (patch)
tree668795fc540bbae4ade570efd7e5d5c9ce47906e /vendor
parent74179d1b5e739b3fa0d0915bb35d6b7596fd13af (diff)
downloadgitea-81a52442a129322acfa12bc22a75aa2652484f33.tar.gz
gitea-81a52442a129322acfa12bc22a75aa2652484f33.zip
deps: update and fix chardet import (#9351)
Diffstat (limited to 'vendor')
-rw-r--r--vendor/github.com/gogs/chardet/2022.go (renamed from vendor/github.com/gogits/chardet/2022.go)0
-rw-r--r--vendor/github.com/gogs/chardet/AUTHORS (renamed from vendor/github.com/gogits/chardet/AUTHORS)0
-rw-r--r--vendor/github.com/gogs/chardet/LICENSE (renamed from vendor/github.com/gogits/chardet/LICENSE)0
-rw-r--r--vendor/github.com/gogs/chardet/README.md (renamed from vendor/github.com/gogits/chardet/README.md)2
-rw-r--r--vendor/github.com/gogs/chardet/detector.go (renamed from vendor/github.com/gogits/chardet/detector.go)0
-rw-r--r--vendor/github.com/gogs/chardet/go.mod1
-rw-r--r--vendor/github.com/gogs/chardet/icu-license.html (renamed from vendor/github.com/gogits/chardet/icu-license.html)0
-rw-r--r--vendor/github.com/gogs/chardet/multi_byte.go (renamed from vendor/github.com/gogits/chardet/multi_byte.go)0
-rw-r--r--vendor/github.com/gogs/chardet/recognizer.go (renamed from vendor/github.com/gogits/chardet/recognizer.go)0
-rw-r--r--vendor/github.com/gogs/chardet/single_byte.go (renamed from vendor/github.com/gogits/chardet/single_byte.go)0
-rw-r--r--vendor/github.com/gogs/chardet/unicode.go (renamed from vendor/github.com/gogits/chardet/unicode.go)0
-rw-r--r--vendor/github.com/gogs/chardet/utf8.go (renamed from vendor/github.com/gogits/chardet/utf8.go)0
-rw-r--r--vendor/modules.txt4
13 files changed, 4 insertions, 3 deletions
diff --git a/vendor/github.com/gogits/chardet/2022.go b/vendor/github.com/gogs/chardet/2022.go
index e667225e5e..e667225e5e 100644
--- a/vendor/github.com/gogits/chardet/2022.go
+++ b/vendor/github.com/gogs/chardet/2022.go
diff --git a/vendor/github.com/gogits/chardet/AUTHORS b/vendor/github.com/gogs/chardet/AUTHORS
index 842d0216db..842d0216db 100644
--- a/vendor/github.com/gogits/chardet/AUTHORS
+++ b/vendor/github.com/gogs/chardet/AUTHORS
diff --git a/vendor/github.com/gogits/chardet/LICENSE b/vendor/github.com/gogs/chardet/LICENSE
index 35ee796b94..35ee796b94 100644
--- a/vendor/github.com/gogits/chardet/LICENSE
+++ b/vendor/github.com/gogs/chardet/LICENSE
diff --git a/vendor/github.com/gogits/chardet/README.md b/vendor/github.com/gogs/chardet/README.md
index bbde23fb73..f5c7cc2087 100644
--- a/vendor/github.com/gogits/chardet/README.md
+++ b/vendor/github.com/gogs/chardet/README.md
@@ -9,4 +9,4 @@ The project was created by [saintfish](http://github.com/saintfish/chardet). In
## Documentation and Usage
-See [pkgdoc](http://godoc.org/github.com/gogits/chardet)
+See [pkgdoc](http://godoc.org/github.com/gogs/chardet)
diff --git a/vendor/github.com/gogits/chardet/detector.go b/vendor/github.com/gogs/chardet/detector.go
index e11c222e49..e11c222e49 100644
--- a/vendor/github.com/gogits/chardet/detector.go
+++ b/vendor/github.com/gogs/chardet/detector.go
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
diff --git a/vendor/github.com/gogits/chardet/icu-license.html b/vendor/github.com/gogs/chardet/icu-license.html
index d078d0575b..d078d0575b 100644
--- a/vendor/github.com/gogits/chardet/icu-license.html
+++ b/vendor/github.com/gogs/chardet/icu-license.html
diff --git a/vendor/github.com/gogits/chardet/multi_byte.go b/vendor/github.com/gogs/chardet/multi_byte.go
index b5cdf3d6de..b5cdf3d6de 100644
--- a/vendor/github.com/gogits/chardet/multi_byte.go
+++ b/vendor/github.com/gogs/chardet/multi_byte.go
diff --git a/vendor/github.com/gogits/chardet/recognizer.go b/vendor/github.com/gogs/chardet/recognizer.go
index 1bf8461c3e..1bf8461c3e 100644
--- a/vendor/github.com/gogits/chardet/recognizer.go
+++ b/vendor/github.com/gogs/chardet/recognizer.go
diff --git a/vendor/github.com/gogits/chardet/single_byte.go b/vendor/github.com/gogs/chardet/single_byte.go
index a7ce39bc2f..a7ce39bc2f 100644
--- a/vendor/github.com/gogits/chardet/single_byte.go
+++ b/vendor/github.com/gogs/chardet/single_byte.go
diff --git a/vendor/github.com/gogits/chardet/unicode.go b/vendor/github.com/gogs/chardet/unicode.go
index 6f9fa9e67f..6f9fa9e67f 100644
--- a/vendor/github.com/gogits/chardet/unicode.go
+++ b/vendor/github.com/gogs/chardet/unicode.go
diff --git a/vendor/github.com/gogits/chardet/utf8.go b/vendor/github.com/gogs/chardet/utf8.go
index ae036ad9bc..ae036ad9bc 100644
--- a/vendor/github.com/gogits/chardet/utf8.go
+++ b/vendor/github.com/gogs/chardet/utf8.go
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