From 56bec3ec3f830180d511e57e2bdb465d462fa869 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 21:40:13 +0000 Subject: [PATCH] build(deps): bump github.com/containers/gvisor-tap-vsock Bumps [github.com/containers/gvisor-tap-vsock](https://github.com/containers/gvisor-tap-vsock) from 0.8.8 to 0.8.9. - [Release notes](https://github.com/containers/gvisor-tap-vsock/releases) - [Commits](https://github.com/containers/gvisor-tap-vsock/compare/v0.8.8...v0.8.9) --- updated-dependencies: - dependency-name: github.com/containers/gvisor-tap-vsock dependency-version: 0.8.9 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- src/go/guestagent/go.mod | 3 +-- src/go/guestagent/go.sum | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/src/go/guestagent/go.mod b/src/go/guestagent/go.mod index ab728140f63..e6c0d4afd9c 100644 --- a/src/go/guestagent/go.mod +++ b/src/go/guestagent/go.mod @@ -7,7 +7,7 @@ require ( github.com/containerd/containerd v1.7.31 github.com/containerd/containerd/api v1.10.0 github.com/containernetworking/plugins v1.9.1 - github.com/containers/gvisor-tap-vsock v0.8.8 + github.com/containers/gvisor-tap-vsock v0.8.9 github.com/docker/docker v28.5.2+incompatible github.com/docker/go-connections v0.7.0 github.com/lima-vm/lima v1.0.0-beta.0 @@ -93,7 +93,6 @@ require ( go.opentelemetry.io/otel/trace v1.37.0 // indirect go.yaml.in/yaml/v2 v2.4.3 // indirect go.yaml.in/yaml/v3 v3.0.4 // indirect - golang.org/x/mod v0.35.0 // indirect golang.org/x/net v0.53.0 // indirect golang.org/x/oauth2 v0.30.0 // indirect golang.org/x/term v0.42.0 // indirect diff --git a/src/go/guestagent/go.sum b/src/go/guestagent/go.sum index 2b067a03d03..1061558d467 100644 --- a/src/go/guestagent/go.sum +++ b/src/go/guestagent/go.sum @@ -48,8 +48,8 @@ github.com/containernetworking/cni v1.3.0 h1:v6EpN8RznAZj9765HhXQrtXgX+ECGebEYEm github.com/containernetworking/cni v1.3.0/go.mod h1:Bs8glZjjFfGPHMw6hQu82RUgEPNGEaBb9KS5KtNMnJ4= github.com/containernetworking/plugins v1.9.1 h1:8oU6WsIsU3bpnNZuvHp74a6cE1MJwbj2P7s4/yTUNlA= github.com/containernetworking/plugins v1.9.1/go.mod h1:fj7kS55qg3o/RgS+WGsF3+ZxwIImMPusQZKzBpcSr4c= -github.com/containers/gvisor-tap-vsock v0.8.8 h1:5FznbOYMIuaCv8B6zQ7M6wjqP63Lasy0A6GpViEnjTg= -github.com/containers/gvisor-tap-vsock v0.8.8/go.mod h1:m/PzhZWAS6T9pCRH1fLkq2OqbEd6QEUZWjm3FS5F+CE= +github.com/containers/gvisor-tap-vsock v0.8.9 h1:6b7pqxFcKJ0EycBt1V4zPo3FQtgLLgs50AYkbFIb9eU= +github.com/containers/gvisor-tap-vsock v0.8.9/go.mod h1:OfqLraPkar5xMQcGbl9czDDSM6/xelt0HJpyB3es6v0= github.com/coreos/go-iptables v0.8.0 h1:MPc2P89IhuVpLI7ETL/2tx3XZ61VeICZjYqDEgNsPRc= github.com/coreos/go-iptables v0.8.0/go.mod h1:Qe8Bv2Xik5FyTXwgIbLAnv2sWSBmvWdFETJConOQ//Q= github.com/cyphar/filepath-securejoin v0.6.0 h1:BtGB77njd6SVO6VztOHfPxKitJvd/VPT+OFBFMOi1Is=