Files
holos/tools/tools.go
Jeff McCune 7a31849e96 cleanup server client tilt, etc...
This patch removes all of the experimental prototype code that's no
longer relevant to the holos command line tool.  Also all versions
before v1alpha5
2025-04-02 18:49:33 -07:00

13 lines
255 B
Go

//go:build tools
package tools
// Refer to "How can I track tool dependencies for a module?"
// https://go.dev/wiki/Modules
import (
_ "cuelang.org/go/cmd/cue"
_ "github.com/princjef/gomarkdoc/cmd/gomarkdoc"
_ "sigs.k8s.io/kustomize/kustomize/v5"
)