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

build(deps): bump the dependencies group with 15 updates #30

Merged
merged 2 commits into from
Sep 14, 2023

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Sep 14, 2023

Bumps the dependencies group with 15 updates:

Package From To
github.com/Microsoft/go-winio 0.6.0 0.6.1
github.com/Scalingo/go-handlers 1.8.0 1.8.1
github.com/docker/docker 23.0.5+incompatible 24.0.6+incompatible
github.com/containerd/continuity 0.3.0 0.4.2
github.com/frankban/quicktest 1.14.0 1.14.6
github.com/klauspost/compress 1.16.3 1.16.7
github.com/moby/patternmatcher 0.5.0 0.6.0
github.com/opencontainers/image-spec 1.1.0-rc2.0.20221005185240-3a7f492d3f1b 1.1.0-rc4
github.com/opencontainers/runc 1.1.7 1.1.9
github.com/opencontainers/runtime-spec 1.1.0-rc.1 1.1.0
github.com/rootless-containers/rootlesskit 1.1.0 1.1.1
github.com/vbatts/tar-split 0.11.2 0.11.5
golang.org/x/mod 0.10.0 0.12.0
golang.org/x/net 0.10.0 0.15.0
golang.org/x/tools 0.8.0 0.13.0

Updates github.com/Microsoft/go-winio from 0.6.0 to 0.6.1

Release notes

Sourced from github.com/Microsoft/go-winio's releases.

v0.6.1

What's Changed

New Contributors

Full Changelog: microsoft/go-winio@v0.6.0...v0.6.1

Commits

Updates github.com/Scalingo/go-handlers from 1.8.0 to 1.8.1

Release notes

Sourced from github.com/Scalingo/go-handlers's releases.

v1.8.1

What's Changed

New Contributors

Full Changelog: Scalingo/go-handlers@v1.8.0...v1.8.1

Changelog

Sourced from github.com/Scalingo/go-handlers's changelog.

v1.8.1

  • feat(errors): add bad request errors
Commits
  • 1fbfe09 Merge pull request #81 from Scalingo/release/1.8.1
  • b43f086 Bump v1.8.1
  • e142454 Merge pull request #83 from Scalingo/chore/remove-vendor-folder
  • 03b536f chore: remove vendor folder and add it to the gitignore
  • d32b0cd Merge pull request #82 from Scalingo/fix/vendoring
  • b936097 fix: vendoring
  • ad4ce89 Merge pull request #80 from Scalingo/feat/79/bad-request-errors
  • 010b86c feat: use new errors verification interface
  • d939c60 feat: update CHANGELOG
  • 3128841 feat: add bad request errors
  • Additional commits viewable in compare view

Updates github.com/docker/docker from 23.0.5+incompatible to 24.0.6+incompatible

Release notes

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

v24.0.6

24.0.6

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

Bug fixes and enhancements

  • containerd storage backend: Fix docker ps failing when a container image is no longer present in the content store. moby/moby#46095
  • containerd storage backend: Fix docker ps -s -a and docker container prune failing when a container image config is no longer present in the content store. moby/moby#46097
  • containerd storage backend: Fix docker inspect failing when a container image config is no longer (or was never) present in the content store. moby/moby#46244
  • containerd storage backend: Fix diff and export with the overlayfs snapshotter by using reference-counted rootfs mounts. moby/moby#46266
  • containerd storage backend: Fix a misleading error message when the image platforms available locally do not match the desired platform. moby/moby#46300
  • containerd storage backend: Fix the FROM scratch Dockerfile instruction with the classic builder. moby/moby#46302
  • containerd storage backend: Fix mismatched image rootfs and manifest layers errors with the classic builder. moby/moby#46310
  • Warn when pulling Docker Image Format v1, and Docker Image manifest version 2, schema 1 images from all registries. moby/moby#46290
  • Fix live-restore of volumes with custom volume options. moby/moby#46366
  • Fix incorrectly dropping capabilities bits when running a container as a non-root user (note: this change was already effectively present due to a regression). moby/moby#46221
  • Fix network isolation iptables rules preventing IPv6 Neighbor Solicitation packets from being exchanged between containers. moby/moby#46214
  • Fix dockerd.exe --register-service not working when the binary is in the current directory on Windows. moby/moby#46215
  • Add a hint suggesting the use of a PAT to docker login against Docker Hub. docker/cli#4500
  • Improve shell startup time for users of Bash completion for the CLI. docker/cli#4517
  • Improve the speed of some commands by skipping GET /_ping when possible. docker/cli#4508
  • Fix credential scopes when using a PAT to docker manifest inspect an image on Docker Hub. docker/cli#4512
  • Fix docker events not supporting --format=json. docker/cli#4544

Packaging updates

v24.0.5

24.0.5

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

Bug fixes and enhancements

  • The Go client now avoids using UNIX socket paths in the HTTP Host: header, in order to be compatible with changes introduced in go1.20.6. moby/moby#45962, moby/moby#45990
  • containerd storage backend: Fix Variant not being included in docker image inspect and GET /images/{name}/json. moby/moby#46025
  • containerd storage backend: Prevent potential garbage collection of content during image export. moby/moby#46021
  • containerd storage backend: Prevent duplicate digest entries in RepoDigests. moby/moby#46014
  • containerd storage backend: Fix operations taking place against the incorrect tag when working with an image referenced by tag and digest. moby/moby#46013
  • containerd storage backend: Fix a panic caused by EXPOSE when building containers with the legacy builder. moby/moby#45921

... (truncated)

Commits
  • 1a79695 Merge pull request #46366 from thaJeztah/24.0_backport_volume-local-restore-m...
  • c35376c volume/local: Don't unmount, restore mounted status
  • 5d4cc0b integration/liveRestore: Check volume content
  • c78abd9 Merge pull request #46330 from thaJeztah/24.0_backport_api_docs_update_urls
  • 6282d95 Merge pull request #46331 from thaJeztah/24.0_backport_update_golangci_lint
  • 1d983e2 update golangci-lint to v1.54.2
  • d2e9a19 CONTRIBUTING.md: update links to golang docs and blog
  • 73f6053 api: swagger: update link to Go documentation
  • de13951 docs/api: update links to Go documentation
  • 7741a89 Merge pull request #46325 from thaJeztah/24.0_backport_hack_less_redirects
  • Additional commits viewable in compare view

Updates github.com/containerd/continuity from 0.3.0 to 0.4.2

Release notes

Sourced from github.com/containerd/continuity's releases.

v0.4.2

What's Changed

New Contributors

Full Changelog: containerd/continuity@v0.4.1...v0.4.2

v0.4.1

What's Changed

New Contributors

Full Changelog: containerd/continuity@v0.4.0...v0.4.1

v0.4.0

What's Changed

New Contributors

Full Changelog: containerd/continuity@v0.3.0...v0.4.0

Commits
  • 77a2d47 Merge pull request #230 from tuxillo/feat-add-initial-dragonflybsd-support
  • bcc6e25 dragonfly: Initial porting work
  • 1e0d26e Merge pull request #227 from fuweid/use-io-copy-from-copy-file
  • ce02f71 Merge pull request #228 from fuweid/fs/apply-should-use-sync
  • 3fa7d7a fs/fstest: CreateFile should use sync
  • 4b8bec5 fs: use io.Copy because go supports CopyFileRange
  • 25762ef Merge pull request #225 from jandubois/clonefile-exdev
  • 7df79f5 Fall back to Copyfile when Clonefile detects a cross-device request
  • 21eb927 Merge pull request #223 from dmcgowan/support-darwin-clonefile
  • 30cf84d Add support for Darwin clonefile
  • Additional commits viewable in compare view

Updates github.com/frankban/quicktest from 1.14.0 to 1.14.6

Commits
  • 7c937a9 Merge pull request #162 from dolmen-go/update-README
  • dfe325a Merge pull request #163 from frankban/improve-suppressed-output
  • 1458145 Failure output: avoid using the 'same as' logic for suppressed values
  • 7a567d9 README: fix online godoc link and rebuild
  • 950cb4b Merge pull request #159 from dolmen-go/simplify-Defer-1
  • 821de06 Merge pull request #157 from dolmen-go/fix-Run-SetFormat
  • 6aef968 Merge pull request #158 from dolmen-go/fix-detection-of-missing-Done-in-Defer...
  • ee6dcaa Simplify Defer: do not wrap first deferred func
  • 3ecf279 Refactor Defer and fix detection of 'missing Done' for Defer in Defer
  • e7bb3ab Add failing test for 'missing Done' detection failure
  • Additional commits viewable in compare view

Updates github.com/klauspost/compress from 1.16.3 to 1.16.7

Release notes

Sourced from github.com/klauspost/compress's releases.

v1.16.7

What's Changed

New Contributors

Full Changelog: klauspost/compress@v1.16.6...v1.16.7

v1.16.6

What's Changed

New Contributors

Full Changelog: klauspost/compress@v1.16.5...v1.16.6

v1.16.5

What's Changed

New Contributors

Full Changelog: klauspost/compress@v1.16.4...v1.16.5

v1.16.4

What's Changed

... (truncated)

Commits

Updates github.com/moby/patternmatcher from 0.5.0 to 0.6.0

Release notes

Sourced from github.com/moby/patternmatcher's releases.

v0.6.0

This release integrates the "frontend/dockerfile/dockerignore" package from github.com/moby/buildkit at commit 9da03ce42beb47d0d0a34c68ea90cac793b79851

What's Changed

Full Changelog: moby/patternmatcher@v0.5.0...v0.6.0

Commits
  • 347bb8d Merge pull request #1 from thaJeztah/integrate_dockerignore
  • 36a4227 integrate frontend/dockerfile/dockerignore from buildkit
  • 8a1649d Merge pull request #2 from thaJeztah/update_go_versions
  • c512fc5 gha: test against go1.20.x
  • 2345cde gha: update actions/setup-go@v4
  • 555cf69 gha: update golangci-lint to v1.53.x
  • 666020c frontend/dockerfile/dockerignore: remove hard-coded filename from error
  • dba575f frontend/dockerfile/dockerignore: touch-up godoc and code
  • 318a4a5 frontend/dockerfile/dockerignore: cleanup unit test
  • 00aab4f chore: refactor dockerfile to use errors pkg
  • Additional commits viewable in compare view

Updates github.com/opencontainers/image-spec from 1.1.0-rc2.0.20221005185240-3a7f492d3f1b to 1.1.0-rc4

Release notes

Sourced from github.com/opencontainers/image-spec's releases.

v1.1.0-rc4

Vote passed [+6 -0]: https://groups.google.com/a/opencontainers.org/g/dev/c/gPgzESGb7xs

For changeset and diff please see - opencontainers/image-spec#1080

v1.1.0-rc.3

Vote passed [+6 -0]: https://groups.google.com/a/opencontainers.org/g/dev/c/ZUza21145X0

opencontainers/image-spec#1049

v1.1.0-rc3

Vote passed [+6 -0]: https://groups.google.com/a/opencontainers.org/g/dev/c/ZUza21145X0

opencontainers/image-spec#1049

Note: This is a duplicate of v1.1.0-rc.3 because of semver ordering (rc.3 < rc1 < rc2).

Commits

Updates github.com/opencontainers/runc from 1.1.7 to 1.1.9

Release notes

Sourced from github.com/opencontainers/runc's releases.

runc 1.1.8 -- "海纳百川 有容乃大"

This is the eighth patch release of the 1.1.z release branch of runc. The most notable change is the addition of RISC-V support, along with a few bug fixes.

  • Support riscv64. (#3905)
  • init: do not print environment variable value. (#3879)
  • libct: fix a race with systemd removal. (#3877)
  • tests/int: increase num retries for oom tests. (#3891)
  • man/runc: fixes. (#3892)
  • Fix tmpfs mode opts when dir already exists. (#3916)
  • docs/systemd: fix a broken link. (#3917)
  • ci/cirrus: enable some rootless tests on cs9. (#3918)
  • runc delete: call systemd's reset-failed. (#3932)
  • libct/cg/sd/v1: do not update non-frozen cgroup after frozen failed. (#3921)
  • CI: bump Fedora, Vagrant, bats. (#3878)
  • .codespellrc: update for 2.2.5. (#3909)

Static Linking Notices

The runc binary distributed with this release are statically linked with the following GNU LGPL-2.1 licensed libraries, with runc acting as a "work that uses the Library":

The versions of these libraries were not modified from their upstream versions, but in order to comply with the LGPL-2.1 (§6(a)), we have attached the complete source code for those libraries which (when combined with the attached runc source code) may be used to exercise your rights under the LGPL-2.1.

However we strongly suggest that you make use of your distribution's packages or download them from the authoritative upstream sources, especially since these libraries are related to the security of your containers.

Thanks to all of the contributors who made this release possible:

... (truncated)

Changelog

Sourced from github.com/opencontainers/runc's changelog.

[1.1.9] - 2023-08-10

There is a crack in everything. That's how the light gets in.

Added

  • Added go 1.21 to the CI matrix; other CI updates. (#3976, #3958)

Fixed

  • Fixed losing sticky bit on tmpfs (a regression in 1.1.8). (#3952, #3961)
  • intelrdt: fixed ignoring ClosID on some systems. (#3550, #3978)

Changed

  • Sum anon and file from memory.stat for cgroupv2 root usage, as the root does not have memory.current for cgroupv2. This aligns cgroupv2 root usage more closely with cgroupv1 reporting. Additionally, report root swap usage as sum of swap and memory usage, aligned with v1 and existing non-root v2 reporting. (#3933)

[1.1.8] - 2023-07-20

海纳百川 有容乃大

Added

  • Support riscv64. (#3905)

Fixed

  • init: do not print environment variable value. (#3879)
  • libct: fix a race with systemd removal. (#3877)
  • tests/int: increase num retries for oom tests. (#3891)
  • man/runc: fixes. (#3892)
  • Fix tmpfs mode opts when dir already exists. (#3916)
  • docs/systemd: fix a broken link. (#3917)
  • ci/cirrus: enable some rootless tests on cs9. (#3918)
  • runc delete: call systemd's reset-failed. (#3932)
  • libct/cg/sd/v1: do not update non-frozen cgroup after frozen failed. (#3921)

Changed

  • CI: bump Fedora, Vagrant, bats. (#3878)
  • .codespellrc: update for 2.2.5. (#3909)
Commits
  • ccaecfc VERSION: release 1.1.9
  • 5c09aa9 Merge pull request #3978 from kolyshkin/1.1-rtd-fix
  • f44190e libct/intelrdt: check if available iff configured
  • 6cf9ac1 libct/intelrdt: skip remove unless configured
  • 4796f49 libct/intelrdt: elide parsing mountinfo
  • 6a7a6a5 libct/intelrdt: skip reading /proc/cpuinfo
  • 7c83dbe libct/intelrdt: delete IsMBAScEnabled()
  • 5ebcfa6 [1.1] libct: rm intelrtd.Manager interface, NewIntelRdtManager
  • 69473d0 libct: rm TestGetContainerStats, mockIntelRdtManager
  • dfdc7d0 libct/intelrdt: explain why mountinfo is required
  • Additional commits viewable in compare view

Updates github.com/opencontainers/runtime-spec from 1.1.0-rc.1 to 1.1.0

Release notes

Sourced from github.com/opencontainers/runtime-spec's releases.

v1.1.0

Vote: opencontainers/runtime-spec#1213

Blog: https://opencontainers.org/posts/blog/2023-07-21-oci-runtime-spec-v1-1/

Breaking changes (but rather conforms to the existing runc implementation)

  • config: change prestart hook spec to match reality (#1169)

Deprecations

  • config-linux: mark memory.kernel[TCP] as NOT RECOMMENDED (#1093)

Additions

  • cgroup: add cgroup v2 support (#1040)
  • seccomp: allow to override errno return code (#1041)
  • seccomp: Add support for SCMP_ACT_KILL_PROCESS (#1044)
  • Update seccomp architectures to support RISCV64 (#1059)
  • Add support for SCMP_ACT_KILL_THREAD (#1064)
  • Add Seccomp Notify support using UNIX sockets and container metadata (#1074)
  • config-linux: Add Intel RDT CMT and MBM Linux support (#1076)
  • seccomp: allow to override default errno return code (#1087)
  • Introduce zos as platform (#1095)
  • config-linux: add idle option for container cgroup (#1136)
  • config-linux: add CFS bandwidth burst (#1120)
  • IDMapping field for mount point (#1143)
  • schema: add cpu idle (#1145)
  • add domainname spec entity (#1156)
  • config-linux: add memory.checkBeforeUpdate (#1158)
  • seccomp: Add flag SECCOMP_FILTER_FLAG_WAIT_KILLABLE_RECV (#1161)
  • config-linux: add support for rsvd hugetlb cgroup (#1116)
  • features: add features.md to formalize the runc features JSON (#1130)
  • config-linux: add support for time namespace (#1151)
  • config: add scheduler entity (#1188)
  • config: Add I/O Priority Configuration for process group in Linux Containers (#1191)

Minor fixes

  • seccomp: fix go-specs for errnoRet (#1042)
  • Define State for container and runtime namespace (#1045)
  • Add State status constants to spec-go (#1046)
  • config.go: make umask a pointer (#1058)
  • Update State structure to use the new ContainerState type (#1056)
  • Fix int64 and uint64 type value ranges (#1060)
  • Fix seccomp notify inconsistencies (#1096)
  • runtime should WARN / ignore capabilities that cannot be granted (#1094)
  • config-linux: clarify the handling of ClosID RDT parameter (#1104)
  • defs-zos: [Fix] prevent schema parsers from hitting recursion-loop while resolving types. (#1117)
  • fix the lifecycle reference in the states listing (#1118)
  • specify cgroup ownership semantics (#1123)
  • config-linux: MAY reject an unfit cgroup (#1125)
  • cgroup ownership: clarify that some files may not exist (#1137)
  • schema: update README.md (#1083)

... (truncated)

Changelog

Sourced from github.com/opencontainers/runtime-spec's changelog.

OpenContainers Specifications

Changes with v1.1.0:

Breaking changes (but rather conforms to the existing runc implementation):

  • config: change prestart hook spec to match reality (#1169)

Deprecations:

  • config-linux: mark memory.kernel[TCP] as NOT RECOMMENDED (#1093)

Additions:

  • cgroup: add cgroup v2 support (#1040)
  • seccomp: allow to override errno return code (#1041)
  • seccomp: Add support for SCMP_ACT_KILL_PROCESS (#1044)
  • Update seccomp architectures to support RISCV64 (#1059)
  • Add support for SCMP_ACT_KILL_THREAD (#1064)
  • Add Seccomp Notify support using UNIX sockets and container metadata (#1074)
  • config-linux: Add Intel RDT CMT and MBM Linux support (#1076)
  • seccomp: allow to override default errno return code (#1087)
  • Introduce zos as platform (#1095)
  • config-linux: add idle option for container cgroup (#1136)
  • config-linux: add CFS bandwidth burst (

Verified

This commit was signed with the committer’s verified signature.
thaJeztah Sebastiaan van Stijn
Bumps the dependencies group with 15 updates:

| Package | From | To |
| --- | --- | --- |
| [github.com/Microsoft/go-winio](https://github.com/Microsoft/go-winio) | `0.6.0` | `0.6.1` |
| [github.com/Scalingo/go-handlers](https://github.com/Scalingo/go-handlers) | `1.8.0` | `1.8.1` |
| [github.com/docker/docker](https://github.com/docker/docker) | `23.0.5+incompatible` | `24.0.6+incompatible` |
| [github.com/containerd/continuity](https://github.com/containerd/continuity) | `0.3.0` | `0.4.2` |
| [github.com/frankban/quicktest](https://github.com/frankban/quicktest) | `1.14.0` | `1.14.6` |
| [github.com/klauspost/compress](https://github.com/klauspost/compress) | `1.16.3` | `1.16.7` |
| [github.com/moby/patternmatcher](https://github.com/moby/patternmatcher) | `0.5.0` | `0.6.0` |
| [github.com/opencontainers/image-spec](https://github.com/opencontainers/image-spec) | `1.1.0-rc2.0.20221005185240-3a7f492d3f1b` | `1.1.0-rc4` |
| [github.com/opencontainers/runc](https://github.com/opencontainers/runc) | `1.1.7` | `1.1.9` |
| [github.com/opencontainers/runtime-spec](https://github.com/opencontainers/runtime-spec) | `1.1.0-rc.1` | `1.1.0` |
| [github.com/rootless-containers/rootlesskit](https://github.com/rootless-containers/rootlesskit) | `1.1.0` | `1.1.1` |
| [github.com/vbatts/tar-split](https://github.com/vbatts/tar-split) | `0.11.2` | `0.11.5` |
| [golang.org/x/mod](https://github.com/golang/mod) | `0.10.0` | `0.12.0` |
| [golang.org/x/net](https://github.com/golang/net) | `0.10.0` | `0.15.0` |
| [golang.org/x/tools](https://github.com/golang/tools) | `0.8.0` | `0.13.0` |


Updates `github.com/Microsoft/go-winio` from 0.6.0 to 0.6.1
- [Release notes](https://github.com/Microsoft/go-winio/releases)
- [Commits](microsoft/go-winio@v0.6.0...v0.6.1)

Updates `github.com/Scalingo/go-handlers` from 1.8.0 to 1.8.1
- [Release notes](https://github.com/Scalingo/go-handlers/releases)
- [Changelog](https://github.com/Scalingo/go-handlers/blob/master/CHANGELOG.md)
- [Commits](Scalingo/go-handlers@v1.8.0...v1.8.1)

Updates `github.com/docker/docker` from 23.0.5+incompatible to 24.0.6+incompatible
- [Release notes](https://github.com/docker/docker/releases)
- [Commits](moby/moby@v23.0.5...v24.0.6)

Updates `github.com/containerd/continuity` from 0.3.0 to 0.4.2
- [Release notes](https://github.com/containerd/continuity/releases)
- [Commits](containerd/continuity@v0.3.0...v0.4.2)

Updates `github.com/frankban/quicktest` from 1.14.0 to 1.14.6
- [Commits](frankban/quicktest@v1.14.0...v1.14.6)

Updates `github.com/klauspost/compress` from 1.16.3 to 1.16.7
- [Release notes](https://github.com/klauspost/compress/releases)
- [Changelog](https://github.com/klauspost/compress/blob/master/.goreleaser.yml)
- [Commits](klauspost/compress@v1.16.3...v1.16.7)

Updates `github.com/moby/patternmatcher` from 0.5.0 to 0.6.0
- [Release notes](https://github.com/moby/patternmatcher/releases)
- [Commits](moby/patternmatcher@v0.5.0...v0.6.0)

Updates `github.com/opencontainers/image-spec` from 1.1.0-rc2.0.20221005185240-3a7f492d3f1b to 1.1.0-rc4
- [Release notes](https://github.com/opencontainers/image-spec/releases)
- [Changelog](https://github.com/opencontainers/image-spec/blob/main/RELEASES.md)
- [Commits](https://github.com/opencontainers/image-spec/commits/v1.1.0-rc4)

Updates `github.com/opencontainers/runc` from 1.1.7 to 1.1.9
- [Release notes](https://github.com/opencontainers/runc/releases)
- [Changelog](https://github.com/opencontainers/runc/blob/v1.1.9/CHANGELOG.md)
- [Commits](opencontainers/runc@v1.1.7...v1.1.9)

Updates `github.com/opencontainers/runtime-spec` from 1.1.0-rc.1 to 1.1.0
- [Release notes](https://github.com/opencontainers/runtime-spec/releases)
- [Changelog](https://github.com/opencontainers/runtime-spec/blob/main/ChangeLog)
- [Commits](opencontainers/runtime-spec@v1.1.0-rc.1...v1.1.0)

Updates `github.com/rootless-containers/rootlesskit` from 1.1.0 to 1.1.1
- [Release notes](https://github.com/rootless-containers/rootlesskit/releases)
- [Commits](rootless-containers/rootlesskit@v1.1.0...v1.1.1)

Updates `github.com/vbatts/tar-split` from 0.11.2 to 0.11.5
- [Release notes](https://github.com/vbatts/tar-split/releases)
- [Commits](vbatts/tar-split@v0.11.2...v0.11.5)

Updates `golang.org/x/mod` from 0.10.0 to 0.12.0
- [Commits](golang/mod@v0.10.0...v0.12.0)

Updates `golang.org/x/net` from 0.10.0 to 0.15.0
- [Commits](golang/net@v0.10.0...v0.15.0)

Updates `golang.org/x/tools` from 0.8.0 to 0.13.0
- [Release notes](https://github.com/golang/tools/releases)
- [Commits](golang/tools@v0.8.0...v0.13.0)

---
updated-dependencies:
- dependency-name: github.com/Microsoft/go-winio
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: github.com/Scalingo/go-handlers
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: github.com/docker/docker
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: github.com/containerd/continuity
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: github.com/frankban/quicktest
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: github.com/klauspost/compress
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: github.com/moby/patternmatcher
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: github.com/opencontainers/image-spec
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: github.com/opencontainers/runc
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: github.com/opencontainers/runtime-spec
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: github.com/rootless-containers/rootlesskit
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: github.com/vbatts/tar-split
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: golang.org/x/mod
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: golang.org/x/net
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: golang.org/x/tools
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 14, 2023
@dependabot dependabot bot requested a review from Soulou September 14, 2023 11:12

Verified

This commit was signed with the committer’s verified signature.
thaJeztah Sebastiaan van Stijn
@EtienneM EtienneM force-pushed the dependabot/go_modules/dependencies-32597d1b74 branch from d35643c to c534801 Compare September 14, 2023 13:21
Copy link
Member

@EtienneM EtienneM left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot merge

@dependabot dependabot bot merged commit 08cc5fd into master Sep 14, 2023
@dependabot dependabot bot deleted the dependabot/go_modules/dependencies-32597d1b74 branch September 14, 2023 13:22
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.

None yet

1 participant