Skip to content

Commit

Permalink
Update module github.com/gorilla/sessions to v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 15, 2024
1 parent 1b4be3e commit b4ddebb
Show file tree
Hide file tree
Showing 28 changed files with 504 additions and 280 deletions.
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require (
github.com/coreos/go-oidc v2.1.0+incompatible
github.com/go-mysql-org/go-mysql v1.4.0
github.com/go-sql-driver/mysql v1.5.0
github.com/gorilla/sessions v1.2.0
github.com/gorilla/sessions v1.3.0
github.com/hashicorp/go-multierror v1.0.0
github.com/labstack/echo v3.3.10+incompatible
github.com/namsral/flag v1.7.4-pre
Expand Down Expand Up @@ -37,9 +37,9 @@ require (
github.com/gogo/protobuf v1.3.2 // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/google/go-cmp v0.5.9 // indirect
github.com/google/gofuzz v1.1.0 // indirect
github.com/google/gofuzz v1.2.0 // indirect
github.com/googleapis/gnostic v0.5.5 // indirect
github.com/gorilla/securecookie v1.1.1 // indirect
github.com/gorilla/securecookie v1.1.2 // indirect
github.com/hashicorp/errwrap v1.0.0 // indirect
github.com/imdario/mergo v0.3.5 // indirect
github.com/jmespath/go-jmespath v0.3.0 // indirect
Expand Down
113 changes: 6 additions & 107 deletions go.sum

Large diffs are not rendered by default.

11 changes: 4 additions & 7 deletions vendor/github.com/google/gofuzz/.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/google/gofuzz/CONTRIBUTING.md

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

18 changes: 18 additions & 0 deletions vendor/github.com/google/gofuzz/README.md

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

81 changes: 81 additions & 0 deletions vendor/github.com/google/gofuzz/bytesource/bytesource.go

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

137 changes: 118 additions & 19 deletions vendor/github.com/google/gofuzz/fuzz.go

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

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

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

1 change: 1 addition & 0 deletions vendor/github.com/gorilla/securecookie/.gitignore

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

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

This file was deleted.

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.

Loading

0 comments on commit b4ddebb

Please sign in to comment.