Update module github.com/gorilla/securecookie to v1.1.2
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
github.com/gorilla/securecookie | require | patch |
v1.1.1 -> v1.1.2
|
Release Notes
gorilla/securecookie (github.com/gorilla/securecookie)
v1.1.2
What's Changed
- fix New not checking for an empty hashKey by @Wessie in https://github.com/gorilla/securecookie/pull/52
- Update LICENSE & AUTHORS files by @elithrar in https://github.com/gorilla/securecookie/pull/54
- Create go.mod to be aware of go modules by @flibustenet in https://github.com/gorilla/securecookie/pull/55
- Create release_drafter.yml by @elithrar in https://github.com/gorilla/securecookie/pull/57
- [docs] Clarify usage of GenerateRandomKey by @elithrar in https://github.com/gorilla/securecookie/pull/58
- github: remove false-match for language detection by @nilslice in https://github.com/gorilla/securecookie/pull/59
- Create config.yml by @elithrar in https://github.com/gorilla/securecookie/pull/63
- doc: correct a reference to block size that was meant to be key size by @FiloSottile in https://github.com/gorilla/securecookie/pull/64
- Include an example for using DecodeMulti in the Readme by @tflyons in https://github.com/gorilla/securecookie/pull/69
- build: use build matrix; drop Go <= 1.10 by @elithrar in https://github.com/gorilla/securecookie/pull/74
- Update README.md by @coreydaley in https://github.com/gorilla/securecookie/pull/78
- docs: changed deprecated goo.gl links to their unshortened variant by @vvvvv in https://github.com/gorilla/securecookie/pull/77
- Update go version & add verification/testing tools by @coreydaley in https://github.com/gorilla/securecookie/pull/81
- update GitHub workflows by @coreydaley in https://github.com/gorilla/securecookie/pull/82
New Contributors
- @Wessie made their first contribution in https://github.com/gorilla/securecookie/pull/52
- @flibustenet made their first contribution in https://github.com/gorilla/securecookie/pull/55
- @nilslice made their first contribution in https://github.com/gorilla/securecookie/pull/59
- @FiloSottile made their first contribution in https://github.com/gorilla/securecookie/pull/64
- @tflyons made their first contribution in https://github.com/gorilla/securecookie/pull/69
- @coreydaley made their first contribution in https://github.com/gorilla/securecookie/pull/78
- @vvvvv made their first contribution in https://github.com/gorilla/securecookie/pull/77
Full Changelog: https://github.com/gorilla/securecookie/compare/v1.1.1...v1.1.2
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.