1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-07 06:45:23 +02:00

fix(dependencies): downgrade gorilla/csrf to v1.7.2 [BE-11832] (#689)

This commit is contained in:
Oscar Zhou 2025-04-24 12:14:18 +12:00 committed by GitHub
parent 83527da1a8
commit c474322889
2 changed files with 3 additions and 3 deletions

2
go.mod
View file

@ -27,7 +27,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