Lorenz Brun | d13c1c6 | 2022-03-30 19:58:58 +0200 | [diff] [blame^] | 1 | //go:build tools |
2 | // +build tools | ||||
3 | |||||
4 | package node | ||||
5 | |||||
6 | import ( | ||||
7 | _ "github.com/containerd/containerd" | ||||
8 | _ "github.com/containernetworking/plugins/plugins/ipam/host-local" | ||||
9 | _ "github.com/containernetworking/plugins/plugins/main/loopback" | ||||
10 | _ "github.com/containernetworking/plugins/plugins/main/ptp" | ||||
11 | _ "github.com/coredns/coredns" | ||||
12 | _ "github.com/go-delve/delve/cmd/dlv" | ||||
13 | _ "github.com/opencontainers/runc" | ||||
14 | _ "gvisor.dev/gvisor/runsc" | ||||
15 | ) |