File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed
Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ require (
66 github.com/dmwm/cmsauth v0.0.0-20230224144745-c57dbeca74a3
77 github.com/go-playground/validator/v10 v10.11.2
88 github.com/google/uuid v1.3.0
9- github.com/gorilla/csrf v1.7.1
9+ github.com/gorilla/csrf v1.7.3
1010 github.com/gorilla/mux v1.8.0
1111 github.com/graph-gophers/graphql-go v1.5.0
1212 github.com/lestrrat-go/file-rotatelogs v2.4.0+incompatible
@@ -28,7 +28,7 @@ require (
2828 github.com/go-ole/go-ole v1.2.6 // indirect
2929 github.com/go-playground/locales v0.14.1 // indirect
3030 github.com/go-playground/universal-translator v0.18.1 // indirect
31- github.com/gorilla/securecookie v1.1.1 // indirect
31+ github.com/gorilla/securecookie v1.1.2 // indirect
3232 github.com/kr/text v0.2.0 // indirect
3333 github.com/leodido/go-urn v1.2.1 // indirect
3434 github.com/lestrrat-go/strftime v1.0.6 // indirect
Original file line number Diff line number Diff line change @@ -17,14 +17,15 @@ github.com/go-playground/validator/v10 v10.11.2 h1:q3SHpufmypg+erIExEKUmsgmhDTyh
1717github.com/go-playground/validator/v10 v10.11.2 /go.mod h1:NieE624vt4SCTJtD87arVLvdmjPAeV8BQlHtMnw9D7s =
1818github.com/google/go-cmp v0.5.7 /go.mod h1:n+brtR0CgQNWTVd5ZUFpTBC8YFBDLK/h/bpaJ8/DtOE =
1919github.com/google/go-cmp v0.5.9 h1:O2Tfq5qg4qc4AmwVlvv0oLiVAGB7enBSJ2x2DqQFi38 =
20+ github.com/google/gofuzz v1.2.0 h1:xRy4A+RhZaiKjJ1bPfwQ8sedCA+YS2YcCHW6ec7JMi0 =
2021github.com/google/uuid v1.3.0 h1:t6JiXgmwXMjEs8VusXIJk2BXHsn+wx8BZdTaoZ5fu7I =
2122github.com/google/uuid v1.3.0 /go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo =
22- github.com/gorilla/csrf v1.7.1 h1:Ir3o2c1/Uzj6FBxMlAUB6SivgVMy1ONXwYgXn+/aHPE =
23- github.com/gorilla/csrf v1.7.1 /go.mod h1:+a/4tCmqhG6/w4oafeAZ9pEa3/NZOWYVbD9fV0FwIQA =
23+ github.com/gorilla/csrf v1.7.3 h1:BHWt6FTLZAb2HtWT5KDBf6qgpZzvtbp9QWDRKZMXJC0 =
24+ github.com/gorilla/csrf v1.7.3 /go.mod h1:F1Fj3KG23WYHE6gozCmBAezKookxbIvUJT+121wTuLk =
2425github.com/gorilla/mux v1.8.0 h1:i40aqfkR1h2SlN9hojwV5ZA91wcXFOvkdNIeFDP5koI =
2526github.com/gorilla/mux v1.8.0 /go.mod h1:DVbg23sWSpFRCP0SfiEN6jmj59UnW/n46BH5rLB71So =
26- github.com/gorilla/securecookie v1.1.1 h1:miw7JPhV+b/lAHSXz4qd/nN9jRiAFV5FwjeKyCS8BvQ =
27- github.com/gorilla/securecookie v1.1.1 /go.mod h1:ra0sb63/xPlUeL+yeDciTfxMRAA+MP+HVt/4epWDjd4 =
27+ github.com/gorilla/securecookie v1.1.2 h1:YCIWL56dvtr73r6715mJs5ZvhtnY73hBvEF8kXD8ePA =
28+ github.com/gorilla/securecookie v1.1.2 /go.mod h1:NfCASbcHqRSY+3a8tlWJwsQap2VX5pwzwo4h3eOamfo =
2829github.com/graph-gophers/graphql-go v1.5.0 h1:fDqblo50TEpD0LY7RXk/LFVYEVqo3+tXMNMPSVXA1yc =
2930github.com/graph-gophers/graphql-go v1.5.0 /go.mod h1:YtmJZDLbF1YYNrlNAuiO5zAStUWc3XZT07iGsVqe1Os =
3031github.com/jonboulle/clockwork v0.3.0 h1:9BSCMi8C+0qdApAp4auwX0RkLGUjs956h0EkuQymUhg =
You can’t perform that action at this time.
0 commit comments