Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update golang packages #40

Merged
merged 1 commit into from
Jul 31, 2024
Merged

Update golang packages #40

merged 1 commit into from
Jul 31, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 29, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/gin-gonic/gin v1.9.1 -> v1.10.0 age adoption passing confidence
github.com/google/uuid v1.3.1 -> v1.6.0 age adoption passing confidence
github.com/spf13/viper v1.16.0 -> v1.19.0 age adoption passing confidence
github.com/stretchr/testify v1.8.4 -> v1.9.0 age adoption passing confidence
github.com/swaggo/files/v2 v2.0.0 -> v2.0.1 age adoption passing confidence
github.com/swaggo/swag v1.16.2 -> v1.16.3 age adoption passing confidence
golang.org/x/crypto v0.13.0 -> v0.25.0 age adoption passing confidence
golang.org/x/mod v0.12.0 -> v0.19.0 age adoption passing confidence
golang.org/x/tools v0.13.0 -> v0.23.0 age adoption passing confidence
gorm.io/driver/postgres v1.5.2 -> v1.5.9 age adoption passing confidence
gorm.io/gorm v1.25.4 -> v1.25.11 age adoption passing confidence

Release Notes

gin-gonic/gin (github.com/gin-gonic/gin)

v1.10.0

Compare Source

Changelog

Features
Bug fixes
Enhancements
Build process updates
Documentation updates
Others
google/uuid (github.com/google/uuid)

v1.6.0

Compare Source

Features
Bug Fixes

v1.5.0

Compare Source

Features

v1.4.0

Compare Source

Features
  • UUIDs slice type with Strings() convenience method (#​133) (cd5fbbd)
Fixes
  • Clarify that Parse's job is to parse but not necessarily validate strings. (Documents current behavior)
spf13/viper (github.com/spf13/viper)

v1.19.0

Compare Source

What's Changed

Bug Fixes 🐛
Dependency Updates ⬆️
Other Changes

New Contributors

Full Changelog: spf13/viper@v1.18.1...v1.19.0

v1.18.2

Compare Source

tl;dr Skip 1.18.0 and 1.18.1 and upgrade to this version instead.

This release fixes a regression that appears in rare circumstances when using Unmarshal or UnmarshalExact to decode values onto pointers with multiple indirection (eg. pointer to a pointer, etc). The change was introduced in 1.18.0 as a means to resolve a long-standing bug when decoding environment variables to structs.

The feature is now disabled by default and can be enabled using the viper_bind_struct build tag. It's also considered experimental at this point, so breaking changes may be introduced in the future.

What's Changed

Bug Fixes 🐛

Full Changelog: spf13/viper@v1.18.1...v1.18.2

v1.18.1

Compare Source

What's Changed

Bug Fixes 🐛

Full Changelog: spf13/viper@v1.18.0...v1.18.1

v1.18.0

Compare Source

Major changes

Highlighting some of the changes for better visibility.

Please share your feedback in the Discussion forum. Thanks! ❤️

AutomaticEnv works with Unmarshal

Previously, environment variables that weren't bound manually or had no defaults could not be mapped by Unmarshal. (The problem is explained in details in this issue: #​761)

#​1429 introduced a solution that solves that issue.

What's Changed

Enhancements 🚀
Bug Fixes 🐛
Dependency Updates ⬆️
Other Changes

New Contributors

Full Changelog: spf13/viper@v1.17.0...v1.18.0

v1.17.0

Compare Source

Major changes

Highlighting some of the changes for better visibility.

Please share your feedback in the Discussion forum. Thanks! ❤️

Minimum Go version: 1.19

Viper now requires Go 1.19

This change ensures we can stay up to date with modern practices and dependencies.

log/slog support [BREAKING]

Viper v1.11.0 added an experimental Logger interface to allow custom implementations (besides jwalterweatherman).

In addition, it also exposed an experimental WithLogger function allowing to set a custom logger.

This release deprecates that interface in favor of log/slog released in Go 1.21.

[!WARNING]
WithLogger accepts an *slog.Logger from now on.

To preserve backwards compatibility with older Go versions, prior to Go 1.21 Viper accepts a *golang.org/x/exp/slog.Logger.

The experimental flag is removed.

New finder implementation [BREAKING]

As of this release, Viper uses a new library to look for files, called locafero.

The new library is better covered by tests and has been built from scratch as a general purpose file finder library.

The implementation is experimental and is hidden behind a finder build tag.

[!WARNING]
The io/fs based implementation (that used to be hidden behind a finder build tag) has been removed.

What's Changed

Exciting New Features 🎉
Enhancements 🚀
Breaking Changes 🛠
Dependency Updates ⬆️
Other Changes

New Contributors

Full Changelog: spf13/viper@v1.16.0...v1.17.0

stretchr/testify (github.com/stretchr/testify)

v1.9.0

Compare Source

What's Changed


Configuration

📅 Schedule: Branch creation - "every weekend" in timezone Asia/Tokyo, 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@github-actions

This comment has been minimized.

@renovate renovate bot changed the title Update github.com/swaggo/swag/example/celler digest to 1460377 Update golang packages Oct 5, 2023
@renovate renovate bot force-pushed the renovate/golang-packages branch from 57d5d0b to e85a6aa Compare October 5, 2023 16:23
@github-actions

This comment has been minimized.

@renovate renovate bot force-pushed the renovate/golang-packages branch from e85a6aa to cf0ffb8 Compare October 6, 2023 13:28
@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@renovate renovate bot force-pushed the renovate/golang-packages branch 4 times, most recently from b8c9521 to 9f306e7 Compare October 26, 2023 16:29

This comment has been minimized.

@renovate renovate bot force-pushed the renovate/golang-packages branch 2 times, most recently from de95278 to 39a4542 Compare November 8, 2023 21:09

This comment has been minimized.

This comment has been minimized.

This comment has been minimized.

This comment has been minimized.

This comment has been minimized.

This comment has been minimized.

This comment has been minimized.

This comment has been minimized.

@renovate renovate bot force-pushed the renovate/golang-packages branch from 4117cb3 to bf7e314 Compare March 9, 2024 10:08

This comment has been minimized.

@renovate renovate bot force-pushed the renovate/golang-packages branch from bf7e314 to b9ca866 Compare March 18, 2024 12:31
Copy link

Code Metrics Report

main (d41746c) #40 (5d591dc) +/-
Coverage 50.0% 1.4% -48.6%
Code to Test Ratio 1:0.0 1:0.0 0.0
Test Execution Time 4s 4s 0s
Details
  |                     | main (d41746c) | #40 (5d591dc) |  +/-   |
  |---------------------|----------------|---------------|--------|
- | Coverage            |          50.0% |          1.4% | -48.6% |
  |   Files             |              3 |            33 |    +30 |
  |   Lines             |             20 |           734 |   +714 |
  |   Covered           |             10 |            10 |      0 |
  | Code to Test Ratio  |          1:0.0 |         1:0.0 |    0.0 |
  |   Code              |           2524 |          2524 |      0 |
  |   Test              |             29 |            29 |      0 |
  | Test Execution Time |             4s |            4s |     0s |

Reported by octocov

Copy link
Contributor Author

renovate bot commented Mar 25, 2024

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: go.sum
Command failed: go get -d -t ./...
go: errors parsing go.mod:
go.mod:18:2: require github.com/swaggo/swag/example/celler: version "v2.0.0-rc3" invalid: should be v0 or v1, not v2

@renovate renovate bot force-pushed the renovate/golang-packages branch 2 times, most recently from 99a3917 to 614b7c9 Compare March 28, 2024 12:20
@renovate renovate bot force-pushed the renovate/golang-packages branch 2 times, most recently from 04fe483 to 5ab342a Compare April 5, 2024 02:18
@renovate renovate bot force-pushed the renovate/golang-packages branch from 5ab342a to e4258cc Compare April 26, 2024 12:34
@renovate renovate bot force-pushed the renovate/golang-packages branch 3 times, most recently from a45670f to 62466f8 Compare May 7, 2024 04:35
@renovate renovate bot force-pushed the renovate/golang-packages branch from 62466f8 to 3f9a5ac Compare June 2, 2024 09:06
Copy link
Contributor Author

renovate bot commented Jun 2, 2024

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: go.sum
Command failed: go get -d -t ./...
go: errors parsing go.mod:
go.mod:18:2: require github.com/swaggo/swag/example/celler: version "v2.0.0-rc3" invalid: should be v0 or v1, not v2

@renovate renovate bot force-pushed the renovate/golang-packages branch 3 times, most recently from d5886d4 to 8bf93b2 Compare June 5, 2024 00:24
@renovate renovate bot force-pushed the renovate/golang-packages branch 2 times, most recently from b97029a to e90aada Compare June 12, 2024 09:55
@renovate renovate bot force-pushed the renovate/golang-packages branch 4 times, most recently from 25b3927 to e329b3d Compare July 7, 2024 23:39
@renovate renovate bot force-pushed the renovate/golang-packages branch from e329b3d to c979904 Compare July 11, 2024 15:09
@RyotaroSeto RyotaroSeto merged commit 58a66ea into main Jul 31, 2024
1 of 3 checks passed
@RyotaroSeto RyotaroSeto deleted the renovate/golang-packages branch July 31, 2024 14:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant