mirror of
https://github.com/owncast/owncast.git
synced 2024-10-10 19:16:02 +00:00
Bump xurls import to v2
This commit is contained in:
parent
be08b14276
commit
93edee2f92
@ -17,7 +17,7 @@ import (
|
||||
"github.com/yuin/goldmark/extension"
|
||||
"github.com/yuin/goldmark/renderer/html"
|
||||
"github.com/yuin/goldmark/util"
|
||||
"mvdan.cc/xurls"
|
||||
"mvdan.cc/xurls/v2"
|
||||
|
||||
"github.com/owncast/owncast/core/data"
|
||||
"github.com/owncast/owncast/models"
|
||||
|
@ -21,7 +21,7 @@ import (
|
||||
"github.com/yuin/goldmark"
|
||||
"github.com/yuin/goldmark/extension"
|
||||
"github.com/yuin/goldmark/renderer/html"
|
||||
"mvdan.cc/xurls"
|
||||
"mvdan.cc/xurls/v2"
|
||||
)
|
||||
|
||||
// DoesFileExists checks if the file exists.
|
||||
|
Loading…
x
Reference in New Issue
Block a user