fix(deps): update module github.com/amalfra/etag to v2 (#2484)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2022-12-23 15:03:13 -08:00
committed by GitHub
parent e63d6082c6
commit b9b6bba813
2 changed files with 3 additions and 1 deletions

3
go.mod
View File

@@ -3,7 +3,7 @@ module github.com/owncast/owncast
go 1.17
require (
github.com/amalfra/etag v1.0.0
github.com/amalfra/etag/v2 v2.0.0
github.com/aws/aws-sdk-go v1.44.167
github.com/go-fed/activity v1.0.1-0.20210803212804-d866ba75dd0f
github.com/go-fed/httpsig v1.1.0
@@ -74,6 +74,7 @@ require (
)
require (
github.com/amalfra/etag v1.0.0
github.com/andybalholm/cascadia v1.3.1
gopkg.in/evanphx/json-patch.v5 v5.6.0
mvdan.cc/xurls v1.1.0