mirror of
https://github.com/mudler/LocalAI.git
synced 2025-06-29 22:20:43 +00:00
9 lines
228 B
Go
9 lines
228 B
Go
// +build tools
|
|
|
|
// List of tool dependencies. It should not actually be compiled.
|
|
package ignore_me_build_tools
|
|
|
|
import (
|
|
_ "github.com/deepmap/oapi-codegen/cmd/oapi-codegen"
|
|
__ "github.com/vmware-tanzu/carvel-ytt/cmd/ytt"
|
|
)
|