mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-18 09:37:28 -06:00
[chore]: Bump mvdan.cc/xurls/v2 from 2.4.0 to 2.5.0 (#1702)
Bumps [mvdan.cc/xurls/v2](https://github.com/mvdan/xurls) from 2.4.0 to 2.5.0. - [Release notes](https://github.com/mvdan/xurls/releases) - [Commits](https://github.com/mvdan/xurls/compare/v2.4.0...v2.5.0) --- updated-dependencies: - dependency-name: mvdan.cc/xurls/v2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
ef3004b77f
commit
c5f61c456b
8 changed files with 36 additions and 29 deletions
19
vendor/mvdan.cc/xurls/v2/schemes.go
vendored
19
vendor/mvdan.cc/xurls/v2/schemes.go
vendored
|
|
@ -4,8 +4,7 @@ package xurls
|
|||
|
||||
// Schemes is a sorted list of all IANA assigned schemes.
|
||||
//
|
||||
// Source:
|
||||
// https://www.iana.org/assignments/uri-schemes/uri-schemes-1.csv
|
||||
// Source: https://www.iana.org/assignments/uri-schemes/uri-schemes-1.csv
|
||||
var Schemes = []string{
|
||||
`aaa`,
|
||||
`aaas`,
|
||||
|
|
@ -28,6 +27,7 @@ var Schemes = []string{
|
|||
`attachment`,
|
||||
`aw`,
|
||||
`barion`,
|
||||
`bb`,
|
||||
`beshare`,
|
||||
`bitcoin`,
|
||||
`bitcoincash`,
|
||||
|
|
@ -53,6 +53,7 @@ var Schemes = []string{
|
|||
`content`,
|
||||
`content-type`,
|
||||
`crid`,
|
||||
`cstr`,
|
||||
`cvs`,
|
||||
`dab`,
|
||||
`dat`,
|
||||
|
|
@ -76,6 +77,7 @@ var Schemes = []string{
|
|||
`dvx`,
|
||||
`dweb`,
|
||||
`ed2k`,
|
||||
`eid`,
|
||||
`elsi`,
|
||||
`embedded`,
|
||||
`ens`,
|
||||
|
|
@ -97,10 +99,12 @@ var Schemes = []string{
|
|||
`geo`,
|
||||
`gg`,
|
||||
`git`,
|
||||
`gitoid`,
|
||||
`gizmoproject`,
|
||||
`go`,
|
||||
`gopher`,
|
||||
`graph`,
|
||||
`grd`,
|
||||
`gtalk`,
|
||||
`h323`,
|
||||
`ham`,
|
||||
|
|
@ -144,6 +148,7 @@ var Schemes = []string{
|
|||
`ldaps`,
|
||||
`leaptofrogans`,
|
||||
`lorawan`,
|
||||
`lpa`,
|
||||
`lvlt`,
|
||||
`magnet`,
|
||||
`mailserver`,
|
||||
|
|
@ -161,6 +166,7 @@ var Schemes = []string{
|
|||
`mongodb`,
|
||||
`moz`,
|
||||
`ms-access`,
|
||||
`ms-appinstaller`,
|
||||
`ms-browser-extension`,
|
||||
`ms-calculator`,
|
||||
`ms-drive-to`,
|
||||
|
|
@ -178,11 +184,13 @@ var Schemes = []string{
|
|||
`ms-meetnow`,
|
||||
`ms-mixedrealitycapture`,
|
||||
`ms-mobileplans`,
|
||||
`ms-newsandinterests`,
|
||||
`ms-officeapp`,
|
||||
`ms-people`,
|
||||
`ms-project`,
|
||||
`ms-powerpoint`,
|
||||
`ms-publisher`,
|
||||
`ms-remotedesktop-launch`,
|
||||
`ms-restoretabcompanion`,
|
||||
`ms-screenclip`,
|
||||
`ms-screensketch`,
|
||||
|
|
@ -244,6 +252,7 @@ var Schemes = []string{
|
|||
`opaquelocktoken`,
|
||||
`openpgp4fpr`,
|
||||
`otpauth`,
|
||||
`p1`,
|
||||
`pack`,
|
||||
`palm`,
|
||||
`paparazzi`,
|
||||
|
|
@ -300,6 +309,7 @@ var Schemes = []string{
|
|||
`spotify`,
|
||||
`ssb`,
|
||||
`ssh`,
|
||||
`starknet`,
|
||||
`steam`,
|
||||
`stun`,
|
||||
`stuns`,
|
||||
|
|
@ -309,6 +319,7 @@ var Schemes = []string{
|
|||
`swid`,
|
||||
`swidpath`,
|
||||
`tag`,
|
||||
`taler`,
|
||||
`teamspeak`,
|
||||
`tel`,
|
||||
`teliaeid`,
|
||||
|
|
@ -324,6 +335,7 @@ var Schemes = []string{
|
|||
`tv`,
|
||||
`udp`,
|
||||
`unreal`,
|
||||
`upt`,
|
||||
`urn`,
|
||||
`ut2004`,
|
||||
`uuid-in-package`,
|
||||
|
|
@ -337,9 +349,12 @@ var Schemes = []string{
|
|||
`vscode`,
|
||||
`vscode-insiders`,
|
||||
`vsls`,
|
||||
`w3`,
|
||||
`wais`,
|
||||
`web3`,
|
||||
`wcr`,
|
||||
`webcal`,
|
||||
`web+ap`,
|
||||
`wifi`,
|
||||
`wpid`,
|
||||
`ws`,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue