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

Bump the gomodupdates group with 13 updates #3240

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 8, 2024

Bumps the gomodupdates group with 13 updates:

Package From To
github.com/aws/aws-sdk-go 1.50.11 1.50.13
github.com/docker/cli 25.0.2+incompatible 25.0.3+incompatible
github.com/docker/docker 25.0.2+incompatible 25.0.3+incompatible
github.com/golangci/golangci-lint 1.55.2 1.56.0
golang.org/x/crypto 0.18.0 0.19.0
golang.org/x/net 0.20.0 0.21.0
golang.org/x/sys 0.16.0 0.17.0
golang.org/x/term 0.16.0 0.17.0
k8s.io/apimachinery 0.28.4 0.29.1
k8s.io/client-go 0.28.4 0.29.1
k8s.io/component-base 0.28.4 0.29.1
k8s.io/kubelet 0.28.4 0.29.1
golang.org/x/mod 0.14.0 0.15.0

Updates github.com/aws/aws-sdk-go from 1.50.11 to 1.50.13

Release notes

Sourced from github.com/aws/aws-sdk-go's releases.

Release v1.50.13 (2024-02-07)

Service Client Updates

  • service/datasync: Updates service API and documentation
  • service/models.lex.v2: Updates service API, documentation, and paginators
  • service/redshift: Updates service API, documentation, and paginators
    • LisRecommendations API to fetch Amazon Redshift Advisor recommendations.

Release v1.50.12 (2024-02-06)

Service Client Updates

  • service/appsync: Updates service API and documentation
  • service/ecs: Updates service documentation
    • This release is a documentation only update to address customer issues.
  • service/es: Updates service API and documentation
    • This release adds clear visibility to the customers on the changes that they make on the domain.
  • service/logs: Updates service API and documentation
    • This release adds a new field, logGroupArn, to the response of the logs:DescribeLogGroups action.
  • service/opensearch: Updates service API and documentation
  • service/wafv2: Updates service API and documentation
Commits

Updates github.com/docker/cli from 25.0.2+incompatible to 25.0.3+incompatible

Commits
  • 4debf41 Merge pull request #4857 from thaJeztah/25.0_backport_codecov-action-4
  • 5e6ce1b Merge pull request #4856 from thaJeztah/25.0_backport_plugin-socket-tests
  • 5428301 build(deps): Bump codecov/codecov-action from 3 to 4
  • 1cbc218 tests: add plugin-socket-compatibility tests
  • 2f6b5ad scripts: don't hardcode architecture in e2e script
  • d8e07c9 tests: add tests for cli-plugins/socket
  • 5f1b610 Merge pull request #4841 from thaJeztah/25.0_vendor_docker_25.0.2
  • c105cd3 Merge pull request #4837 from dvdksn/25.0_docs_backport_linode_volume_plugin
  • 62b2963 vendor: github.com/docker/docker v25.0.2
  • 71f2b0d vendor: github.com/docker/docker v25.0.1
  • Additional commits viewable in compare view

Updates github.com/docker/docker from 25.0.2+incompatible to 25.0.3+incompatible

Release notes

Sourced from github.com/docker/docker's releases.

v25.0.3

25.0.3

For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones:

What's Changed

  • [25.0 backport] pkg/ioutils: Make subsequent Close attempts noop moby/moby#47222
  • [25.0 backport] Fix HasResource inverted boolean error - vendor swarmkit v2.0.0-20240125134710-dcda100a8261 moby/moby#47225
  • [25.0 backport] gha: update actions to account for node 16 deprecation moby/moby#47291
  • [25.0 backport] docs: remove dead links from api verison history moby/moby#47296
  • [25.0 backport] Assert temp output directory is not an empty string moby/moby#47298
  • [25.0 backport] api: Document version in /build moby/moby#47295
  • [25.0 backport] De-flake TestSwarmClusterRotateUnlockKey moby/moby#47201
  • [25.0 backport] Add internal n/w bridge to firewalld docker zone moby/moby#47303
  • [25.0 backport] Only restore a configured MAC addr on restart. moby/moby#47304
  • [25.0 backport] Revert "daemon: automatically set network EnableIPv6 if needed" moby/moby#47310
  • [25.0 backport] libnet: bridge: ignore EINVAL when configuring bridge MTU moby/moby#47311
  • [25.0 backport] logger/journald: fix tailing logs with systemd 255 moby/moby#47243
  • [25.0 backport] add more //go:build directives to prevent downgrading to go1.16 language moby/moby#47220
  • [25.0 backport] libcontainerd/supervisor: fix data race moby/moby#47313
  • [25.0 backport] plugins: Fix panic when fetching by digest moby/moby#47323
  • [25.0 backport] Dockerfile: update docker-cli to v25.0.2, docker compose v2.24.5 moby/moby#47316
  • [25.0 backport] image/save: Fix untagged images not present in index.json moby/moby#47294
  • [25.0 backport] Dockerfile: update RootlessKit to v2.0.1 moby/moby#47334
  • [25.0 backport] image/cache: Ignore Build and Revision on Windows moby/moby#47337
  • [25.0 backport] profiles/seccomp: add syscalls for kernel v5.17 - v6.6, match containerd's profile moby/moby#47344
  • [25.0 backport] c8d: Use the same logic to get the present images moby/moby#47348

Full Changelog: moby/moby@v25.0.2...v25.0.3

Commits
  • f417435 Merge pull request #47348 from rumpl/25.0_backport-history-config
  • acd023d c8d: Use the same logic to get the present images
  • 7a075ca Merge pull request #47344 from thaJeztah/25.0_backport_seccomp_updates
  • aff7177 Merge pull request #47337 from vvoland/cache-fix-older-windows-25
  • ed7c263 seccomp: add futex_wake syscall (kernel v6.7, libseccomp v2.5.5)
  • 74e3b4f seccomp: add futex_wait syscall (kernel v6.7, libseccomp v2.5.5)
  • 4cc0416 seccomp: add futex_requeue syscall (kernel v6.7, libseccomp v2.5.5)
  • f9f9e7f seccomp: add map_shadow_stack syscall (kernel v6.6, libseccomp v2.5.5)
  • 5fb4eb9 seccomp: add fchmodat2 syscall (kernel v6.6, libseccomp v2.5.5)
  • 67e9aa6 seccomp: add cachestat syscall (kernel v6.5, libseccomp v2.5.5)
  • Additional commits viewable in compare view

Updates github.com/golangci/golangci-lint from 1.55.2 to 1.56.0

Release notes

Sourced from github.com/golangci/golangci-lint's releases.

v1.56.0

golangci-lint is a free and open-source project, built by people in their free time. Also, the linter authors are an important part of golangci-lint. If you use and appreciate golangci-lint please think to support us (golangci-lint maintainers and linters authors). ❤️

Changelog

  • bc169eb6 build(deps): bump actions/cache from 3 to 4 (#4329)
  • 390acc9f build(deps): bump actions/setup-go from 4 to 5 (#4250)
  • 42001943 build(deps): bump github.com/Antonboom/testifylint from 0.2.3 to 1.0.1 (#4186)
  • a12dde07 build(deps): bump github.com/Antonboom/testifylint from 1.0.1 to 1.0.2 (#4193)
  • 7656f82c build(deps): bump github.com/Antonboom/testifylint from 1.0.2 to 1.1.0 (#4330)
  • 1a00b409 build(deps): bump github.com/GaijinEntertainment/go-exhaustruct/v3 from 3.1.0 to 3.2.0 (#4304)
  • affa7d11 build(deps): bump github.com/OpenPeeDeeP/depguard/v2 from 2.1.0 to 2.2.0 (#4207)
  • 553161d9 build(deps): bump github.com/alecthomas/go-check-sumtype from 0.1.3 to 0.1.4 (#4317)
  • e32f2f3f build(deps): bump github.com/bombsimon/wsl/v4 from 3.4.0 to 4.2.0 (#4215)
  • 6e09a205 build(deps): bump github.com/butuzov/ireturn from 0.2.2 to 0.3.0 (#4352)
  • 2b7c777b build(deps): bump github.com/catenacyber/perfsprint from 0.2.0 to 0.3.0 (#4157)
  • be5c2e93 build(deps): bump github.com/catenacyber/perfsprint from 0.3.0 to 0.3.1 (#4199)
  • 84442f26 build(deps): bump github.com/catenacyber/perfsprint from 0.3.1 to 0.4.0 (#4236)
  • 5083ba8c build(deps): bump github.com/catenacyber/perfsprint from 0.4.0 to 0.5.0 (#4258)
  • 4ea9468c build(deps): bump github.com/catenacyber/perfsprint from 0.5.0 to 0.6.0 (#4346)
  • 1ead82ff build(deps): bump github.com/cloudflare/circl from 1.3.3 to 1.3.7 in /tools (#4307)
  • 815556a8 build(deps): bump github.com/daixiang0/gci from 0.11.2 to 0.12.0 (#4260)
  • 0264eaa5 build(deps): bump github.com/daixiang0/gci from 0.12.0 to 0.12.1 (#4293)
  • da3eb313 build(deps): bump github.com/fatih/color from 1.15.0 to 1.16.0 (#4194)
  • 97cb9054 build(deps): bump github.com/ghostiam/protogetter from 0.2.3 to 0.3.1 (#4167)
  • 2640ed7c build(deps): bump github.com/ghostiam/protogetter from 0.3.1 to 0.3.3 (#4185)
  • 3ff41630 build(deps): bump github.com/ghostiam/protogetter from 0.3.3 to 0.3.4 (#4327)
  • 87d55d9c build(deps): bump github.com/go-critic/go-critic from 0.10.0 to 0.11.0 (#4295)
  • 790c1632 build(deps): bump github.com/go-critic/go-critic from 0.9.0 to 0.10.0 (#4249)
  • 32dd629c build(deps): bump github.com/go-git/go-git/v5 from 5.4.2 to 5.11.0 in /tools (#4288)
  • 77cfc00d build(deps): bump github.com/gordonklaus/ineffassign from 0.0.0-20230610083614-0e73809eb601 to 0.1.0 (#4173)
  • 53e2c534 build(deps): bump github.com/jgautheron/goconst from 1.6.0 to 1.7.0 (#4200)
  • 1bb8c57d build(deps): bump github.com/jjti/go-spancheck from 0.4.2 to 0.5.2 (#4316)
  • 77ffe366 build(deps): bump github.com/kunwardeep/paralleltest from 1.0.8 to 1.0.9 (#4256)
  • 8301163c build(deps): bump github.com/mgechev/revive from 1.3.4 to 1.3.5 (#4305)
  • 057c296c build(deps): bump github.com/mgechev/revive from 1.3.5 to 1.3.6 (#4314)
  • b3146552 build(deps): bump github.com/nishanths/exhaustive from 0.11.0 to 0.12.0 (#4195)
  • 1c7e42ac build(deps): bump github.com/nunnatsa/ginkgolinter from 0.14.1 to 0.15.1 (#4248)
  • f921f000 build(deps): bump github.com/nunnatsa/ginkgolinter from 0.15.1 to 0.15.2 (#4282)
  • dfd09848 build(deps): bump github.com/polyfloyd/go-errorlint from 1.4.5 to 1.4.6 (#4234)
  • 42cdc306 build(deps): bump github.com/polyfloyd/go-errorlint from 1.4.6 to 1.4.7 (#4245)
  • 1cfbe0d1 build(deps): bump github.com/polyfloyd/go-errorlint from 1.4.7 to 1.4.8 (#4337)
  • a0d04014 build(deps): bump github.com/shirou/gopsutil/v3 from 3.23.10 to 3.23.11 (#4233)
  • 8f4b1a79 build(deps): bump github.com/shirou/gopsutil/v3 from 3.23.11 to 3.23.12 (#4296)
  • ee98b504 build(deps): bump github.com/shirou/gopsutil/v3 from 3.23.12 to 3.24.1 (#4344)
  • 0d5efec2 build(deps): bump github.com/sigstore/cosign from 1.13.1 to 1.13.2 in /tools (#4251)
  • 4c6c8711 build(deps): bump github.com/tetafro/godot from 1.4.15 to 1.4.16 (#4192)
  • 57bc603e build(deps): bump github.com/ykadowak/zerologlint from 0.1.3 to 0.1.4 (#4222)
  • 5cb49739 build(deps): bump github.com/ykadowak/zerologlint from 0.1.4 to 0.1.5 (#4235)

... (truncated)

Changelog

Sourced from github.com/golangci/golangci-lint's changelog.

v1.56.0

  1. new linters
  2. updated linters
    • depguard: from 2.1.0 to 2.2.0
    • exhaustive: from 0.11.0 to 0.12.0
    • exhaustruct: from 3.1.0 to 3.2.0
    • gci: from 0.11.2 to 0.12.1
    • ginkgolinter: from 0.14.1 to 0.15.2
    • go-check-sumtype: from 0.1.3 to 0.1.4
    • go-critic: from 0.9.0 to 0.11.0
    • go-errorlint: from 1.4.5 to 1.4.8
    • go-spancheck: from 0.4.2 to 0.5.2
    • goconst: from 1.6.0 to 1.7.0
    • godot: from 1.4.15 to 1.4.16
    • gofumpt: from 0.5.0 to 0.6.0
    • inamedparam: from 0.1.2 to 0.1.3
    • ineffassign: from 0.0.0-20230610083614-0e73809eb601 to 0.1.0
    • ireturn: from 0.2.2 to 0.3.0
    • misspell: add mode option
    • musttag: from v0.7.2 to v0.8.0
    • paralleltest: from 1.0.8 to 1.0.9
    • perfsprint: from 0.2.0 to 0.6.0
    • protogetter: from 0.2.3 to 0.3.4
    • revive: from 1.3.4 to 1.3.6
    • sloglint: add static-msg option
    • sloglint: from 0.1.2 to 0.4.0
    • testifylint: from 0.2.3 to 1.1.0
    • unparam: from 20221223090309-7455f1af531d to 20240104100049-c549a3470d14
    • whitespace: update after moving to the analysis package
    • wsl: from 3.4.0 to 4.2.0
    • zerologlint: from 0.1.3 to 0.1.5
  3. misc.
    • Implement stats per linter with a flag
    • fix: make versioning inside Docker image consistent with binaries
    • fix: parse Go RC version
  4. Documentation
    • Add missing fields to .golangci.reference.yml
    • Fix noctx description
    • Improve .golangci.reference.yml defaults
    • Improve typecheck FAQ
    • Note that exhaustruct struct regular expressions are expected to match the entire package/name/structname
    • Adjust wrapcheck ignoreSigs to new defaults

Important

testifylint has breaking changes about enabling/disabling checks:

  • If you were using the option enable with a filtered list of checks, you should either add disable-all: true (1) or use disable field (2).

... (truncated)

Commits
  • 1a00b40 build(deps): bump github.com/GaijinEntertainment/go-exhaustruct/v3 from 3.1.0...
  • 192ee89 go1.22 support (#4272)
  • 6e09a20 build(deps): bump github.com/butuzov/ireturn from 0.2.2 to 0.3.0 (#4352)
  • a7c175b build(deps): bump peter-evans/create-pull-request from 5 to 6 (#4348)
  • a727aa5 dev: remove unrelated flags from config and linters command (#4284)
  • 4ea9468 build(deps): bump github.com/catenacyber/perfsprint from 0.5.0 to 0.6.0 (#4346)
  • ee98b50 build(deps): bump github.com/shirou/gopsutil/v3 from 3.23.12 to 3.24.1 (#4344)
  • b3ffe70 feat: implement stats per linter with a flag (#4341)
  • 7bc1927 docs: adjust list from why install from source is not recommended (#4340)
  • e4c6e1f dev: replace mitchellh/mapstructure by go-viper/mapstructure/v2 (#4339)
  • Additional commits viewable in compare view

Updates golang.org/x/crypto from 0.18.0 to 0.19.0

Commits

Updates golang.org/x/net from 0.20.0 to 0.21.0

Commits
  • 73d21fd go.mod: update golang.org/x dependencies
  • 643fd16 html: fix SOLIDUS '/' handling in attribute parsing
  • 73e4b50 dns/dnsmessage: allow name compression for SRV resource parsing
  • b2208d0 internal/quic/qlog: fix typo
  • 0d0b98c http2: avoid goroutine starvation in TestServer_Push_RejectAfterGoAway
  • 07e05fd http2: remove suspicious uint32->v conversion in frame code
  • 26b646e quic: avoid deadlock in Endpoint.Close
  • See full diff in compare view

Updates golang.org/x/sys from 0.16.0 to 0.17.0

Commits
  • 914b96c windows: support ill-formed UTF-16 in UTF16PtrToString
  • 511ec84 Revert "windows: support nil done parameter in ReadFile and WriteFile"
  • 628365d windows: support nil done parameter in ReadFile and WriteFile
  • bef1bd8 unix: move mksyscall regexp to package level variables
  • 5710a32 unix/linux: update Linux kernel to 6.7
  • b3ce6a3 windows: build env_windows_test.go only go Go 1.21 and above
  • c3fa2b8 windows: fix parsing of non-ASCII entries in token.Environ
  • f69d32a unix: in TestDirent, make as many ReadDirent calls as are needed
  • 0d9df52 unix: add more SECCOMP constants
  • See full diff in compare view

Updates golang.org/x/term from 0.16.0 to 0.17.0

Commits

Updates k8s.io/apimachinery from 0.28.4 to 0.29.1

Commits

Updates k8s.io/client-go from 0.28.4 to 0.29.1

Commits
  • b0ed45d Update dependencies to v0.29.1 tag
  • baea19d Merge pull request #122429 from MadhavJivrajani/tools-bump-129
  • 3373afd .*: bump golang.org/x/tools to v0.16.1
  • 288368e update go.mod
  • 86d49e7 Merge pull request #113374 from ahmedtd/kep-3257-projected-types
  • 59c256a Regenerate for ClusterTrustBundlePEM projected volume API
  • ac369c3 Define ClusterTrustBundlePEM projected volume
  • 66e57f7 Merge pull request #121552 from pohly/klog-update
  • 8b96b9b dependencies: klog v2.110.1
  • c13269d Merge pull request #116516 from aojea/servicecidr
  • Additional commits viewable in compare view

Updates k8s.io/component-base from 0.28.4 to 0.29.1

Commits

Updates k8s.io/kubelet from 0.28.4 to 0.29.1

Commits

Updates golang.org/x/mod from 0.14.0 to 0.15.0

Commits
  • fa1ba42 sumdb: replace globsMatchPath with module.MatchPrefixPatterns
  • See full diff in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the gomodupdates group with 13 updates:

| Package | From | To |
| --- | --- | --- |
| [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) | `1.50.11` | `1.50.13` |
| [github.com/docker/cli](https://github.com/docker/cli) | `25.0.2+incompatible` | `25.0.3+incompatible` |
| [github.com/docker/docker](https://github.com/docker/docker) | `25.0.2+incompatible` | `25.0.3+incompatible` |
| [github.com/golangci/golangci-lint](https://github.com/golangci/golangci-lint) | `1.55.2` | `1.56.0` |
| [golang.org/x/crypto](https://github.com/golang/crypto) | `0.18.0` | `0.19.0` |
| [golang.org/x/net](https://github.com/golang/net) | `0.20.0` | `0.21.0` |
| [golang.org/x/sys](https://github.com/golang/sys) | `0.16.0` | `0.17.0` |
| [golang.org/x/term](https://github.com/golang/term) | `0.16.0` | `0.17.0` |
| [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) | `0.28.4` | `0.29.1` |
| [k8s.io/client-go](https://github.com/kubernetes/client-go) | `0.28.4` | `0.29.1` |
| [k8s.io/component-base](https://github.com/kubernetes/component-base) | `0.28.4` | `0.29.1` |
| [k8s.io/kubelet](https://github.com/kubernetes/kubelet) | `0.28.4` | `0.29.1` |
| [golang.org/x/mod](https://github.com/golang/mod) | `0.14.0` | `0.15.0` |


Updates `github.com/aws/aws-sdk-go` from 1.50.11 to 1.50.13
- [Release notes](https://github.com/aws/aws-sdk-go/releases)
- [Commits](aws/aws-sdk-go@v1.50.11...v1.50.13)

Updates `github.com/docker/cli` from 25.0.2+incompatible to 25.0.3+incompatible
- [Commits](docker/cli@v25.0.2...v25.0.3)

Updates `github.com/docker/docker` from 25.0.2+incompatible to 25.0.3+incompatible
- [Release notes](https://github.com/docker/docker/releases)
- [Commits](moby/moby@v25.0.2...v25.0.3)

Updates `github.com/golangci/golangci-lint` from 1.55.2 to 1.56.0
- [Release notes](https://github.com/golangci/golangci-lint/releases)
- [Changelog](https://github.com/golangci/golangci-lint/blob/master/CHANGELOG.md)
- [Commits](golangci/golangci-lint@v1.55.2...v1.56.0)

Updates `golang.org/x/crypto` from 0.18.0 to 0.19.0
- [Commits](golang/crypto@v0.18.0...v0.19.0)

Updates `golang.org/x/net` from 0.20.0 to 0.21.0
- [Commits](golang/net@v0.20.0...v0.21.0)

Updates `golang.org/x/sys` from 0.16.0 to 0.17.0
- [Commits](golang/sys@v0.16.0...v0.17.0)

Updates `golang.org/x/term` from 0.16.0 to 0.17.0
- [Commits](golang/term@v0.16.0...v0.17.0)

Updates `k8s.io/apimachinery` from 0.28.4 to 0.29.1
- [Commits](kubernetes/apimachinery@v0.28.4...v0.29.1)

Updates `k8s.io/client-go` from 0.28.4 to 0.29.1
- [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md)
- [Commits](kubernetes/client-go@v0.28.4...v0.29.1)

Updates `k8s.io/component-base` from 0.28.4 to 0.29.1
- [Commits](kubernetes/component-base@v0.28.4...v0.29.1)

Updates `k8s.io/kubelet` from 0.28.4 to 0.29.1
- [Commits](kubernetes/kubelet@v0.28.4...v0.29.1)

Updates `golang.org/x/mod` from 0.14.0 to 0.15.0
- [Commits](golang/mod@v0.14.0...v0.15.0)

---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomodupdates
- dependency-name: github.com/docker/cli
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomodupdates
- dependency-name: github.com/docker/docker
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomodupdates
- dependency-name: github.com/golangci/golangci-lint
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomodupdates
- dependency-name: golang.org/x/crypto
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomodupdates
- dependency-name: golang.org/x/net
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomodupdates
- dependency-name: golang.org/x/sys
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomodupdates
- dependency-name: golang.org/x/term
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomodupdates
- dependency-name: k8s.io/apimachinery
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomodupdates
- dependency-name: k8s.io/client-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomodupdates
- dependency-name: k8s.io/component-base
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomodupdates
- dependency-name: k8s.io/kubelet
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomodupdates
- dependency-name: golang.org/x/mod
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomodupdates
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Feb 8, 2024
Copy link
Contributor

github-actions bot commented Feb 8, 2024

Test Results

0 tests   - 761   0 ✅  - 761   0s ⏱️ -22s
0 suites  -  85   0 💤 ±  0 
0 files    -   2   0 ❌ ±  0 

Results for commit 645a5ed. ± Comparison against base commit 4d9e59e.

Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 9, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Feb 9, 2024
@dependabot dependabot bot deleted the dependabot/go_modules/gomodupdates-719e65ed8b branch February 9, 2024 09:26
@github-actions github-actions bot locked and limited conversation to collaborators Feb 9, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants