Clivern / Hamster

🐀 A Bot toolkit for github that supports OAuth, Events, API, Custom Commands and Check Runs.
MIT License
43 stars 2 forks source link

Update module ugorji/go to v1 - autoclosed #45

Closed renovate[bot] closed 4 years ago

renovate[bot] commented 4 years ago

This PR contains the following updates:

Package Type Update Change
github.com/ugorji/go require major v0.0.0-20170215201144-c88ee250d022 -> v1.1.7

Release Notes

ugorji/go ### [`v1.1.7`](https://togithub.com/ugorji/go/releases/v1.1.7) [Compare Source](https://togithub.com/ugorji/go/compare/v1.1.6...v1.1.7) This is a production release of go-codec. First, it resolves the go.mod impasse where we had different import paths (`github.com/ugorji/go` and `github.com/ugorji/go/codec`) causing the `ambiguous import` error. This is now fixed by leveraging import cycles to ensure that either one works well and resolves to the same bits. The other benefits are a clean up and refactoring of the codebase: - provide better and more consistent performance - streamline the use of sync.Pool vs free lists - Use more optimized helpers when not in safe mode - Smoothen rough edges across the board - and many more ... The main goal has always been to provide the most feature-rich and performant package for encoding and decoding of multiple popular binary and text formats in a consistent way. We believe we have achieved that! ### [`v1.1.6`](https://togithub.com/ugorji/go/compare/v1.1.4...v1.1.6) [Compare Source](https://togithub.com/ugorji/go/compare/v1.1.4...v1.1.6) ### [`v1.1.4`](https://togithub.com/ugorji/go/releases/v1.1.4) [Compare Source](https://togithub.com/ugorji/go/compare/v1.1.2...v1.1.4) This is a production release of go-codec. It enforces a stable import path for releases of go which may or may not be aware of modules. It fixes the incorrect go.mod in the (broken and now removed) v1.1.3 tag and 1.1.3 release. It also includes fixes and optimizations since the last release, including clearer handling of UTF-8 and strings (readonly raw bytes). ### [`v1.1.2`](https://togithub.com/ugorji/go/releases/v1.1.2) [Compare Source](https://togithub.com/ugorji/go/compare/v1.1.1...v1.1.2) This is a production release of go-codec. It includes fixes and optimizations over the last 9 months, including: - better use of resource pooling and lazy initialization - support for mid-stack inlining and lock-free optimizations - better support for go modules - feature support for MissingFielder, MaxDepth, etc - general performance improvements across the board

Renovate configuration

:date: Schedule: At any time (no schedule defined).

:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.

:recycle: Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "rebase!".

:no_bell: Ignore: Close this PR and you won't be reminded about this update again.



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