mirror of
https://github.com/mudler/LocalAI.git
synced 2025-06-29 22:20:43 +00:00
Use the custom oapi-codegen for testing: ditch depreciated, add yaml
This commit is contained in:
parent
4d48b362f6
commit
2867bca1f2
7 changed files with 232 additions and 287 deletions
9
build_tools.go
Normal file
9
build_tools.go
Normal file
|
@ -0,0 +1,9 @@
|
|||
// +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"
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue