Skip to content

[debug]Update all non-major dependencies (release/v4.0)#596

Closed
renovate-rancher[bot] wants to merge 1 commit intorelease/v4.0from
renovate/release/v4.0-all-minor-patch
Closed

[debug]Update all non-major dependencies (release/v4.0)#596
renovate-rancher[bot] wants to merge 1 commit intorelease/v4.0from
renovate/release/v4.0-all-minor-patch

Conversation

@renovate-rancher
Copy link
Contributor

@renovate-rancher renovate-rancher bot commented Oct 5, 2024

This PR contains the following updates:

Package Type Update Change
github.com/minio/minio-go/v7 require patch v7.0.77 -> v7.0.88
github.com/stretchr/testify require minor v1.9.0 -> v1.10.0
go (source) toolchain minor 1.22.8 -> 1.24.1
golang.org/x/crypto replace minor v0.27.0 -> v0.36.0
golang.org/x/sync require minor v0.8.0 -> v0.12.0
golangci/golangci-lint minor v1.61.0 -> v1.64.7
k8s.io/api require minor v0.27.16 -> v0.31.7
k8s.io/apiextensions-apiserver require minor v0.27.16 -> v0.31.7
k8s.io/apimachinery require minor v0.27.16 -> v0.31.7
k8s.io/apiserver require minor v0.27.16 -> v0.31.7
k8s.io/client-go require minor v0.27.16 -> v0.31.7
rancher/kubectl minor v1.27.16 -> v1.31.6

Release Notes

minio/minio-go (github.com/minio/minio-go/v7)

v7.0.88: Bugfix Release

Compare Source

What's Changed

New Contributors

Full Changelog: minio/minio-go@v7.0.87...v7.0.88

v7.0.87: Bugfix Release

Compare Source

What's Changed

New Contributors

Full Changelog: minio/minio-go@v7.0.86...v7.0.87

v7.0.86: Bugfix Release

Compare Source

What's Changed

Full Changelog: minio/minio-go@v7.0.85...v7.0.86

v7.0.85: Bugfix Release

Compare Source

What's Changed

New Contributors

Full Changelog: minio/minio-go@v7.0.84...v7.0.85

v7.0.84: Bugfix Release

Compare Source

What's Changed

New Contributors

Full Changelog: minio/minio-go@v7.0.83...v7.0.84

v7.0.83: Bugfix Release

Compare Source

What's Changed

New Contributors

Full Changelog: minio/minio-go@v7.0.82...v7.0.83

v7.0.82: Bugfix Release

Compare Source

What's Changed

New Contributors

Full Changelog: minio/minio-go@v7.0.81...v7.0.82

v7.0.81: Bugfix Release

Compare Source

What's Changed

New Contributors

Full Changelog: minio/minio-go@v7.0.80...v7.0.81

v7.0.80: Bugfix Release

Compare Source

What's Changed

New Contributors

Full Changelog: minio/minio-go@v7.0.79...v7.0.80

v7.0.79: Bugfix Release

Compare Source

What's Changed

New Contributors

Full Changelog: minio/minio-go@v7.0.78...v7.0.79

v7.0.78: Bugfix Release

Compare Source

What's Changed

New Contributors

Full Changelog: minio/minio-go@v7.0.77...v7.0.78

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

v1.10.0

Compare Source

What's Changed
Functional Changes
Fixes
Documantation, Build & CI
New Contributors

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

golangci/golangci-lint (golangci/golangci-lint)

v1.64.7

Compare Source

  1. Linters bug fixes
    • depguard: from 2.2.0 to 2.2.1
    • dupl: from 3e9179a to f665c8d
    • gosec: from 2.22.1 to 2.22.2
    • staticcheck: from 0.6.0 to 0.6.1
  2. Documentation
    • Add GitLab documentation

v1.64.6

Compare Source

  1. Linters bug fixes
    • asciicheck: from 0.4.0 to 0.4.1
    • contextcheck: from 1.1.5 to 1.1.6
    • errcheck: from 1.8.0 to 1.9.0
    • exptostd: from 0.4.1 to 0.4.2
    • ginkgolinter: from 0.19.0 to 0.19.1
    • go-exhaustruct: from 3.3.0 to 3.3.1
    • gocheckcompilerdirectives: from 1.2.1 to 1.3.0
    • godot: from 1.4.20 to 1.5.0
    • perfsprint: from 0.8.1 to 0.8.2
    • revive: from 1.6.1 to 1.7.0
    • tagalign: from 1.4.1 to 1.4.2

v1.64.5

Compare Source

  1. Bug fixes
    • Add missing flag new-from-merge-base-flag
  2. Linters bug fixes
    • asciicheck: from 0.3.0 to 0.4.0
    • forcetypeassert: from 0.1.0 to 0.2.0
    • gosec: from 2.22.0 to 2.22.1

v1.64.4

Compare Source

  1. Linters bug fixes
    • gci: fix standard packages list for go1.24

v1.64.3

Compare Source

  1. Linters bug fixes
    • ginkgolinter: from 0.18.4 to 0.19.0
    • go-critic: from 0.11.5 to 0.12.0
    • revive: from 1.6.0 to 1.6.1
    • gci: fix standard packages list for go1.24
  2. Misc.
    • Build Docker images with go1.24

v1.64.2

Compare Source

This is the last minor release of golangci-lint v1.
The next release will be golangci-lint v2.

  1. Enhancements
    • 🎉 go1.24 support
    • New issues.new-from-merge-base option
    • New run.relative-path-mode option
  2. Linters new features
    • copyloopvar: from 1.1.0 to 1.2.1 (support suggested fixes)
    • exptostd: from 0.3.1 to 0.4.1 (handles golang.org/x/exp/constraints.Ordered)
    • fatcontext: from 0.5.3 to 0.7.1 (new option: check-struct-pointers)
    • perfsprint: from 0.7.1 to 0.8.1 (new options: integer-format, error-format, string-format, bool-format, and hex-format)
    • revive: from 1.5.1 to 1.6.0 (new rules: redundant-build-tag, use-errors-new. New option early-return.early-return)
  3. Linters bug fixes
    • go-errorlint: from 1.7.0 to 1.7.1
    • gochecknoglobals: from 0.2.1 to 0.2.2
    • godox: from 006bad1 to 1.1.0
    • gosec: from 2.21.4 to 2.22.0
    • iface: from 1.3.0 to 1.3.1
    • nilnesserr: from 0.1.1 to 0.1.2
    • protogetter: from 0.3.8 to 0.3.9
    • sloglint: from 0.7.2 to 0.9.0
    • spancheck: fix default StartSpanMatchersSlice values
    • staticcheck: from 0.5.1 to 0.6.0
  4. Deprecations
    • ⚠️ tenv is deprecated and replaced by usetesting.os-setenv: true.
    • ⚠️ exportloopref deprecation step 2
  5. Misc.
    • Sanitize severities by output format
    • Avoid panic with plugin without description
  6. Documentation
    • Clarify depguard configuration

v1.63.4

Compare Source

  1. Linters bug fixes
    • dupl, gomodguard, revive: keep only Go-files.

v1.63.3

Compare Source

  1. Linters bug fixes
    • gofmt, gofumpt, goimports, gci: panic with several trailing EOL
    • goheader: skip issues with invalid positions

v1.63.2

Compare Source

  1. Linters bug fixes
    • gofmt, gofumpt, goimports, gci: panic with missing trailing EOL

v1.63.1

Compare Source

  1. Linters bug fixes
    • cgi: invalid reports with cgo
    • gofumpt: panic with autofix and cgo

v1.63.0

Compare Source

  1. Enhancements
    • Add support for SuggestedFixes 🎉 (35 linters can "autofix" reports).
    • Formatters (gofmt, goimports, gofumpt, gci) are applied after the suggested fixes.
  2. New linters
  3. Linters new features
    • gci: new options: no-inline-comments, no-prefix-comments
    • gomoddirectives: from 0.2.4 to 0.6.0 (new options: go-version-pattern, toolchain-pattern,toolchain-forbidden, tool-forbidden, go-debug-forbidden)
    • govet: new stdversion, waitgroup analyzers
    • importas: allow multiple empty aliases
    • loggercheck: new slog option
    • recvcheck: from 0.1.2 to 0.2.0 (new options: disable-builtin, exclusions)
    • tagliatelle: from 0.5.0 to 0.7.1 (new options: ignored-fields, extended-rules,overrides, pkg, ignore)
    • usestdlibvars: from 1.27.0 to 1.28.0 (autofix)
    • wrapcheck: from 2.9.0 to 2.10.0 (new option: extra-ignore-sigs)
  4. Linters bug fixes
    • asciicheck: from 0.2.0 to 0.3.0
    • bodyclose: from 5742072 to ed6a65f
    • funlen: from 0.1.0 to 0.2.0
    • ginkgolinter: from 0.18.3 to 0.18.4
    • gochecksumtype: from 0.2.0 to 0.3.1
    • gocognit: from 1.1.3 to 1.2.0
    • godot: from 1.4.18 to 1.4.20
    • goheader: report position improvement
    • gosec: handling of global nosec option when it is false
    • iface: from 1.2.1 to 1.3.0
    • importas: from 0.1.0 to 0.2.0
    • intrange: from 0.2.1 to 0.3.0
    • makezero: from 1.1.1 to 1.2.0
    • mirror: from 1.2.0 to 1.3.0
    • nilnil: from 1.0.0 to 1.0.1
    • nosprintfhostport: from 0.1.1 to 0.2.0
    • reassign: from 0.2.0 to 0.3.0
    • spancheck: from 0.6.2 to 0.6.4
    • tagalign: from 1.3.4 to 1.4.1
    • wastedassign: from 2.0.7 to 2.1.0
    • whitespace: from 0.1.1 to 0.2.0
    • wsl: from 4.4.1 to 4.5.0
  5. Deprecations
    • ⚠️ output.uniq-by-line is deprecated and replaced by issues.uniq-by-line.
  6. Misc.
    • Improvements of the help command (color and JSON support).
    • Removes decoder, sloglint, tagalign from format preset.
    • Enables paths with junction inside Windows.
    • The timeout is disabled if run.timeout <= 0.

v1.62.2

Compare Source

  1. Linters bug fixes
    • fatcontext: from 0.5.2 to 0.5.3
    • ginkgolinter: from 0.18.0 to 0.18.3
    • errorlint: from 1.6.0 to 1.7.0
    • iface: from 1.2.0 to 1.2.1
    • revive: from 1.5.0 to 1.5.1
    • testifylint: from 1.5.0 to 1.5.2
  2. Misc.
    • fix: ignore cache error when file not found

v1.62.0

Compare Source

  1. New linters
  2. Linters new features
    • ginkgolinter: from 0.17.0 to 0.18.0 (new option: force-succeed)
    • gochecksumtype: from 0.1.4 to 0.2.0 (new option: default-signifies-exhaustive)
    • loggercheck: from 0.9.4 to 0.10.1 (log/slog support)
    • nilnil: from 0.1.9 to 1.0.0 (new option: detect-opposite)
    • revive: from 1.3.9 to 1.5.0 (new rules: filename-format, and file-length-limit)
    • tenv: from 1.10.0 to 1.12.1 (handle dot import)
    • testifylint: from 1.4.3 to 1.5.0 (new checkers: contains, encoded-compare, regexp)
  3. Linters bug fixes
    • bidichk: from 0.2.7 to 0.3.2 (important performance improvement)
    • canonicalheader: from 1.1.1 to 1.1.2
    • cyclop: from 1.2.1 to 1.2.3
    • dupword: from 0.1.1 to 0.1.3
    • errcheck: from 1.7.0 to 1.8.0
    • errchkjson: from 0.3.6 to 0.4.0
    • errname: from 0.1.13 to 1.0.0
    • gocritic: from 0.11.4 to 0.11.5
    • goprintffuncname: from 7558a9e to v0.1.0
    • godot: from 1.4.17 to 1.4.18
    • gosec: from 2.21.2 to 2.21.4
    • intrange: from 0.2.0 to 0.2.1
    • musttag: from 0.12.2 to 0.13.0
    • nakedret: from 2.0.4 to 2.0.5
    • noctx: from 0.0.2 to 0.1.0
    • protogetter: from 0.3.6 to 0.3.8
  4. Deprecations
    • ⚠️ execinquery: deprecation step 2
    • ⚠️ gomnd: deprecation step 2 (replaced by mnd)
  5. Misc.
    • Type sizing when cross-compiling (32-bit).
    • code-climate: add check_name field
    • Improve Go version detection
    • Fix Go version propagation
  6. Documentation
    • Adds a section about exclude-dirs-use-default
    • Improve 'install from sources' section
    • Improve FAQ about Go versions
    • Improve linter/rule/check docs
    • Improve new linter section
    • Improve forbidigo pattern examples for built-in functions
kubernetes/api (k8s.io/api)

v0.31.7

Compare Source

v0.31.6

Compare Source

v0.31.5

Compare Source

v0.31.4

Compare Source

v0.31.3

Compare Source

v0.31.2

Compare Source

v0.31.1

Compare Source

v0.31.0

Compare Source

v0.30.11

Compare Source

v0.30.10

Compare Source

v0.30.9

Compare Source

v0.30.8

Compare Source

v0.30.7

Compare Source

v0.30.6

Compare Source

v0.30.5

Compare Source

v0.30.4

Compare Source

v0.30.3

Compare Source

v0.30.2

Compare Source

v0.30.1

Compare Source

v0.30.0

Compare Source

v0.29.15

Compare Source

v0.29.14

Compare Source

v0.29.13

Compare Source

v0.29.12

Compare Source

v0.29.11

Compare Source

v0.29.10

Compare Source

v0.29.9

Compare Source

v0.29.8

Compare Source

v0.29.7

Compare Source

v0.29.6

Compare Source

v0.29.5

Compare Source

v0.29.4

Compare Source

v0.29.3

Compare Source

v0.29.2

Compare Source

v0.29.1

Compare Source

v0.29.0

Compare Source

v0.28.15

Compare Source

v0.28.14

Compare Source

v0.28.13

Compare Source

v0.28.12

Compare Source

v0.28.11

Compare Source

v0.28.10

Compare Source

v0.28.9

Compare Source

v0.28.8

Compare Source

v0.28.7

Compare Source

v0.28.6

Compare Source

v0.28.5

Compare Source

v0.28.4

Compare Source

v0.28.3

Compare Source

v0.28.2

Compare Source

v0.28.1

Compare Source

v0.28.0

Compare Source

kubernetes/apiextensions-apiserver (k8s.io/apiextensions-apiserver)

v0.31.7

Compare Source

v0.31.6

Compare Source

v0.31.5

Compare Source

v0.31.4

Compare Source

v0.31.3

Compare Source

v0.31.2

Compare Source

v0.31.1

Compare Source

v0.31.0

Compare Source

v0.30.11

Compare Source

v0.30.10

Compare Source

v0.30.9

Compare Source

v0.30.8

Compare Source

v0.30.7

Compare Source

v0.30.6

Compare Source

v0.30.5

Compare Source

v0.30.4

Compare Source

v0.30.3

Compare Source

v0.30.2

Compare Source

v0.30.1

Compare Source

v0.30.0

Compare Source

v0.29.15

Compare Source

v0.29.14

Compare Source

v0.29.13

Compare Source

v0.29.12

Compare Source

v0.29.11

Compare Source

v0.29.10

Compare Source

v0.29.9

Compare Source

v0.29.8

Compare Source

v0.29.7

Compare Source

v0.29.6

Compare Source

v0.29.5

Compare Source

v0.29.4

Compare Source

v0.29.3

Compare Source

v0.29.2

Compare Source

v0.29.1

Compare Source

v0.29.0

Compare Source

v0.28.15

Compare Source

v0.28.14

Compare Source

v0.28.13

Compare Source

v0.28.12

Compare Source

v0.28.11

Compare Source

v0.28.10

Compare Source

v0.28.9

Compare Source

v0.28.8

Compare Source

v0.28.7

Compare Source

v0.28.6

Compare Source

v0.28.5

Compare Source

v0.28.4

Compare Source

v0.28.3

[Compare Source](https://redirect.github.com/kubernetes/apiextensio


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 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 has been generated by Renovate Bot.

@renovate-rancher
Copy link
Contributor Author

renovate-rancher bot commented Oct 5, 2024

ℹ Artifact update notice

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):

  • 7 additional dependencies were updated

Details:

Package Change
github.com/goccy/go-json v0.10.3 -> v0.10.5
github.com/klauspost/compress v1.17.9 -> v1.17.11
github.com/klauspost/cpuid/v2 v2.2.8 -> v2.2.9
golang.org/x/net v0.28.0 -> v0.35.0
golang.org/x/sys v0.25.0 -> v0.30.0
golang.org/x/term v0.24.0 -> v0.29.0
golang.org/x/text v0.18.0 -> v0.22.0

@renovate-rancher renovate-rancher bot requested a review from a team as a code owner October 5, 2024 06:42
@renovate-rancher renovate-rancher bot added the dependencies Pull requests that update a dependency file label Oct 5, 2024
@renovate-rancher renovate-rancher bot changed the title Update module golang.org/x/crypto to v0.28.0 (release/v4.0) Update all non-major dependencies (release/v4.0) Oct 13, 2024
@renovate-rancher renovate-rancher bot force-pushed the renovate/release/v4.0-all-minor-patch branch from e7ee5b0 to 4241182 Compare October 13, 2024 04:41
@renovate-rancher renovate-rancher bot force-pushed the renovate/release/v4.0-all-minor-patch branch 2 times, most recently from a4a1ac5 to 82c0658 Compare October 30, 2024 04:41
@renovate-rancher renovate-rancher bot force-pushed the renovate/release/v4.0-all-minor-patch branch 3 times, most recently from eb0d4f6 to 79dcc94 Compare November 11, 2024 04:40
@renovate-rancher renovate-rancher bot force-pushed the renovate/release/v4.0-all-minor-patch branch 2 times, most recently from 1c93d9f to d85bab4 Compare November 26, 2024 04:38
@renovate-rancher renovate-rancher bot force-pushed the renovate/release/v4.0-all-minor-patch branch 2 times, most recently from ed35272 to 19498dd Compare December 5, 2024 04:38
@renovate-rancher renovate-rancher bot force-pushed the renovate/release/v4.0-all-minor-patch branch 2 times, most recently from ff65437 to e19dfc6 Compare December 14, 2024 04:38
@renovate-rancher renovate-rancher bot force-pushed the renovate/release/v4.0-all-minor-patch branch 4 times, most recently from f5054d3 to 21e4154 Compare January 7, 2025 04:36
@renovate-rancher renovate-rancher bot force-pushed the renovate/release/v4.0-all-minor-patch branch 3 times, most recently from 2c2d100 to ae59ad9 Compare January 24, 2025 04:36
@renovate-rancher renovate-rancher bot force-pushed the renovate/release/v4.0-all-minor-patch branch 3 times, most recently from 15f8c5e to 601b5a2 Compare February 10, 2025 04:37
@renovate-rancher renovate-rancher bot force-pushed the renovate/release/v4.0-all-minor-patch branch 2 times, most recently from 6f5affe to d3b92f3 Compare February 14, 2025 23:54
@renovate-rancher renovate-rancher bot force-pushed the renovate/release/v4.0-all-minor-patch branch 2 times, most recently from 5203bc8 to 029091f Compare February 21, 2025 04:39
@renovate-rancher
Copy link
Contributor Author

renovate-rancher bot commented Feb 21, 2025

⚠️ Artifact update problem

Renovate failed to update artifacts 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: -d flag is deprecated. -d=true is a no-op
go: downloading github.com/rancher/wrangler/v2 v2.0.2
go: downloading github.com/sirupsen/logrus v1.9.3
go: downloading k8s.io/apimachinery v0.31.7
go: downloading github.com/rancher/lasso v0.0.0-20230830164424-d684fdeb6f29
go: downloading k8s.io/apiextensions-apiserver v0.31.7
go: downloading k8s.io/client-go v0.31.7
go: downloading github.com/minio/minio-go/v7 v7.0.88
go: downloading github.com/robfig/cron/v3 v3.0.1
go: downloading golang.org/x/sync v0.12.0
go: downloading k8s.io/apiserver v0.31.7
go: downloading k8s.io/api v0.31.7
go: downloading github.com/stretchr/testify v1.10.0
go: downloading k8s.io/utils v0.0.0-20240921022957-49e7df575cb6
go: downloading golang.org/x/sys v0.31.0
go: downloading k8s.io/code-generator v0.31.7
go: downloading k8s.io/gengo v0.0.0-20220902162205-c0856e24416d
go: downloading golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d
go: downloading github.com/gogo/protobuf v1.3.2
go: downloading github.com/google/gofuzz v1.2.0
go: downloading k8s.io/klog/v2 v2.130.1
go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.4.1
go: downloading github.com/ghodss/yaml v1.0.0
go: downloading github.com/pkg/errors v0.9.1
go: downloading github.com/dustin/go-humanize v1.0.1
go: downloading github.com/goccy/go-json v0.10.5
go: downloading github.com/google/uuid v1.6.0
go: downloading github.com/klauspost/compress v1.17.11
go: downloading github.com/minio/crc64nvme v1.0.1
go: downloading github.com/minio/md5-simd v1.1.2
go: downloading golang.org/x/net v0.35.0
go: downloading github.com/evanphx/json-patch v5.6.0+incompatible
go: downloading google.golang.org/grpc v1.65.0
go: downloading k8s.io/component-base v0.31.7
go: downloading github.com/golang/protobuf v1.5.4
go: downloading github.com/google/gnostic-models v0.6.8
go: downloading github.com/go-ini/ini v1.67.0
go: downloading github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc
go: downloading github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2
go: downloading sigs.k8s.io/yaml v1.4.0
go: downloading k8s.io/kms v0.31.7
go: downloading github.com/spf13/pflag v1.0.5
go: downloading golang.org/x/text v0.23.0
go: downloading k8s.io/gengo/v2 v2.0.0-20240228010128-51d4e06bde70
go: downloading github.com/imdario/mergo v0.3.12
go: downloading golang.org/x/term v0.30.0
go: downloading golang.org/x/time v0.3.0
go: downloading gopkg.in/inf.v0 v0.9.1
go: downloading sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd
go: downloading github.com/go-logr/logr v1.4.2
go: downloading github.com/json-iterator/go v1.1.12
go: downloading gopkg.in/yaml.v2 v2.4.0
go: downloading github.com/klauspost/cpuid/v2 v2.2.9
go: downloading golang.org/x/crypto v0.36.0
go: downloading github.com/rs/xid v1.6.0
go: downloading github.com/prometheus/client_golang v1.19.1
go: downloading gopkg.in/evanphx/json-patch.v4 v4.12.0
go: downloading k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340
go: downloading github.com/blang/semver/v4 v4.0.0
go: downloading github.com/prometheus/client_model v0.6.1
go: downloading github.com/prometheus/procfs v0.15.1
go: downloading github.com/google/go-cmp v0.6.0
go: downloading google.golang.org/protobuf v1.34.2
go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20240701130421-f6361c86f094
go: downloading golang.org/x/oauth2 v0.21.0
go: downloading gopkg.in/yaml.v3 v3.0.1
go: downloading github.com/google/cel-go v0.20.1
go: downloading google.golang.org/genproto/googleapis/api v0.0.0-20240528184218-531527333157
go: downloading go.opentelemetry.io/otel v1.28.0
go: downloading google.golang.org/genproto v0.0.0-20230822172742-b8732ec3820d
go: downloading github.com/fxamacker/cbor/v2 v2.7.0
go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
go: downloading github.com/modern-go/reflect2 v1.0.2
go: downloading golang.org/x/mod v0.17.0
go: downloading github.com/beorn7/perks v1.0.1
go: downloading github.com/cespare/xxhash/v2 v2.3.0
go: downloading github.com/prometheus/common v0.55.0
go: downloading github.com/go-openapi/jsonreference v0.20.2
go: downloading github.com/go-openapi/swag v0.22.4
go: downloading github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822
go: downloading github.com/emicklei/go-restful/v3 v3.11.0
go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.53.0
go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.27.0
go: downloading go.opentelemetry.io/otel/sdk v1.28.0
go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.28.0
go: downloading go.opentelemetry.io/otel/trace v1.28.0
go: downloading github.com/x448/float16 v0.8.4
go: downloading github.com/go-openapi/jsonpointer v0.19.6
go: downloading github.com/stoewer/go-strcase v1.2.0
go: downloading github.com/asaskevich/govalidator v0.0.0-20190424111038-f61b66f89f4a
go: downloading github.com/antlr4-go/antlr/v4 v4.13.0
go: downloading github.com/mailru/easyjson v0.7.7
go: downloading github.com/felixge/httpsnoop v1.0.4
go: downloading go.opentelemetry.io/otel/metric v1.28.0
go: downloading go.opentelemetry.io/proto/otlp v1.3.1
go: downloading github.com/spf13/cobra v1.8.1
go: downloading github.com/josharian/intern v1.0.0
go: downloading golang.org/x/exp v0.0.0-20230515195305-f3d0a9c9a5cc
go: downloading github.com/cenkalti/backoff/v4 v4.3.0
go: downloading github.com/go-logr/stdr v1.2.2
go: downloading github.com/grpc-ecosystem/grpc-gateway/v2 v2.20.0
go: downloading github.com/inconshreveable/mousetrap v1.1.0
go: downloading github.com/grpc-ecosystem/grpc-gateway v1.16.0
go: downloading k8s.io/code-generator v0.32.3
go: github.com/rancher/backup-restore-operator/pkg/codegen imports
	github.com/rancher/wrangler/v2/pkg/controller-gen/args imports
	k8s.io/code-generator/cmd/client-gen/path: cannot find module providing package k8s.io/code-generator/cmd/client-gen/path

File name: tests/go.sum
Command failed: go get -d -t ./...
go: -d flag is deprecated. -d=true is a no-op
go: downloading github.com/rancher/hull v0.0.0-20230424152137-627ef5347afd
go: downloading helm.sh/helm/v3 v3.12.1
go: downloading github.com/Masterminds/semver/v3 v3.2.1
go: downloading github.com/hashicorp/go-multierror v1.1.1
go: downloading github.com/rancher/wrangler v1.1.1
go: downloading k8s.io/apiextensions-apiserver v0.27.13
go: downloading k8s.io/kube-aggregator v0.25.4
go: downloading k8s.io/utils v0.0.0-20240711033017-18e509b52bc8
go: downloading github.com/go-git/go-billy/v5 v5.0.0
go: downloading github.com/hashicorp/errwrap v1.1.0
go: downloading github.com/cyphar/filepath-securejoin v0.2.4
go: downloading github.com/mitchellh/copystructure v1.2.0
go: downloading github.com/xeipuuv/gojsonschema v1.2.0
go: downloading k8s.io/client-go v0.27.13
go: downloading github.com/BurntSushi/toml v1.3.2
go: downloading github.com/Masterminds/sprig/v3 v3.2.3
go: downloading github.com/gobwas/glob v0.2.3
go: downloading github.com/gosuri/uitable v0.0.4
go: downloading golang.org/x/term v0.21.0
go: downloading k8s.io/cli-runtime v0.27.13
go: downloading golang.org/x/sys v0.21.0
go: downloading golang.org/x/crypto v0.24.0
go: downloading github.com/mitchellh/reflectwalk v1.0.2
go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
go: downloading github.com/Masterminds/goutils v1.1.1
go: downloading github.com/huandu/xstrings v1.4.0
go: downloading github.com/imdario/mergo v0.3.13
go: downloading github.com/shopspring/decimal v1.3.1
go: downloading github.com/spf13/cast v1.5.0
go: downloading github.com/google/gnostic v0.5.7-v3refs
go: downloading github.com/evanphx/json-patch v5.7.0+incompatible
go: downloading golang.org/x/net v0.26.0
go: downloading k8s.io/kubectl v0.27.13
go: downloading github.com/containerd/containerd v1.7.11
go: downloading github.com/opencontainers/image-spec v1.1.0-rc5
go: downloading oras.land/oras-go v1.2.4
go: downloading github.com/Masterminds/squirrel v1.5.4
go: downloading github.com/jmoiron/sqlx v1.3.5
go: downloading github.com/lib/pq v1.10.9
go: downloading github.com/rubenv/sql-migrate v1.5.2
go: downloading github.com/fatih/color v1.13.0
go: downloading golang.org/x/text v0.16.0
go: downloading github.com/rancher/lasso v0.0.0-20221227210133-6ea88ca2fbcc
go: downloading github.com/spf13/cobra v1.8.0
go: downloading github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de
go: downloading sigs.k8s.io/kustomize/api v0.13.2
go: downloading sigs.k8s.io/kustomize/kyaml v0.14.1
go: downloading github.com/iancoleman/strcase v0.2.0
go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
go: downloading golang.org/x/oauth2 v0.10.0
go: downloading github.com/asaskevich/govalidator v0.0.0-20200428143746-21a406dcc535
go: downloading k8s.io/apiserver v0.27.13
go: downloading github.com/opencontainers/go-digest v1.0.0
go: downloading github.com/docker/cli v24.0.6+incompatible
go: downloading github.com/docker/distribution v2.8.2+incompatible
go: downloading github.com/docker/docker v24.0.7+incompatible
go: downloading github.com/docker/go-connections v0.4.0
go: downloading golang.org/x/sync v0.7.0
go: downloading github.com/lann/builder v0.0.0-20180802200727-47ae307949d0
go: downloading github.com/go-gorp/gorp/v3 v3.1.0
go: downloading github.com/mattn/go-colorable v0.1.13
go: downloading github.com/mattn/go-isatty v0.0.17
go: downloading github.com/mattn/go-runewidth v0.0.9
go: downloading k8s.io/component-base v0.27.13
go: downloading github.com/exponent-io/jsonpath v0.0.0-20151013193312-d6023ce2651d
go: downloading github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7
go: downloading github.com/peterbourgon/diskv v2.0.1+incompatible
go: downloading github.com/AdaLogics/go-fuzz-headers v0.0.0-20230811130428-ced1acdcaa24
go: downloading github.com/moby/locker v1.0.1
go: downloading github.com/docker/docker-credential-helpers v0.7.0
go: downloading google.golang.org/grpc v1.58.3
go: downloading github.com/containerd/log v0.1.0
go: downloading github.com/lann/ps v0.0.0-20150810152359-62de8c46ede0
go: downloading github.com/chai2010/gettext-go v1.0.2
go: downloading github.com/MakeNowJust/heredoc v1.0.0
go: downloading github.com/mitchellh/go-wordwrap v1.0.1
go: downloading github.com/russross/blackfriday/v2 v2.1.0
go: downloading github.com/prometheus/client_golang v1.16.0
go: downloading github.com/google/btree v1.0.1
go: downloading github.com/Microsoft/hcsshim v0.11.4
go: downloading google.golang.org/appengine v1.6.7
go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.45.0
go: downloading go.opentelemetry.io/otel v1.19.0
go: downloading go.opentelemetry.io/otel/trace v1.19.0
go: downloading github.com/go-errors/errors v1.4.2
go: downloading github.com/docker/go-units v0.5.0
go: downloading github.com/klauspost/compress v1.16.0
go: downloading github.com/moby/term v0.5.0
go: downloading github.com/cespare/xxhash/v2 v2.2.0
go: downloading github.com/prometheus/client_model v0.4.0
go: downloading github.com/prometheus/common v0.44.0
go: downloading github.com/prometheus/procfs v0.10.1
go: downloading github.com/felixge/httpsnoop v1.0.3
go: downloading go.opentelemetry.io/otel/metric v1.19.0
go: downloading github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00
go: downloading github.com/xlab/treeprint v1.2.0
go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
go: downloading github.com/morikuni/aec v1.0.0
go: downloading github.com/gorilla/mux v1.8.0
go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.4
go: downloading github.com/docker/go-metrics v0.0.1
go: downloading github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1
go: downloading go.starlark.net v0.0.0-20230525235612-a134d8f9ddca
go: downloading github.com/moby/spdystream v0.4.0
go: downloading github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f
go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20230822172742-b8732ec3820d
go: downloading k8s.io/api v0.32.3
go: github.com/rancher/backup-restore-operator/tests/hull imports
	github.com/rancher/hull/pkg/chart imports
	helm.sh/helm/v3/pkg/chartutil imports
	k8s.io/client-go/kubernetes/scheme imports
	k8s.io/api/flowcontrol/v1alpha1: cannot find module providing package k8s.io/api/flowcontrol/v1alpha1
go: github.com/rancher/backup-restore-operator/tests/hull imports
	github.com/rancher/hull/pkg/chart imports
	helm.sh/helm/v3/pkg/chartutil imports
	k8s.io/client-go/kubernetes/scheme imports
	k8s.io/api/resource/v1alpha2: cannot find module providing package k8s.io/api/resource/v1alpha2

@renovate-rancher renovate-rancher bot force-pushed the renovate/release/v4.0-all-minor-patch branch 2 times, most recently from 387016c to d8b4bc1 Compare February 25, 2025 04:37
@renovate-rancher renovate-rancher bot force-pushed the renovate/release/v4.0-all-minor-patch branch 3 times, most recently from ff6042c to 9b08d91 Compare March 6, 2025 04:38
@renovate-rancher renovate-rancher bot force-pushed the renovate/release/v4.0-all-minor-patch branch 3 times, most recently from 8b4f380 to 3b66f9d Compare March 13, 2025 04:37
@renovate-rancher renovate-rancher bot force-pushed the renovate/release/v4.0-all-minor-patch branch from 3b66f9d to fabda02 Compare March 13, 2025 12:44
@mallardduck mallardduck changed the title Update all non-major dependencies (release/v4.0) [debug]Update all non-major dependencies (release/v4.0) Mar 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant