[PR #352] [CLOSED] fix(deps): update go modules #1400

Closed
opened 2025-12-29 02:29:56 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/juanfont/headscale/pull/352
Author: @ghost
Created: 2/22/2022
Status: Closed

Base: mainHead: renovateaction/gomod


📝 Commits (1)

  • 7748e7b fix(deps): update go modules

📊 Changes

2 files changed (+23 additions, -7 deletions)

View changed files

📝 go.mod (+7 -7)
📝 go.sum (+16 -0)

📄 Description

This PR contains the following updates:

Package Type Update Change
github.com/klauspost/compress require patch v1.14.2 -> v1.14.4
github.com/pterm/pterm require patch v0.12.36 -> v0.12.37
golang.org/x/crypto require digest f4118a5 -> 8634188
google.golang.org/genproto require digest 6fee9ac -> 43724f9
gorm.io/driver/postgres require minor v1.2.3 -> v1.3.1
gorm.io/driver/sqlite require minor v1.2.6 -> v1.3.1
gorm.io/gorm require minor v1.22.5 -> v1.23.1

Release Notes

klauspost/compress

v1.14.4

Compare Source

What's Changed

Full Changelog: https://github.com/klauspost/compress/compare/v1.14.3...v1.14.4

v1.14.3

Compare Source

What's Changed

Full Changelog: https://github.com/klauspost/compress/compare/v1.14.2...v1.14.3

pterm/pterm

v0.12.37

Compare Source

Features
  • progressbar: Add option to set the MaxWidth of the progressbar
Test
  • progressbar: added 100% test coverage for new features
Code Refactoring
  • putils: Improved styling
go-gorm/postgres

v1.3.1

Compare Source

v1.3.0

Compare Source

go-gorm/sqlite

v1.3.1

Compare Source

v1.3.0

Compare Source

go-gorm/gorm

v1.23.1

Compare Source

v1.23.0

Compare Source


Configuration

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

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

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.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by Renovate Bot.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/juanfont/headscale/pull/352 **Author:** [@ghost](https://github.com/ghost) **Created:** 2/22/2022 **Status:** ❌ Closed **Base:** `main` ← **Head:** `renovateaction/gomod` --- ### 📝 Commits (1) - [`7748e7b`](https://github.com/juanfont/headscale/commit/7748e7b8dc777e6e34cae9fa5a8facd197c6dee2) fix(deps): update go modules ### 📊 Changes **2 files changed** (+23 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+7 -7) 📝 `go.sum` (+16 -0) </details> ### 📄 Description This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/klauspost/compress](https://togithub.com/klauspost/compress) | require | patch | `v1.14.2` -> `v1.14.4` | | [github.com/pterm/pterm](https://togithub.com/pterm/pterm) | require | patch | `v0.12.36` -> `v0.12.37` | | [golang.org/x/crypto](https://togithub.com/golang/crypto) | require | digest | `f4118a5` -> `8634188` | | [google.golang.org/genproto](https://togithub.com/googleapis/go-genproto) | require | digest | `6fee9ac` -> `43724f9` | | [gorm.io/driver/postgres](https://togithub.com/go-gorm/postgres) | require | minor | `v1.2.3` -> `v1.3.1` | | [gorm.io/driver/sqlite](https://togithub.com/go-gorm/sqlite) | require | minor | `v1.2.6` -> `v1.3.1` | | [gorm.io/gorm](https://togithub.com/go-gorm/gorm) | require | minor | `v1.22.5` -> `v1.23.1` | --- ### Release Notes <details> <summary>klauspost/compress</summary> ### [`v1.14.4`](https://togithub.com/klauspost/compress/releases/v1.14.4) [Compare Source](https://togithub.com/klauspost/compress/compare/v1.14.3...v1.14.4) #### What's Changed - flate: Fix rare huffman only (-2) corruption by [@&#8203;klauspost](https://togithub.com/klauspost) in [https://github.com/klauspost/compress/pull/503](https://togithub.com/klauspost/compress/pull/503) - Update deprecated CreateHeaderRaw to correctly call CreateRaw by [@&#8203;saracen](https://togithub.com/saracen) in [https://github.com/klauspost/compress/pull/502](https://togithub.com/klauspost/compress/pull/502) - archive/zip: don't read data descriptor early by [@&#8203;saracen](https://togithub.com/saracen) in [https://github.com/klauspost/compress/pull/501](https://togithub.com/klauspost/compress/pull/501) - huff0: Use static decompression buffer up to 30% faster by [@&#8203;klauspost](https://togithub.com/klauspost) in [https://github.com/klauspost/compress/pull/499](https://togithub.com/klauspost/compress/pull/499) - huff0: Use buffers for 1X decodes by [@&#8203;klauspost](https://togithub.com/klauspost) in [https://github.com/klauspost/compress/pull/500](https://togithub.com/klauspost/compress/pull/500) **Full Changelog**: https://github.com/klauspost/compress/compare/v1.14.3...v1.14.4 ### [`v1.14.3`](https://togithub.com/klauspost/compress/releases/v1.14.3) [Compare Source](https://togithub.com/klauspost/compress/compare/v1.14.2...v1.14.3) #### What's Changed - flate: Improve level 3 compression by [@&#8203;klauspost](https://togithub.com/klauspost) in [https://github.com/klauspost/compress/pull/478](https://togithub.com/klauspost/compress/pull/478) - flate: Improve level 1 speed by ~10% by [@&#8203;klauspost](https://togithub.com/klauspost) in [https://github.com/klauspost/compress/pull/482](https://togithub.com/klauspost/compress/pull/482) - flate: Improve decompression speed 5-10% by [@&#8203;klauspost](https://togithub.com/klauspost) in [https://github.com/klauspost/compress/pull/483](https://togithub.com/klauspost/compress/pull/483) - s2: Improve matching by [@&#8203;klauspost](https://togithub.com/klauspost) in [https://github.com/klauspost/compress/pull/484](https://togithub.com/klauspost/compress/pull/484) & [https://github.com/klauspost/compress/pull/486](https://togithub.com/klauspost/compress/pull/486) - flate: Faster token writer, 1-2% on fastest by [@&#8203;klauspost](https://togithub.com/klauspost) in [https://github.com/klauspost/compress/pull/489](https://togithub.com/klauspost/compress/pull/489) - flate: Improve huffman generation speed ~5% faster by [@&#8203;klauspost](https://togithub.com/klauspost) in [https://github.com/klauspost/compress/pull/490](https://togithub.com/klauspost/compress/pull/490) - flate: Improve incompressible data speed by [@&#8203;klauspost](https://togithub.com/klauspost) in [https://github.com/klauspost/compress/pull/491](https://togithub.com/klauspost/compress/pull/491) - flate: Skip predef checks if many tokens by [@&#8203;klauspost](https://togithub.com/klauspost) in [https://github.com/klauspost/compress/pull/494](https://togithub.com/klauspost/compress/pull/494) **Full Changelog**: https://github.com/klauspost/compress/compare/v1.14.2...v1.14.3 </details> <details> <summary>pterm/pterm</summary> ### [`v0.12.37`](https://togithub.com/pterm/pterm/blob/HEAD/CHANGELOG.md#v01237---2022-02-17) [Compare Source](https://togithub.com/pterm/pterm/compare/v0.12.36...v0.12.37) ##### Features - **progressbar:** Add option to set the `MaxWidth` of the progressbar ##### Test - **progressbar:** added 100% test coverage for new features ##### Code Refactoring - **putils:** Improved styling </details> <details> <summary>go-gorm/postgres</summary> ### [`v1.3.1`](https://togithub.com/go-gorm/postgres/compare/v1.3.0...v1.3.1) [Compare Source](https://togithub.com/go-gorm/postgres/compare/v1.3.0...v1.3.1) ### [`v1.3.0`](https://togithub.com/go-gorm/postgres/compare/v1.2.3...v1.3.0) [Compare Source](https://togithub.com/go-gorm/postgres/compare/v1.2.3...v1.3.0) </details> <details> <summary>go-gorm/sqlite</summary> ### [`v1.3.1`](https://togithub.com/go-gorm/sqlite/compare/v1.3.0...v1.3.1) [Compare Source](https://togithub.com/go-gorm/sqlite/compare/v1.3.0...v1.3.1) ### [`v1.3.0`](https://togithub.com/go-gorm/sqlite/compare/v1.2.6...v1.3.0) [Compare Source](https://togithub.com/go-gorm/sqlite/compare/v1.2.6...v1.3.0) </details> <details> <summary>go-gorm/gorm</summary> ### [`v1.23.1`](https://togithub.com/go-gorm/gorm/compare/v1.23.0...v1.23.1) [Compare Source](https://togithub.com/go-gorm/gorm/compare/v1.23.0...v1.23.1) ### [`v1.23.0`](https://togithub.com/go-gorm/gorm/compare/v1.22.5...v1.23.0) [Compare Source](https://togithub.com/go-gorm/gorm/compare/v1.22.5...v1.23.0) </details> --- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **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](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [x] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 02:29:56 +01:00
adam closed this issue 2025-12-29 02:29:56 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/headscale#1400