kube-prometheus/scripts/tools.go
Paul Gier 37c8d369ee generate jsonnet-bundler binary if it's not available
Also locks jsonnet-bundler to version v0.2.0
2020-02-06 16:11:09 -06:00

10 lines
225 B
Go

//+build tools
// Package tools tracks dependencies for tools that used in the build process.
// See https://github.com/golang/go/wiki/Modules
package tools
import (
_ "github.com/jsonnet-bundler/jsonnet-bundler/cmd/jb"
)