Skip to content

Commit

Permalink
redowngrade cookie
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Hawton <[email protected]>
  • Loading branch information
dhawton committed Sep 7, 2024
1 parent 4cd39e9 commit fcdb6df
Show file tree
Hide file tree
Showing 25 changed files with 249 additions and 298 deletions.
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ require (
github.com/aws/aws-sdk-go v1.55.5
github.com/gabriel-vasile/mimetype v1.4.5
github.com/gin-contrib/cors v1.7.2
github.com/gin-contrib/sessions v1.0.1
github.com/gin-contrib/sessions v0.0.5
github.com/gin-gonic/gin v1.10.0
github.com/go-co-op/gocron v1.37.0
github.com/go-playground/assert/v2 v2.2.0
Expand Down Expand Up @@ -78,8 +78,8 @@ require (
github.com/golang/protobuf v1.5.4 // indirect
github.com/google/uuid v1.6.0
github.com/gorilla/context v1.1.2 // indirect
github.com/gorilla/securecookie v1.1.2 // indirect
github.com/gorilla/sessions v1.4.0 // indirect
github.com/gorilla/securecookie v1.1.1 // indirect
github.com/gorilla/sessions v1.2.1 // indirect
github.com/huandu/xstrings v1.5.0 // indirect
github.com/jinzhu/inflection v1.0.0 // indirect
github.com/jinzhu/now v1.1.5 // indirect
Expand Down
57 changes: 44 additions & 13 deletions vendor/github.com/gin-contrib/sessions/.goreleaser.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions vendor/github.com/gin-contrib/sessions/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 0 additions & 20 deletions vendor/github.com/gorilla/securecookie/.editorconfig

This file was deleted.

1 change: 0 additions & 1 deletion vendor/github.com/gorilla/securecookie/.gitignore

This file was deleted.

19 changes: 19 additions & 0 deletions vendor/github.com/gorilla/securecookie/.travis.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/github.com/gorilla/securecookie/LICENSE

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

39 changes: 0 additions & 39 deletions vendor/github.com/gorilla/securecookie/Makefile

This file was deleted.

76 changes: 6 additions & 70 deletions vendor/github.com/gorilla/securecookie/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

25 changes: 25 additions & 0 deletions vendor/github.com/gorilla/securecookie/fuzz.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit fcdb6df

Please sign in to comment.