1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-03 12:55:23 +02:00

fix(dependencies): downgrade gorilla/csrf to v1.7.2 (#684)

This commit is contained in:
Viktor Pettersson 2025-04-24 02:13:45 +02:00 committed by GitHub
parent 4e4fd5a4b4
commit 24b3499c70
2 changed files with 3 additions and 3 deletions

2
go.mod
View file

@ -25,7 +25,7 @@ require (
github.com/gofrs/uuid v4.2.0+incompatible
github.com/golang-jwt/jwt/v4 v4.5.2
github.com/google/go-cmp v0.6.0
github.com/gorilla/csrf v1.7.3
github.com/gorilla/csrf v1.7.2
github.com/gorilla/mux v1.8.1
github.com/gorilla/websocket v1.5.0
github.com/hashicorp/go-version v1.7.0