mirror of
https://github.com/zalando-incubator/kube-metrics-adapter.git
synced 2025-03-13 05:34:03 +00:00
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"
|