deps: update and fix chardet import (#9351)
This commit is contained in:
parent
74179d1b5e
commit
81a52442a1
16 changed files with 9 additions and 10 deletions
0
vendor/github.com/gogits/chardet/2022.go → vendor/github.com/gogs/chardet/2022.go
generated
vendored
0
vendor/github.com/gogits/chardet/2022.go → vendor/github.com/gogs/chardet/2022.go
generated
vendored
0
vendor/github.com/gogits/chardet/AUTHORS → vendor/github.com/gogs/chardet/AUTHORS
generated
vendored
0
vendor/github.com/gogits/chardet/AUTHORS → vendor/github.com/gogs/chardet/AUTHORS
generated
vendored
0
vendor/github.com/gogits/chardet/LICENSE → vendor/github.com/gogs/chardet/LICENSE
generated
vendored
0
vendor/github.com/gogits/chardet/LICENSE → vendor/github.com/gogs/chardet/LICENSE
generated
vendored
|
@ -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)
|
1
vendor/github.com/gogs/chardet/go.mod
generated
vendored
Normal file
1
vendor/github.com/gogs/chardet/go.mod
generated
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
module github.com/gogs/chardet
|
0
vendor/github.com/gogits/chardet/utf8.go → vendor/github.com/gogs/chardet/utf8.go
generated
vendored
0
vendor/github.com/gogits/chardet/utf8.go → vendor/github.com/gogs/chardet/utf8.go
generated
vendored
4
vendor/modules.txt
vendored
4
vendor/modules.txt
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue