Update go module to github.com/containerd/containerd/v2
Signed-off-by: Derek McGowan <derek@mcg.dev>
This commit is contained in:
		@@ -19,8 +19,8 @@ package main
 | 
			
		||||
import (
 | 
			
		||||
	"context"
 | 
			
		||||
 | 
			
		||||
	"github.com/containerd/containerd/runtime/v2/example"
 | 
			
		||||
	"github.com/containerd/containerd/runtime/v2/shim"
 | 
			
		||||
	"github.com/containerd/containerd/v2/runtime/v2/example"
 | 
			
		||||
	"github.com/containerd/containerd/v2/runtime/v2/shim"
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
func main() {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user