@@ -9,7 +9,7 @@ require (
9
9
github.com/cheggaaa/pb/v3 v3.1.0
10
10
github.com/containerd/containerd v1.6.18
11
11
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
13
13
github.com/coreos/go-semver v0.3.1
14
14
github.com/cyphar/filepath-securejoin v0.2.3
15
15
github.com/digitalocean/go-qemu v0.0.0-20210326154740-ac9e0b687001
@@ -45,7 +45,7 @@ require (
45
45
)
46
46
47
47
require (
48
- github.com/Microsoft/go-winio v0.5.2 // indirect
48
+ github.com/Microsoft/go-winio v0.6.0 // indirect
49
49
github.com/VividCortex/ewma v1.1.1 // indirect
50
50
github.com/a8m/envsubst v1.4.1 // indirect
51
51
github.com/alecthomas/participle/v2 v2.0.0-beta.5 // indirect
@@ -95,7 +95,7 @@ require (
95
95
go.uber.org/multierr v1.7.0 // indirect
96
96
golang.org/x/crypto v0.4.0 // indirect
97
97
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
99
99
golang.org/x/oauth2 v0.0.0-20220223155221-ee480838109b // indirect
100
100
golang.org/x/term v0.3.0 // indirect
101
101
golang.org/x/text v0.5.0 // indirect
@@ -104,14 +104,14 @@ require (
104
104
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
105
105
google.golang.org/appengine v1.6.7 // indirect
106
106
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
108
108
google.golang.org/protobuf v1.28.1 // indirect
109
109
gopkg.in/djherbis/times.v1 v1.2.0 // indirect
110
110
gopkg.in/inf.v0 v0.9.1 // indirect
111
111
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
112
112
gopkg.in/yaml.v2 v2.4.0 // indirect
113
113
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
115
115
k8s.io/klog/v2 v2.80.1 // indirect
116
116
k8s.io/kube-openapi v0.0.0-20221012153701-172d655c2280 // indirect
117
117
k8s.io/utils v0.0.0-20221107191617-1a15be271d1d // indirect
0 commit comments