This rewrites the Go imports after switching to the new github org. Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
		
			
				
	
	
		
			13 lines
		
	
	
		
			266 B
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			266 B
		
	
	
	
		
			Go
		
	
	
	
	
	
package containerd
 | 
						|
 | 
						|
var (
 | 
						|
	Package = "github.com/containerd/containerd"
 | 
						|
 | 
						|
	// Version holds the complete version number.
 | 
						|
	Version = "1.0-dev+unknown"
 | 
						|
 | 
						|
	// GitCommit is filled with the Git revision being used to build the
 | 
						|
	// program at linking time
 | 
						|
	GitCommit = ""
 | 
						|
)
 |