fix(deps): update module golang.org/x/mod to v0.21.0 (#3928)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2024-09-17 20:52:35 -07:00
committed by GitHub
parent 53a1e5d585
commit 41075416f8
2 changed files with 6 additions and 2 deletions

6
go.mod
View File

@@ -1,6 +1,8 @@
module github.com/owncast/owncast
go 1.22
go 1.22.0
toolchain go1.23.1
require (
github.com/aws/aws-sdk-go v1.55.5
@@ -19,7 +21,7 @@ require (
github.com/sirupsen/logrus v1.9.3
github.com/teris-io/shortid v0.0.0-20220617161101-71ec9f2aa569
github.com/yuin/goldmark v1.7.4
golang.org/x/mod v0.20.0
golang.org/x/mod v0.21.0
golang.org/x/time v0.6.0
)