fix(deps): update module mvdan.cc/xurls to v2 (develop) (#2640)

* fix(deps): update module mvdan.cc/xurls to v2

* go mod tidy

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Gabe Kangas <gabek@real-ity.com>
This commit is contained in:
renovate[bot]
2023-01-29 13:26:30 -08:00
committed by GitHub
parent cb3ecd3f44
commit b9e9c7f728
2 changed files with 7 additions and 220 deletions

2
go.mod
View File

@@ -3,7 +3,6 @@ module github.com/owncast/owncast
go 1.17
require (
github.com/amalfra/etag/v2 v2.0.0
github.com/aws/aws-sdk-go v1.44.189
github.com/go-fed/activity v1.0.1-0.20210803212804-d866ba75dd0f
github.com/go-fed/httpsig v1.1.0
@@ -23,7 +22,6 @@ require (
github.com/yuin/goldmark v1.5.3
golang.org/x/mod v0.7.0
golang.org/x/time v0.3.0
mvdan.cc/xurls/v2 v2.4.0
)
require (