@@ -10,9 +10,9 @@ require (
10
10
github.com/containerd/go-runc v1.0.0
11
11
github.com/containerd/ttrpc v1.1.2
12
12
github.com/containerd/typeurl v1.0.2
13
- github.com/containernetworking/cni v1.1.1
13
+ github.com/containernetworking/cni v1.1.2
14
14
github.com/containernetworking/plugins v1.1.1
15
- github.com/firecracker-microvm/firecracker-go-sdk v0.22 .1-0.20220427214706-47505a9cf951
15
+ github.com/firecracker-microvm/firecracker-go-sdk v1.0 .1-0.20230810002041-4299558794fd
16
16
github.com/gofrs/uuid v3.3.0+incompatible
17
17
github.com/gogo/protobuf v1.3.2
18
18
github.com/hashicorp/go-multierror v1.1.1
@@ -24,12 +24,12 @@ require (
24
24
github.com/opencontainers/runtime-spec v1.0.3-0.20210910115017-0d6cc581aeea
25
25
github.com/pelletier/go-toml v1.9.5
26
26
github.com/shirou/gopsutil v2.18.12+incompatible
27
- github.com/sirupsen/logrus v1.8.1
27
+ github.com/sirupsen/logrus v1.9.0
28
28
github.com/stretchr/testify v1.8.1
29
29
github.com/vishvananda/netlink v1.1.1-0.20210330154013-f5de75959ad5
30
30
go.uber.org/goleak v1.1.12
31
31
golang.org/x/sync v0.1.0
32
- golang.org/x/sys v0.6 .0
32
+ golang.org/x/sys v0.10 .0
33
33
google.golang.org/genproto v0.0.0-20220617124728-180714bec0ad // indirect
34
34
google.golang.org/grpc v1.47.0
35
35
)
@@ -64,16 +64,15 @@ require (
64
64
github.com/go-logr/stdr v1.2.2 // indirect
65
65
github.com/go-ole/go-ole v1.2.4 // indirect
66
66
github.com/go-openapi/analysis v0.21.2 // indirect
67
- github.com/go-openapi/errors v0.20.2 // indirect
67
+ github.com/go-openapi/errors v0.20.3 // indirect
68
68
github.com/go-openapi/jsonpointer v0.19.5 // indirect
69
69
github.com/go-openapi/jsonreference v0.19.6 // indirect
70
70
github.com/go-openapi/loads v0.21.1 // indirect
71
- github.com/go-openapi/runtime v0.23.3 // indirect
71
+ github.com/go-openapi/runtime v0.24.0 // indirect
72
72
github.com/go-openapi/spec v0.20.4 // indirect
73
- github.com/go-openapi/strfmt v0.21.2 // indirect
73
+ github.com/go-openapi/strfmt v0.21.3 // indirect
74
74
github.com/go-openapi/swag v0.21.1 // indirect
75
- github.com/go-openapi/validate v0.21.0 // indirect
76
- github.com/go-stack/stack v1.8.1 // indirect
75
+ github.com/go-openapi/validate v0.22.0 // indirect
77
76
github.com/godbus/dbus/v5 v5.0.6 // indirect
78
77
github.com/gogo/googleapis v1.4.1 // indirect
79
78
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
@@ -119,17 +118,17 @@ require (
119
118
github.com/urfave/cli v1.22.2 // indirect
120
119
github.com/vishvananda/netns v0.0.0-20210104183010-2eb08e3e575f // indirect
121
120
go.etcd.io/bbolt v1.3.6 // indirect
122
- go.mongodb.org/mongo-driver v1.8.3 // indirect
121
+ go.mongodb.org/mongo-driver v1.10.0 // indirect
123
122
go.mozilla.org/pkcs7 v0.0.0-20200128120323-432b2356ecb1 // indirect
124
123
go.opencensus.io v0.23.0 // indirect
125
124
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.28.0 // indirect
126
125
go.opentelemetry.io/otel v1.3.0 // indirect
127
126
go.opentelemetry.io/otel/trace v1.3.0 // indirect
128
- golang.org/x/crypto v0.0.0-20220315160706-3147a52a75dd // indirect
129
- golang.org/x/net v0.8 .0 // indirect
127
+ golang.org/x/crypto v0.11.0 // indirect
128
+ golang.org/x/net v0.12 .0 // indirect
130
129
golang.org/x/oauth2 v0.0.0-20210819190943-2bc19b11175f // indirect
131
- golang.org/x/term v0.6 .0 // indirect
132
- golang.org/x/text v0.8 .0 // indirect
130
+ golang.org/x/term v0.10 .0 // indirect
131
+ golang.org/x/text v0.11 .0 // indirect
133
132
golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac // indirect
134
133
google.golang.org/appengine v1.6.7 // indirect
135
134
google.golang.org/protobuf v1.28.0 // indirect
0 commit comments