blob: b021495e75bf5f7a71d0ab33184c3e95d5c37bbf [file] [log] [blame]
// Copyright The Monogon Project Authors.
// SPDX-License-Identifier: Apache-2.0
//go:build tools
// +build tools
package node
import (
_ "github.com/containerd/containerd/v2/cmd/containerd"
_ "github.com/containerd/containerd/v2/cmd/containerd-shim-runc-v2"
_ "github.com/go-delve/delve/cmd/dlv"
_ "github.com/opencontainers/runc"
_ "github.com/prometheus/node_exporter"
_ "gvisor.dev/gvisor/runsc"
)