qlik-oss / enigma-go

Go library for consuming Qlik's Associative Engine.
MIT License
39 stars 12 forks source link

chore(deps): update minor and patch #309

Closed renovate[bot] closed 8 months ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
actions/setup-go action minor v2.1.3 -> v2.2.0
cimg/go docker minor 1.18 -> 1.21
cimg/go docker minor 1.17 -> 1.21
cimg/go docker minor 1.16 -> 1.21
github.com/golang-jwt/jwt/v4 require minor v4.2.0 -> v4.5.0
github.com/stretchr/testify require minor v1.7.0 -> v1.8.4
golang.org/x/net require minor v0.7.0 -> v0.15.0

Release Notes

actions/setup-go (actions/setup-go) ### [`v2.2.0`](https://togithub.com/actions/setup-go/releases/tag/v2.2.0): Add check-latest input [Compare Source](https://togithub.com/actions/setup-go/compare/v2.1.5...v2.2.0) In scope of this release we add the [check-latest](https://togithub.com/actions/setup-go/pull/186) input. If `check-latest` is set to `true`, the action first checks if the cached version is the latest one. If the locally cached version is not the most up-to-date, a Go version will then be downloaded from [go-versions](https://togithub.com/actions/go-versions) repository. By default `check-latest` is set to `false`. Example of usage: ```yaml steps: - uses: actions/checkout@v2 - uses: actions/setup-go@v2 with: go-version: '1.16' check-latest: true - run: go version ``` Moreover, we updated `@actions/core` from `1.2.6` to `1.6.0` ### [`v2.1.5`](https://togithub.com/actions/setup-go/releases/tag/v2.1.5) [Compare Source](https://togithub.com/actions/setup-go/compare/v2.1.4...v2.1.5) In scope of this release we updated `matchers.json` to improve the problem matcher pattern. For more information please refer to this [pull request](https://togithub.com/actions/setup-go/pull/98) ### [`v2.1.4`](https://togithub.com/actions/setup-go/releases/tag/v2.1.4) [Compare Source](https://togithub.com/actions/setup-go/compare/v2.1.3...v2.1.4) #### What's Changed - Fix extractor selection on windows by [@​paulcacheux](https://togithub.com/paulcacheux) in [https://github.com/actions/setup-go/pull/141](https://togithub.com/actions/setup-go/pull/141) #### New Contributors - [@​paulcacheux](https://togithub.com/paulcacheux) made their first contribution in [https://github.com/actions/setup-go/pull/141](https://togithub.com/actions/setup-go/pull/141) **Full Changelog**: https://github.com/actions/setup-go/compare/v2.1.3...v2.1.4
golang-jwt/jwt (github.com/golang-jwt/jwt/v4) ### [`v4.5.0`](https://togithub.com/golang-jwt/jwt/releases/tag/v4.5.0) [Compare Source](https://togithub.com/golang-jwt/jwt/compare/v4.4.3...v4.5.0) #### What's Changed - Allow strict base64 decoding by [@​AlexanderYastrebov](https://togithub.com/AlexanderYastrebov) in [https://github.com/golang-jwt/jwt/pull/259](https://togithub.com/golang-jwt/jwt/pull/259) **Full Changelog**: https://github.com/golang-jwt/jwt/compare/v4.4.3...v4.5.0 ### [`v4.4.3`](https://togithub.com/golang-jwt/jwt/releases/tag/v4.4.3) [Compare Source](https://togithub.com/golang-jwt/jwt/compare/v4.4.2...v4.4.3) #### What's Changed - fix: link update for README.md for v4 by [@​krokite](https://togithub.com/krokite) in [https://github.com/golang-jwt/jwt/pull/217](https://togithub.com/golang-jwt/jwt/pull/217) - Implement a BearerExtractor by [@​WhyNotHugo](https://togithub.com/WhyNotHugo) in [https://github.com/golang-jwt/jwt/pull/226](https://togithub.com/golang-jwt/jwt/pull/226) - Bump matrix to support latest go version (go1.19) by [@​mfridman](https://togithub.com/mfridman) in [https://github.com/golang-jwt/jwt/pull/231](https://togithub.com/golang-jwt/jwt/pull/231) - Include https://github.com/golang-jwt/jwe in README by [@​oxisto](https://togithub.com/oxisto) in [https://github.com/golang-jwt/jwt/pull/229](https://togithub.com/golang-jwt/jwt/pull/229) - Add doc comment to ParseWithClaims by [@​jkopczyn](https://togithub.com/jkopczyn) in [https://github.com/golang-jwt/jwt/pull/232](https://togithub.com/golang-jwt/jwt/pull/232) - Refactor: removed the unneeded if statement by [@​Krout0n](https://togithub.com/Krout0n) in [https://github.com/golang-jwt/jwt/pull/241](https://togithub.com/golang-jwt/jwt/pull/241) - No pointer embedding in the example by [@​oxisto](https://togithub.com/oxisto) in [https://github.com/golang-jwt/jwt/pull/255](https://togithub.com/golang-jwt/jwt/pull/255) #### New Contributors - [@​krokite](https://togithub.com/krokite) made their first contribution in [https://github.com/golang-jwt/jwt/pull/217](https://togithub.com/golang-jwt/jwt/pull/217) - [@​WhyNotHugo](https://togithub.com/WhyNotHugo) made their first contribution in [https://github.com/golang-jwt/jwt/pull/226](https://togithub.com/golang-jwt/jwt/pull/226) - [@​jkopczyn](https://togithub.com/jkopczyn) made their first contribution in [https://github.com/golang-jwt/jwt/pull/232](https://togithub.com/golang-jwt/jwt/pull/232) - [@​Krout0n](https://togithub.com/Krout0n) made their first contribution in [https://github.com/golang-jwt/jwt/pull/241](https://togithub.com/golang-jwt/jwt/pull/241) **Full Changelog**: https://github.com/golang-jwt/jwt/compare/v4.4.2...v4.4.3 ### [`v4.4.2`](https://togithub.com/golang-jwt/jwt/releases/tag/v4.4.2) [Compare Source](https://togithub.com/golang-jwt/jwt/compare/v4.4.1...v4.4.2) #### What's Changed - Added MicahParks/keyfunc to extensions by [@​oxisto](https://togithub.com/oxisto) in [https://github.com/golang-jwt/jwt/pull/194](https://togithub.com/golang-jwt/jwt/pull/194) - Update link to v4 on pkg.go.dev page by [@​polRk](https://togithub.com/polRk) in [https://github.com/golang-jwt/jwt/pull/195](https://togithub.com/golang-jwt/jwt/pull/195) - add installation guidelines to the README file by [@​morelmiles](https://togithub.com/morelmiles) in [https://github.com/golang-jwt/jwt/pull/204](https://togithub.com/golang-jwt/jwt/pull/204) - chore: replace ioutil with io and os by [@​estensen](https://togithub.com/estensen) in [https://github.com/golang-jwt/jwt/pull/198](https://togithub.com/golang-jwt/jwt/pull/198) - CI check for Go code formatting by [@​mfridman](https://togithub.com/mfridman) in [https://github.com/golang-jwt/jwt/pull/206](https://togithub.com/golang-jwt/jwt/pull/206) - Create SECURITY.md by [@​mfridman](https://togithub.com/mfridman) in [https://github.com/golang-jwt/jwt/pull/171](https://togithub.com/golang-jwt/jwt/pull/171) - Update SECURITY.md by [@​oxisto](https://togithub.com/oxisto) in [https://github.com/golang-jwt/jwt/pull/207](https://togithub.com/golang-jwt/jwt/pull/207) - Fixed integer overflow in NumericDate.MarshalJSON by [@​qqiao](https://togithub.com/qqiao) in [https://github.com/golang-jwt/jwt/pull/200](https://togithub.com/golang-jwt/jwt/pull/200) - Claims in rsa_test.go Table Driven Test are Unused by [@​gkech](https://togithub.com/gkech) in [https://github.com/golang-jwt/jwt/pull/212](https://togithub.com/golang-jwt/jwt/pull/212) #### New Contributors - [@​polRk](https://togithub.com/polRk) made their first contribution in [https://github.com/golang-jwt/jwt/pull/195](https://togithub.com/golang-jwt/jwt/pull/195) - [@​morelmiles](https://togithub.com/morelmiles) made their first contribution in [https://github.com/golang-jwt/jwt/pull/204](https://togithub.com/golang-jwt/jwt/pull/204) - [@​estensen](https://togithub.com/estensen) made their first contribution in [https://github.com/golang-jwt/jwt/pull/198](https://togithub.com/golang-jwt/jwt/pull/198) - [@​qqiao](https://togithub.com/qqiao) made their first contribution in [https://github.com/golang-jwt/jwt/pull/200](https://togithub.com/golang-jwt/jwt/pull/200) - [@​gkech](https://togithub.com/gkech) made their first contribution in [https://github.com/golang-jwt/jwt/pull/212](https://togithub.com/golang-jwt/jwt/pull/212) **Full Changelog**: https://github.com/golang-jwt/jwt/compare/v4.4.1...v4.4.2 ### [`v4.4.1`](https://togithub.com/golang-jwt/jwt/releases/tag/v4.4.1) [Compare Source](https://togithub.com/golang-jwt/jwt/compare/v4.4.0...v4.4.1) #### What's Changed - Add go1.18 to ci pipeline by [@​mfridman](https://togithub.com/mfridman) in [https://github.com/golang-jwt/jwt/pull/173](https://togithub.com/golang-jwt/jwt/pull/173) - Revert "feat: port clockskew support ([#​139](https://togithub.com/golang-jwt/jwt/issues/139))" by [@​mfridman](https://togithub.com/mfridman) in [https://github.com/golang-jwt/jwt/pull/184](https://togithub.com/golang-jwt/jwt/pull/184) Note, this release contains a Go module retraction for a prior release `v4.4.0`: ```go retract ( v4.4.0 // Contains a backwards incompatible change to the Claims interface. ) ``` **Full Changelog**: https://github.com/golang-jwt/jwt/compare/v4.4.0...v4.4.1 ### [`v4.4.0`](https://togithub.com/golang-jwt/jwt/releases/tag/v4.4.0) [Compare Source](https://togithub.com/golang-jwt/jwt/compare/v4.3.0...v4.4.0) #### What's Changed - fix: expired token error message by [@​ydylla](https://togithub.com/ydylla) in [https://github.com/golang-jwt/jwt/pull/165](https://togithub.com/golang-jwt/jwt/pull/165) - feat: port clockskew support by [@​ksegun](https://togithub.com/ksegun) in [https://github.com/golang-jwt/jwt/pull/139](https://togithub.com/golang-jwt/jwt/pull/139) #### New Contributors - [@​ydylla](https://togithub.com/ydylla) made their first contribution in [https://github.com/golang-jwt/jwt/pull/165](https://togithub.com/golang-jwt/jwt/pull/165) - [@​ksegun](https://togithub.com/ksegun) made their first contribution in [https://github.com/golang-jwt/jwt/pull/139](https://togithub.com/golang-jwt/jwt/pull/139) **Full Changelog**: https://github.com/golang-jwt/jwt/compare/v4.3.0...v4.4.0 ### [`v4.3.0`](https://togithub.com/golang-jwt/jwt/releases/tag/v4.3.0) [Compare Source](https://togithub.com/golang-jwt/jwt/compare/v4.2.0...v4.3.0) #### What's Changed - Support `errors.Is` for token extractors by [@​stefantds](https://togithub.com/stefantds) in [https://github.com/golang-jwt/jwt/pull/141](https://togithub.com/golang-jwt/jwt/pull/141) - Implementing `Is(err) bool` to support Go 1.13 style error checking by [@​oxisto](https://togithub.com/oxisto) in [https://github.com/golang-jwt/jwt/pull/136](https://togithub.com/golang-jwt/jwt/pull/136) - remove unnecessary for loop in token signing string for readability by [@​hyeonjae](https://togithub.com/hyeonjae) in [https://github.com/golang-jwt/jwt/pull/34](https://togithub.com/golang-jwt/jwt/pull/34) - updated README.md to contain more extensions by [@​matelang](https://togithub.com/matelang) in [https://github.com/golang-jwt/jwt/pull/155](https://togithub.com/golang-jwt/jwt/pull/155) - Add JWT logo attribution by [@​mfridman](https://togithub.com/mfridman) in [https://github.com/golang-jwt/jwt/pull/161](https://togithub.com/golang-jwt/jwt/pull/161) - fix: fixed typo detect by cSpell by [@​giautm](https://togithub.com/giautm) in [https://github.com/golang-jwt/jwt/pull/164](https://togithub.com/golang-jwt/jwt/pull/164) - Set json encoding precision by [@​mfridman](https://togithub.com/mfridman) in [https://github.com/golang-jwt/jwt/pull/162](https://togithub.com/golang-jwt/jwt/pull/162) #### New Contributors - [@​stefantds](https://togithub.com/stefantds) made their first contribution in [https://github.com/golang-jwt/jwt/pull/141](https://togithub.com/golang-jwt/jwt/pull/141) - [@​hyeonjae](https://togithub.com/hyeonjae) made their first contribution in [https://github.com/golang-jwt/jwt/pull/34](https://togithub.com/golang-jwt/jwt/pull/34) - [@​matelang](https://togithub.com/matelang) made their first contribution in [https://github.com/golang-jwt/jwt/pull/155](https://togithub.com/golang-jwt/jwt/pull/155) - [@​giautm](https://togithub.com/giautm) made their first contribution in [https://github.com/golang-jwt/jwt/pull/164](https://togithub.com/golang-jwt/jwt/pull/164) **Full Changelog**: https://github.com/golang-jwt/jwt/compare/v4.2.0...v4.3.0
stretchr/testify (github.com/stretchr/testify) ### [`v1.8.4`](https://togithub.com/stretchr/testify/compare/v1.8.3...v1.8.4) [Compare Source](https://togithub.com/stretchr/testify/compare/v1.8.3...v1.8.4) ### [`v1.8.3`](https://togithub.com/stretchr/testify/compare/v1.8.2...v1.8.3) [Compare Source](https://togithub.com/stretchr/testify/compare/v1.8.2...v1.8.3) ### [`v1.8.2`](https://togithub.com/stretchr/testify/compare/v1.8.1...v1.8.2) [Compare Source](https://togithub.com/stretchr/testify/compare/v1.8.1...v1.8.2) ### [`v1.8.1`](https://togithub.com/stretchr/testify/compare/v1.8.0...v1.8.1) [Compare Source](https://togithub.com/stretchr/testify/compare/v1.8.0...v1.8.1) ### [`v1.8.0`](https://togithub.com/stretchr/testify/compare/v1.7.5...v1.8.0) [Compare Source](https://togithub.com/stretchr/testify/compare/v1.7.5...v1.8.0) ### [`v1.7.5`](https://togithub.com/stretchr/testify/compare/v1.7.4...v1.7.5) [Compare Source](https://togithub.com/stretchr/testify/compare/v1.7.4...v1.7.5) ### [`v1.7.4`](https://togithub.com/stretchr/testify/compare/v1.7.3...v1.7.4) [Compare Source](https://togithub.com/stretchr/testify/compare/v1.7.3...v1.7.4) ### [`v1.7.3`](https://togithub.com/stretchr/testify/compare/v1.7.2...v1.7.3) [Compare Source](https://togithub.com/stretchr/testify/compare/v1.7.2...v1.7.3) ### [`v1.7.2`](https://togithub.com/stretchr/testify/compare/v1.7.1...v1.7.2) [Compare Source](https://togithub.com/stretchr/testify/compare/v1.7.1...v1.7.2) ### [`v1.7.1`](https://togithub.com/stretchr/testify/compare/v1.7.0...v1.7.1) [Compare Source](https://togithub.com/stretchr/testify/compare/v1.7.0...v1.7.1)

Configuration

šŸ“… Schedule: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).

šŸš¦ Automerge: Enabled.

ā™» Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

šŸ‘» Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



This PR has been generated by Mend Renovate. View repository job log here.

renovate[bot] commented 1 year ago

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

āš  Warning: custom changes will be lost.