From 0050812233896539a32dcaa727f3e6e44ddafc7b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 16 Apr 2024 09:22:36 +0000 Subject: [PATCH] fix(deps): update module github.com/larksuite/oapi-sdk-go/v3 to v3.2.2 (#113) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/larksuite/oapi-sdk-go/v3](https://togithub.com/larksuite/oapi-sdk-go) | `v3.0.34` -> `v3.2.2` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2flarksuite%2foapi-sdk-go%2fv3/v3.2.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2flarksuite%2foapi-sdk-go%2fv3/v3.2.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2flarksuite%2foapi-sdk-go%2fv3/v3.0.34/v3.2.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2flarksuite%2foapi-sdk-go%2fv3/v3.0.34/v3.2.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
larksuite/oapi-sdk-go (github.com/larksuite/oapi-sdk-go/v3) ### [`v3.2.2`](https://togithub.com/larksuite/oapi-sdk-go/compare/v3.2.1...v3.2.2) [Compare Source](https://togithub.com/larksuite/oapi-sdk-go/compare/v3.2.1...v3.2.2) ### [`v3.2.1`](https://togithub.com/larksuite/oapi-sdk-go/compare/v3.2.0...v3.2.1) [Compare Source](https://togithub.com/larksuite/oapi-sdk-go/compare/v3.2.0...v3.2.1) ### [`v3.2.0`](https://togithub.com/larksuite/oapi-sdk-go/compare/v3.1.4...v3.2.0) [Compare Source](https://togithub.com/larksuite/oapi-sdk-go/compare/v3.1.4...v3.2.0) ### [`v3.1.4`](https://togithub.com/larksuite/oapi-sdk-go/compare/v3.1.3...v3.1.4) [Compare Source](https://togithub.com/larksuite/oapi-sdk-go/compare/v3.1.3...v3.1.4) ### [`v3.1.3`](https://togithub.com/larksuite/oapi-sdk-go/compare/v3.1.2...v3.1.3) [Compare Source](https://togithub.com/larksuite/oapi-sdk-go/compare/v3.1.2...v3.1.3) ### [`v3.1.2`](https://togithub.com/larksuite/oapi-sdk-go/compare/v3.1.0...v3.1.2) [Compare Source](https://togithub.com/larksuite/oapi-sdk-go/compare/v3.1.0...v3.1.2) ### [`v3.1.0`](https://togithub.com/larksuite/oapi-sdk-go/compare/v3.0.34...v3.1.0) [Compare Source](https://togithub.com/larksuite/oapi-sdk-go/compare/v3.0.34...v3.1.0)
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/PingCAP-QE/ee-apps). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- cloudevents-server/go.mod | 2 +- cloudevents-server/go.sum | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/cloudevents-server/go.mod b/cloudevents-server/go.mod index 508cd6c..1434721 100644 --- a/cloudevents-server/go.mod +++ b/cloudevents-server/go.mod @@ -7,7 +7,7 @@ require ( github.com/cloudevents/sdk-go/v2 v2.14.0 github.com/gin-gonic/gin v1.9.1 github.com/go-sql-driver/mysql v1.7.1 - github.com/larksuite/oapi-sdk-go/v3 v3.0.34 + github.com/larksuite/oapi-sdk-go/v3 v3.2.2 github.com/mattn/go-sqlite3 v1.14.22 github.com/pkg/errors v0.9.1 github.com/rs/zerolog v1.32.0 diff --git a/cloudevents-server/go.sum b/cloudevents-server/go.sum index 28e040b..dd9fa87 100644 --- a/cloudevents-server/go.sum +++ b/cloudevents-server/go.sum @@ -271,6 +271,7 @@ github.com/googleapis/gnostic v0.5.5 h1:9fHAtK0uDfpveeqqo1hkEZJcFvYXAiCN3UutL8F9 github.com/googleapis/gnostic v0.5.5/go.mod h1:7+EbHbldMins07ALC74bsA81Ovc97DwqyJO1AENw9kA= github.com/gorilla/mux v1.8.0/go.mod h1:DVbg23sWSpFRCP0SfiEN6jmj59UnW/n46BH5rLB71So= github.com/gorilla/websocket v1.4.2/go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE= +github.com/gorilla/websocket v1.5.0/go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE= github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7/go.mod h1:FecbI9+v66THATjSRHfNgh1IVFe/9kFxbXtjV0ctIMA= github.com/grpc-ecosystem/grpc-gateway v1.14.6/go.mod h1:zdiPV4Yse/1gnckTHtghG4GkDEdKCRJduHpTxT3/jcw= github.com/grpc-ecosystem/grpc-gateway/v2 v2.11.3 h1:lLT7ZLSzGLI08vc9cpd+tYmNWjdKDqyr/2L+f6U12Fk= @@ -329,8 +330,8 @@ github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY= github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE= github.com/kylelemons/godebug v1.1.0 h1:RPNrshWIDI6G2gRW9EHilWtl7Z6Sb1BR0xunSBf0SNc= github.com/kylelemons/godebug v1.1.0/go.mod h1:9/0rRGxNHcop5bhtWyNeEfOS8JIWk580+fNqagV/RAw= -github.com/larksuite/oapi-sdk-go/v3 v3.0.34 h1:RavwHz6lqe7ypXjcwUfaSUJYIof3R3nVyK8HKWF7wZE= -github.com/larksuite/oapi-sdk-go/v3 v3.0.34/go.mod h1:F4MLXkfdc/7WAJPLy4lJ0R6VqCxKgqWYS1uYY84p3SI= +github.com/larksuite/oapi-sdk-go/v3 v3.2.2 h1:II7+gZFD3kwWrh+pz1uCpEq3uaYlciBCa57DvIhJUQw= +github.com/larksuite/oapi-sdk-go/v3 v3.2.2/go.mod h1:ZEplY+kwuIrj/nqw5uSCINNATcH3KdxSN7y+UxYY5fI= github.com/leodido/go-urn v1.2.4 h1:XlAE/cm/ms7TE/VMVoduSpNBoyc2dOxHs5MZSwAN63Q= github.com/leodido/go-urn v1.2.4/go.mod h1:7ZrI8mTSeBSHl/UaRyKQW1qZeMgak41ANeCNaVckg+4= github.com/mailru/easyjson v0.0.0-20190614124828-94de47d64c63/go.mod h1:C1wdFJiN94OJF2b5HbByQZoLdCWB1Yqtg26g4irojpc=