Added missing permissions validation to rewind button (#3282)

Signed-off-by: Benjamin Perez <benjamin@bexsoft.net>
This commit is contained in:
Alex
2024-04-04 23:41:20 -06:00
committed by GitHub
parent 6c50c38f83
commit 963c8f1221
10 changed files with 217 additions and 14 deletions

2
go.mod
View File

@@ -33,7 +33,7 @@ require (
github.com/tidwall/gjson v1.17.1
github.com/unrolled/secure v1.14.0
golang.org/x/crypto v0.21.0
golang.org/x/net v0.22.0
golang.org/x/net v0.23.0
golang.org/x/oauth2 v0.18.0
// Added to include security fix for
// https://github.com/golang/go/issues/56152