1
0
Fork 0
mirror of https://github.com/owncast/owncast.git synced 2024-10-28 01:59:38 +01:00

fix(deps): update module golang.org/x/time to v0.7.0
Some checks failed
Build development container / Earthly (push) Failing after 3s
Go Tests / test (1.21.x, ubuntu-latest) (push) Failing after 25s
Automated API tests / test (push) Failing after 2s
CodeQL / Analyze (push) Failing after 6s
Lint / Go linter (push) Failing after 3s
HLS tests / tests (push) Failing after 3s
Go Tests / test (1.22.x, ubuntu-latest) (push) Failing after 24s
Go Tests / test (1.21.x, macos-latest) (push) Has been cancelled
Go Tests / test (1.21.x, windows-latest) (push) Has been cancelled
Go Tests / test (1.22.x, macos-latest) (push) Has been cancelled
Go Tests / test (1.22.x, windows-latest) (push) Has been cancelled
Go Tests / test-bsds (map[name:freebsd version:12.2]) (push) Has been cancelled
Go Tests / test-bsds (map[name:openbsd version:6.8]) (push) Has been cancelled

This commit is contained in:
renovate[bot] 2024-10-16 22:20:44 +00:00 committed by GitHub
parent 21a40540c2
commit 39f486cd52
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 1 deletions

2
go.mod
View file

@ -37,7 +37,7 @@ require (
golang.org/x/crypto v0.28.0
golang.org/x/mod v0.21.0
golang.org/x/net v0.30.0
golang.org/x/time v0.6.0
golang.org/x/time v0.7.0
gopkg.in/evanphx/json-patch.v5 v5.9.0
mvdan.cc/xurls/v2 v2.5.0
)

2
go.sum
View file

@ -236,6 +236,8 @@ golang.org/x/text v0.19.0 h1:kTxAhCbGbxhK0IwgSKiMO5awPoDQ0RpfiVYBfK860YM=
golang.org/x/text v0.19.0/go.mod h1:BuEKDfySbSR4drPmRPG/7iBdf8hvFMuRexcpahXilzY=
golang.org/x/time v0.6.0 h1:eTDhh4ZXt5Qf0augr54TN6suAUudPcawVZeIAPU7D4U=
golang.org/x/time v0.6.0/go.mod h1:3BpzKBy/shNhVucY/MWOyx10tF3SFh9QdLuxbVysPQM=
golang.org/x/time v0.7.0 h1:ntUhktv3OPE6TgYxXWv9vKvUSJyIFJlyohwbkEwPrKQ=
golang.org/x/time v0.7.0/go.mod h1:3BpzKBy/shNhVucY/MWOyx10tF3SFh9QdLuxbVysPQM=
golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ=
golang.org/x/tools v0.0.0-20191119224855-298f0cb1881e/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo=
golang.org/x/tools v0.1.12/go.mod h1:hNGJHUnrk76NpqgfD5Aqm5Crs+Hm0VOH/i9J2+nxYbc=