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" |
Serge Bazanski | 6d563ca | 2023-06-14 13:44:20 +0200 | [diff] [blame] | 14 | _ "github.com/prometheus/node_exporter" |
Lorenz Brun | d13c1c6 | 2022-03-30 19:58:58 +0200 | [diff] [blame] | 15 | _ "gvisor.dev/gvisor/runsc" |
| 16 | ) |