mirror of
				https://github.com/prometheus-operator/kube-prometheus.git
				synced 2025-11-04 01:51:01 +01:00 
			
		
		
		
	This change updates the version of kubeconform to 0.4.7. It simplifies the `validate` Makefile target and extracts the kubernetes version into a variable.
		
			
				
	
	
		
			12 lines
		
	
	
		
			383 B
		
	
	
	
		
			Modula-2
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			383 B
		
	
	
	
		
			Modula-2
		
	
	
	
	
	
module _ // go.mod created for tooling dependencies
 | 
						|
 | 
						|
go 1.15
 | 
						|
 | 
						|
require (
 | 
						|
	github.com/brancz/gojsontoyaml v0.0.0-20200602132005-3697ded27e8c
 | 
						|
	github.com/campoy/embedmd v1.0.0
 | 
						|
	github.com/google/go-jsonnet v0.17.1-0.20210101181740-31d71aaccda6 // 7 commits after 0.17.0. Needed by jsonnet linter
 | 
						|
	github.com/jsonnet-bundler/jsonnet-bundler v0.4.0
 | 
						|
	github.com/yannh/kubeconform v0.4.7
 | 
						|
)
 |