mirror of
https://github.com/zalando-incubator/kube-metrics-adapter.git
synced 2025-05-16 10:16:55 +00:00
Fix openapi serving
Signed-off-by: Mikkel Oscar Lyderik Larsen <mikkel.larsen@zalando.de>
This commit is contained in:
6
hack/tools.go
Normal file
6
hack/tools.go
Normal file
@ -0,0 +1,6 @@
|
||||
// +build tools
|
||||
|
||||
// This package imports things required by build scripts, to force `go mod` to see them as dependencies
|
||||
package tools
|
||||
|
||||
import _ "k8s.io/kube-openapi/cmd/openapi-gen"
|
Reference in New Issue
Block a user