-
Notifications
You must be signed in to change notification settings - Fork 95
Expand file tree
/
Copy pathgo.mod
More file actions
22 lines (18 loc) · 792 Bytes
/
go.mod
File metadata and controls
22 lines (18 loc) · 792 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
module github.com/containerd/nri/plugins/wasm
go 1.24.0
require github.com/containerd/nri v0.6.1
require (
github.com/containerd/log v0.1.0 // indirect
github.com/containerd/ttrpc v1.2.7 // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/knqyf263/go-plugin v0.9.0 // indirect
github.com/opencontainers/runtime-spec v1.3.0 // indirect
github.com/sirupsen/logrus v1.9.4-0.20230606125235-dd1b4c2e81af // indirect
github.com/tetratelabs/wazero v1.11.0 // indirect
golang.org/x/mod v0.32.0 // indirect
golang.org/x/sys v0.39.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20230731190214-cbb8c96f2d6d // indirect
google.golang.org/grpc v1.57.1 // indirect
google.golang.org/protobuf v1.34.1 // indirect
)
replace github.com/containerd/nri => ../..