mirror of
https://github.com/zalando-incubator/kube-metrics-adapter.git
synced 2024-12-22 19:16:06 +00:00
c732851b6b
Signed-off-by: Mikkel Oscar Lyderik Larsen <mikkel.larsen@zalando.de>
7 lines
183 B
Go
7 lines
183 B
Go
// +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"
|