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