mirror of
				https://github.com/prometheus-operator/kube-prometheus.git
				synced 2025-11-04 10:01:03 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			225 B
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			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"
 | 
						|
)
 |