Rewrite imports for new github org
This rewrites the Go imports after switching to the new github org. Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
This commit is contained in:
		| @@ -4,8 +4,8 @@ import ( | ||||
| 	"context" | ||||
| 	"io" | ||||
|  | ||||
| 	contentapi "github.com/docker/containerd/api/services/content" | ||||
| 	"github.com/docker/containerd/content" | ||||
| 	contentapi "github.com/containerd/containerd/api/services/content" | ||||
| 	"github.com/containerd/containerd/content" | ||||
| 	digest "github.com/opencontainers/go-digest" | ||||
| ) | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Michael Crosby
					Michael Crosby