Skip to content

Commit

Permalink
fix(deps): update module github.com/larksuite/oapi-sdk-go/v3 to v3.2.2 (
Browse files Browse the repository at this point in the history
#113)

[![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

<details>
<summary>larksuite/oapi-sdk-go
(github.com/larksuite/oapi-sdk-go/v3)</summary>

###
[`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)

</details>

---

### 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.

---

- [ ] <!-- rebase-check -->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).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yOTMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjI5My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Apr 16, 2024
1 parent 0637f97 commit 0050812
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cloudevents-server/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 3 additions & 2 deletions cloudevents-server/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -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=
Expand Down Expand Up @@ -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=
Expand Down

0 comments on commit 0050812

Please sign in to comment.