mirror of https://github.com/knative/docs.git
				
				
				
			
		
			
				
	
	
		
			17 lines
		
	
	
		
			372 B
		
	
	
	
		
			TOML
		
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			372 B
		
	
	
	
		
			TOML
		
	
	
	
# Refer to https://github.com/golang/dep/blob/master/docs/Gopkg.toml.md
 | 
						|
# for detailed Gopkg.toml documentation.
 | 
						|
 | 
						|
required = [
 | 
						|
  "github.com/knative/test-infra/scripts",
 | 
						|
  "github.com/knative/test-infra/tools/dep-collector",
 | 
						|
]
 | 
						|
 | 
						|
[prune]
 | 
						|
  go-tests = true
 | 
						|
  unused-packages = true
 | 
						|
  non-go = true
 | 
						|
 | 
						|
[[prune.project]]
 | 
						|
  name = "github.com/knative/test-infra"
 | 
						|
  non-go = false
 |