Skip to content

fix(deps): update go non-major dependencies - autoclosed#244

Closed
renovate[bot] wants to merge 1 commit intomainfrom
renovate/go-minor-patch
Closed

fix(deps): update go non-major dependencies - autoclosed#244
renovate[bot] wants to merge 1 commit intomainfrom
renovate/go-minor-patch

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Mar 15, 2022

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
cloud.google.com/go/datastore v1.10.0 -> v1.20.0 age adoption passing confidence
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace v1.11.1 -> v1.29.0 age adoption passing confidence
github.com/gin-contrib/cors v1.4.0 -> v1.7.6 age adoption passing confidence
github.com/gin-gonic/gin v1.8.2 -> v1.10.1 age adoption passing confidence
github.com/google/uuid v1.3.0 -> v1.6.0 age adoption passing confidence
github.com/stretchr/testify v1.8.1 -> v1.10.0 age adoption passing confidence
github.com/swaggo/files v1.0.0 -> v1.0.1 age adoption passing confidence
github.com/swaggo/gin-swagger v1.5.3 -> v1.6.0 age adoption passing confidence
github.com/swaggo/swag v1.8.10 -> v1.16.4 age adoption passing confidence
go.opentelemetry.io/contrib/instrumentation/github.com/gin-gonic/gin/otelgin v0.39.0 -> v0.62.0 age adoption passing confidence
go.opentelemetry.io/otel v1.13.0 -> v1.37.0 age adoption passing confidence
go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.13.0 -> v1.37.0 age adoption passing confidence
go.opentelemetry.io/otel/sdk v1.13.0 -> v1.37.0 age adoption passing confidence
go.opentelemetry.io/otel/trace v1.13.0 -> v1.37.0 age adoption passing confidence
golang.org/x/crypto v0.6.0 -> v0.39.0 age adoption passing confidence

Release Notes

gin-contrib/cors (github.com/gin-contrib/cors)

v1.7.6

Compare Source

Changelog

Others
Enhancements
Refactor
  • 47d9afe: refactor: refactor tests to table-driven style and simplify router logic (@​appleboy)
Build process updates
Documentation updates

v1.7.5

Compare Source

Changelog

Enhancements
Build process updates

v1.7.4

Compare Source

Changelog

Features
Enhancements
Build process updates

v1.7.3

Compare Source

Changelog

Enhancements
Build process updates

v1.7.2

Compare Source

Changelog
Enhancements
Build process updates

v1.7.1

Compare Source

Changelog
Enhancements
  • 71a48a2 chore: update third-party dependencies to latest versions
Others
  • 88cbcd0 ci: update GitHub Actions workflows for Go projects
  • 84d0919 test: refactor CORS tests and expand coverage

v1.7.0

Compare Source

Changelog
Bug fixes
  • 7f30a1f fix: improve error handling and test robustness
Enhancements
  • 9d49f16 chore(cors): Allow a custom validation function which receives the full gin context (#​140)
Others
  • 4447aeb refactor: refactor request handling and improve CORS checks

v1.6.0

Compare Source

Changelog

Features
Bug fixes
Enhancements
  • f41df75 chore: update GitHub actions to latest versions
  • 2451987 chore: update dependencies to latest versions
  • 7d356c2 chore: update dependencies to latest versions
  • 5da0aee chore: update third-party dependencies
  • 8263fce chore: update version of actions/setup-go in GitHub workflows
Others
  • fcbd06f ci: enhance testing matrix and tolerance limits
  • f08c1bc ci: refactor CI workflows and improve tests
  • 30792dc ci: refactor GitHub Actions workflows
  • 0e993b7 ci: update GitHub Actions to Version 3
  • 90a7c66 test(cors): enhance CORS wildcard handling tests (#​145)
  • 85bf9fb test: improve CORS wildcard handling and testing (#​144)
  • d5002f2 test: refactor tests and update CI configurations

v1.5.0

Compare Source

Changelog
Features
Enhancements
  • c1983b2 chore(CI): add go1.20 version
  • 1d5e083 chore(deps): bump github.com/stretchr/testify from 1.8.0 to 1.8.1 (#​112)
  • f8b2357 chore(options): Added availability to set 200/204 for OPTIONS request status (#​129)
  • f92a222 chore: Add go 1.19 and upgrade lint version to v1.49
  • 95df7c6 chore: remove depguard linter and rename example file
  • 7ac4445 chore: update GitHub Actions configuration files
  • bbf67cd chore: update Go version and setup-go action
  • b216599 chore: update goreleaser/goreleaser-action to version v4
  • 765e44e chore: update dependencies to latest versions
  • bf2c9df chore: update linter configuration and changelog titles
  • bbb26b0 chore: update supported versions of Go
Others
  • 5914b2f build: update Go version and dependencies
gin-gonic/gin (github.com/gin-gonic/gin)

v1.10.1

Compare Source

Changelog

Refactor

v1.10.0

Compare Source

Features
Bug fixes
Enhancements
Build process updates
Documentation updates
Others

v1.9.1

Compare Source

BUG FIXES
SECURITY
  • fix lack of escaping of filename in Content-Disposition #​3556
ENHANCEMENTS
  • refactor: use bytes.ReplaceAll directly #​3455
  • convert strings and slices using the officially recommended way #​3344
  • improve render code coverage #​3525
DOCS
  • docs: changed documentation link for trusted proxies #​3575
  • chore: improve linting, testing, and GitHub Actions setup #​3583

v1.9.0

Compare Source

BREAK CHANGES
  • Stop useless panicking in context and render #​2150
BUG FIXES
  • fix(router): tree bug where loop index is not decremented. #​3460
  • fix(context): panic on NegotiateFormat - index out of range #​3397
  • Add escape logic for header #​3500 and #​3503
SECURITY
  • Fix the GO-2022-0969 and GO-2022-0288 vulnerabilities #​3333
  • fix(security): vulnerability GO-2023-1571 #​3505
ENHANCEMENTS
  • feat: add sonic json support #​3184
  • chore(file): Creates a directory named path #​3316
  • fix: modify interface check way #​3327
  • remove deprecated of package io/ioutil #​3395
  • refactor: avoid calling strings.ToLower twice #​3343
  • console logger HTTP status code bug fixed #​3453
  • chore(yaml): upgrade dependency to v3 version #​3456
  • chore(router): match method added to routergroup for multiple HTTP methods supporting #​3464
  • chore(http): add support for go1.20 http.rwUnwrapper to gin.responseWriter #​3489
DOCS
  • docs: update markdown format #​3260
  • docs(readme): Add the TOML rendering example #​3400
  • docs(readme): move more example to docs/doc.md #​3449
  • docs: update markdown format #​3446
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)

v1.3.1

Compare Source

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

v1.10.0

Compare Source

What's Changed

Functional Changes
Fixes
Documentation, Build & CI

New Contributors

Full Changelog: stretchr/testify@v1.9.0...v1.10.0

v1.9.0

Compare Source

What's Changed


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 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, check this box

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

@renovate renovate bot force-pushed the renovate/go-minor-patch branch from bfdabb8 to 8c3fabf Compare March 17, 2022 01:55
@renovate renovate bot changed the title fix(deps): update module github.com/stretchr/testify to v1.7.1 fix(deps): update go non-major dependencies Mar 17, 2022
@renovate renovate bot force-pushed the renovate/go-minor-patch branch 2 times, most recently from 19aef00 to bf26302 Compare March 22, 2022 19:44
@renovate renovate bot changed the title fix(deps): update go non-major dependencies fix(deps): update module github.com/pdfcpu/pdfcpu to v0.3.13 Mar 22, 2022
@renovate renovate bot force-pushed the renovate/go-minor-patch branch from bf26302 to 7bb61fa Compare March 23, 2022 21:50
@renovate renovate bot changed the title fix(deps): update module github.com/pdfcpu/pdfcpu to v0.3.13 fix(deps): update go non-major dependencies Mar 23, 2022
@renovate renovate bot force-pushed the renovate/go-minor-patch branch 5 times, most recently from be3d0a9 to 8d25d5d Compare March 30, 2022 12:10
@renovate renovate bot force-pushed the renovate/go-minor-patch branch 3 times, most recently from b50a7a3 to aeb7c67 Compare April 12, 2022 18:39
@renovate renovate bot force-pushed the renovate/go-minor-patch branch from aeb7c67 to ed3561e Compare April 16, 2022 10:28
@renovate renovate bot force-pushed the renovate/go-minor-patch branch 4 times, most recently from 31f0a82 to f07f04c Compare May 3, 2022 21:25
@renovate renovate bot force-pushed the renovate/go-minor-patch branch from f07f04c to 0516a46 Compare May 6, 2022 13:45
@renovate renovate bot force-pushed the renovate/go-minor-patch branch 2 times, most recently from 1d3c02e to 9274f95 Compare May 20, 2022 21:24
@renovate renovate bot force-pushed the renovate/go-minor-patch branch 2 times, most recently from a914be7 to 6f94fbf Compare June 3, 2022 13:58
@renovate renovate bot force-pushed the renovate/go-minor-patch branch 4 times, most recently from d4a5708 to 46bff66 Compare June 11, 2022 12:51
@renovate renovate bot force-pushed the renovate/go-minor-patch branch from 46bff66 to 4bb94e9 Compare June 15, 2022 18:00
@renovate renovate bot force-pushed the renovate/go-minor-patch branch 3 times, most recently from 0af3020 to 57962bf Compare July 14, 2022 23:42
@renovate renovate bot force-pushed the renovate/go-minor-patch branch from 57962bf to 1980800 Compare July 19, 2022 11:28
@renovate renovate bot force-pushed the renovate/go-minor-patch branch 3 times, most recently from 7328ffb to 2be6359 Compare August 2, 2022 23:43
@renovate renovate bot changed the title fix(deps): update go non-major dependencies fix(deps): update go non-major dependencies to v1.8.0 Aug 9, 2022
@renovate renovate bot force-pushed the renovate/go-minor-patch branch from 2be6359 to 2e1cd23 Compare August 9, 2022 19:34
@renovate renovate bot changed the title fix(deps): update go non-major dependencies to v1.8.0 fix(deps): update go non-major dependencies Aug 10, 2022
@renovate renovate bot force-pushed the renovate/go-minor-patch branch from 2e1cd23 to 3c1921c Compare August 16, 2022 21:43
@renovate renovate bot force-pushed the renovate/go-minor-patch branch from 3c1921c to 83de917 Compare September 25, 2022 15:37
@renovate renovate bot force-pushed the renovate/go-minor-patch branch from 83de917 to 6301246 Compare November 20, 2022 18:17
@renovate renovate bot force-pushed the renovate/go-minor-patch branch from 6301246 to f071574 Compare February 11, 2023 20:33
@renovate renovate bot changed the title fix(deps): update go non-major dependencies fix(deps): update go non-major dependencies - autoclosed Feb 12, 2023
@renovate renovate bot closed this Feb 12, 2023
@renovate renovate bot deleted the renovate/go-minor-patch branch February 12, 2023 14:21
@renovate renovate bot changed the title fix(deps): update go non-major dependencies - autoclosed fix(deps): update go non-major dependencies Feb 17, 2023
@renovate renovate bot restored the renovate/go-minor-patch branch February 17, 2023 16:36
@renovate renovate bot reopened this Feb 17, 2023
@renovate renovate bot force-pushed the renovate/go-minor-patch branch from f071574 to 38935b4 Compare February 17, 2023 22:21
@renovate renovate bot changed the title fix(deps): update go non-major dependencies fix(deps): update module github.com/googlecloudplatform/opentelemetry-operations-go/exporter/trace to v1.11.2 Feb 17, 2023
@renovate renovate bot force-pushed the renovate/go-minor-patch branch from 38935b4 to 94672cf Compare February 19, 2023 14:54
@renovate renovate bot changed the title fix(deps): update module github.com/googlecloudplatform/opentelemetry-operations-go/exporter/trace to v1.11.2 fix(deps): update go non-major dependencies Feb 19, 2023
@renovate renovate bot force-pushed the renovate/go-minor-patch branch 4 times, most recently from 518856b to acb77a2 Compare February 28, 2023 03:00
@renovate
Copy link
Copy Markdown
Contributor Author

renovate bot commented Jun 4, 2024

ℹ Artifact update notice

File name: auth/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 17 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.19 -> 1.23.0
cloud.google.com/go v0.109.0 -> v0.120.0
cloud.google.com/go/compute/metadata v0.2.3 -> v0.7.0
cloud.google.com/go/trace v1.8.0 -> v1.11.6
github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.35.1 -> v0.53.0
github.com/go-playground/validator/v10 v10.11.2 -> v10.26.0
github.com/goccy/go-json v0.10.0 -> v0.10.5
github.com/leodido/go-urn v1.2.1 -> v1.4.0
github.com/mattn/go-isatty v0.0.17 -> v0.0.20
github.com/pelletier/go-toml/v2 v2.0.6 -> v2.2.4
github.com/ugorji/go/codec v1.2.9 -> v1.3.0
golang.org/x/net v0.6.0 -> v0.41.0
golang.org/x/oauth2 v0.5.0 -> v0.30.0
golang.org/x/sys v0.5.0 -> v0.33.0
golang.org/x/text v0.7.0 -> v0.26.0
golang.org/x/tools v0.6.0 -> v0.33.0
google.golang.org/api v0.109.0 -> v0.234.0
google.golang.org/genproto v0.0.0-20230209215440-0dfe4f8abfcc -> v0.0.0-20250505200425-f936aa4a68b2
File name: core/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 18 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.19 -> 1.23.0
cloud.google.com/go v0.109.0 -> v0.120.0
cloud.google.com/go/compute/metadata v0.2.3 -> v0.7.0
cloud.google.com/go/trace v1.8.0 -> v1.11.6
github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.35.1 -> v0.53.0
github.com/go-playground/validator/v10 v10.11.2 -> v10.26.0
github.com/goccy/go-json v0.10.0 -> v0.10.5
github.com/leodido/go-urn v1.2.1 -> v1.4.0
github.com/mattn/go-isatty v0.0.17 -> v0.0.20
github.com/pelletier/go-toml/v2 v2.0.6 -> v2.2.4
github.com/ugorji/go/codec v1.2.9 -> v1.3.0
golang.org/x/crypto v0.6.0 -> v0.39.0
golang.org/x/net v0.6.0 -> v0.41.0
golang.org/x/oauth2 v0.5.0 -> v0.30.0
golang.org/x/sys v0.5.0 -> v0.33.0
golang.org/x/text v0.7.0 -> v0.26.0
golang.org/x/tools v0.6.0 -> v0.33.0
google.golang.org/api v0.109.0 -> v0.234.0
google.golang.org/genproto v0.0.0-20230209215440-0dfe4f8abfcc -> v0.0.0-20250505200425-f936aa4a68b2
File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 13 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.19 -> 1.23.0
cloud.google.com/go v0.109.0 -> v0.120.0
cloud.google.com/go/compute/metadata v0.2.3 -> v0.7.0
cloud.google.com/go/trace v1.8.0 -> v1.11.6
github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.35.1 -> v0.53.0
github.com/googleapis/enterprise-certificate-proxy v0.2.2 -> v0.3.6
github.com/googleapis/gax-go/v2 v2.7.0 -> v2.14.2
go.opentelemetry.io/otel/trace v1.13.0 -> v1.37.0
golang.org/x/net v0.6.0 -> v0.40.0
golang.org/x/oauth2 v0.5.0 -> v0.30.0
golang.org/x/sys v0.5.0 -> v0.33.0
golang.org/x/text v0.7.0 -> v0.25.0
google.golang.org/api v0.109.0 -> v0.234.0
google.golang.org/genproto v0.0.0-20230209215440-0dfe4f8abfcc -> v0.0.0-20250505200425-f936aa4a68b2
File name: print/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 20 additional dependencies were updated

Details:

Package Change
cloud.google.com/go v0.109.0 -> v0.120.0
cloud.google.com/go/compute/metadata v0.2.3 -> v0.7.0
cloud.google.com/go/datastore v1.10.0 -> v1.20.0
cloud.google.com/go/trace v1.8.0 -> v1.11.6
github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.35.1 -> v0.53.0
github.com/go-playground/validator/v10 v10.11.2 -> v10.26.0
github.com/goccy/go-json v0.10.0 -> v0.10.5
github.com/google/uuid v1.3.0 -> v1.6.0
github.com/leodido/go-urn v1.2.1 -> v1.4.0
github.com/mattn/go-isatty v0.0.17 -> v0.0.20
github.com/pelletier/go-toml/v2 v2.0.6 -> v2.2.4
github.com/pmezard/go-difflib v1.0.0 -> v1.0.1-0.20181226105442-5d4384ee4fb2
github.com/ugorji/go/codec v1.2.9 -> v1.3.0
golang.org/x/net v0.21.0 -> v0.41.0
golang.org/x/oauth2 v0.5.0 -> v0.30.0
golang.org/x/text v0.25.0 -> v0.26.0
google.golang.org/api v0.109.0 -> v0.234.0
google.golang.org/genproto v0.0.0-20230209215440-0dfe4f8abfcc -> v0.0.0-20250505200425-f936aa4a68b2
google.golang.org/grpc v1.53.0 -> v1.72.2
google.golang.org/protobuf v1.28.1 -> v1.36.6

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.

0 participants