Skip to content

Commit e939454

Browse files
authored
Merge pull request #1380 from lima-vm/dependabot/go_modules/github.com/containers/gvisor-tap-vsock-0.5.0
build(deps): bump github.com/containers/gvisor-tap-vsock from 0.4.1-0.20220920072955-5b1aff8ba743 to 0.5.0
2 parents c23aad2 + 72c71dd commit e939454

File tree

2 files changed

+17
-169
lines changed

2 files changed

+17
-169
lines changed

go.mod

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ require (
99
github.com/cheggaaa/pb/v3 v3.1.0
1010
github.com/containerd/containerd v1.6.18
1111
github.com/containerd/continuity v0.3.0
12-
github.com/containers/gvisor-tap-vsock v0.4.1-0.20220920072955-5b1aff8ba743
12+
github.com/containers/gvisor-tap-vsock v0.5.0
1313
github.com/coreos/go-semver v0.3.1
1414
github.com/cyphar/filepath-securejoin v0.2.3
1515
github.com/digitalocean/go-qemu v0.0.0-20210326154740-ac9e0b687001
@@ -45,7 +45,7 @@ require (
4545
)
4646

4747
require (
48-
github.com/Microsoft/go-winio v0.5.2 // indirect
48+
github.com/Microsoft/go-winio v0.6.0 // indirect
4949
github.com/VividCortex/ewma v1.1.1 // indirect
5050
github.com/a8m/envsubst v1.4.1 // indirect
5151
github.com/alecthomas/participle/v2 v2.0.0-beta.5 // indirect
@@ -95,7 +95,7 @@ require (
9595
go.uber.org/multierr v1.7.0 // indirect
9696
golang.org/x/crypto v0.4.0 // indirect
9797
golang.org/x/mod v0.6.0 // indirect
98-
golang.org/x/net v0.3.1-0.20221206200815-1e63c2f08a10 // indirect
98+
golang.org/x/net v0.4.0 // indirect
9999
golang.org/x/oauth2 v0.0.0-20220223155221-ee480838109b // indirect
100100
golang.org/x/term v0.3.0 // indirect
101101
golang.org/x/text v0.5.0 // indirect
@@ -104,14 +104,14 @@ require (
104104
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
105105
google.golang.org/appengine v1.6.7 // indirect
106106
google.golang.org/genproto v0.0.0-20220502173005-c8bf987b8c21 // indirect
107-
google.golang.org/grpc v1.47.0 // indirect
107+
google.golang.org/grpc v1.51.0-dev // indirect
108108
google.golang.org/protobuf v1.28.1 // indirect
109109
gopkg.in/djherbis/times.v1 v1.2.0 // indirect
110110
gopkg.in/inf.v0 v0.9.1 // indirect
111111
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
112112
gopkg.in/yaml.v2 v2.4.0 // indirect
113113
gopkg.in/yaml.v3 v3.0.1 // indirect
114-
gvisor.dev/gvisor v0.0.0-20220908032458-edc830a43ba6 // indirect
114+
gvisor.dev/gvisor v0.0.0-20221216231429-a78e892a26d2 // indirect
115115
k8s.io/klog/v2 v2.80.1 // indirect
116116
k8s.io/kube-openapi v0.0.0-20221012153701-172d655c2280 // indirect
117117
k8s.io/utils v0.0.0-20221107191617-1a15be271d1d // indirect

0 commit comments

Comments
 (0)