|  | @@ -1,6 +1,7 @@
 | 
	
		
			
				|  |  |  module github.com/docker/api
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  go 1.14
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  |  // the distribution version from ecs plugin is quite old and it breaks containerd
 | 
	
		
			
				|  |  |  // we need to create a new release tag for docker/distribution
 | 
	
		
			
				|  |  |  replace github.com/docker/distribution => github.com/docker/distribution v0.0.0-20200708230824-53e18a9d9bfe
 | 
	
	
		
			
				|  | @@ -52,7 +53,7 @@ require (
 | 
	
		
			
				|  |  |  	golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45
 | 
	
		
			
				|  |  |  	golang.org/x/sync v0.0.0-20190423024810-112230192c58
 | 
	
		
			
				|  |  |  	golang.org/x/sys v0.0.0-20200519105757-fe76b779f299 // indirect
 | 
	
		
			
				|  |  | -	google.golang.org/grpc v1.30.0
 | 
	
		
			
				|  |  | +	google.golang.org/grpc v1.31.0
 | 
	
		
			
				|  |  |  	google.golang.org/protobuf v1.25.0
 | 
	
		
			
				|  |  |  	gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
 | 
	
		
			
				|  |  |  	gopkg.in/ini.v1 v1.57.0
 |