|  | @@ -27,13 +27,13 @@ require (
 | 
	
		
			
				|  |  |  	github.com/opencontainers/go-digest v1.0.0
 | 
	
		
			
				|  |  |  	github.com/opencontainers/image-spec v1.0.3-0.20211202183452-c5a74bcca799
 | 
	
		
			
				|  |  |  	github.com/pkg/errors v0.9.1
 | 
	
		
			
				|  |  | -	github.com/sanathkr/go-yaml v0.0.0-20170819195128-ed9d249f429b
 | 
	
		
			
				|  |  |  	github.com/sirupsen/logrus v1.9.0
 | 
	
		
			
				|  |  |  	github.com/spf13/cobra v1.5.0
 | 
	
		
			
				|  |  |  	github.com/spf13/pflag v1.0.5
 | 
	
		
			
				|  |  |  	github.com/stretchr/testify v1.8.0
 | 
	
		
			
				|  |  |  	github.com/theupdateframework/notary v0.7.0
 | 
	
		
			
				|  |  |  	golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4
 | 
	
		
			
				|  |  | +	gopkg.in/yaml.v2 v2.4.0
 | 
	
		
			
				|  |  |  	gotest.tools v2.2.0+incompatible
 | 
	
		
			
				|  |  |  	gotest.tools/v3 v3.3.0
 | 
	
		
			
				|  |  |  )
 | 
	
	
		
			
				|  | @@ -120,7 +120,6 @@ require (
 | 
	
		
			
				|  |  |  	google.golang.org/grpc v1.45.0 // indirect
 | 
	
		
			
				|  |  |  	google.golang.org/protobuf v1.27.1 // indirect
 | 
	
		
			
				|  |  |  	gopkg.in/inf.v0 v0.9.1 // indirect
 | 
	
		
			
				|  |  | -	gopkg.in/yaml.v2 v2.4.0 // indirect
 | 
	
		
			
				|  |  |  	gopkg.in/yaml.v3 v3.0.1 // indirect
 | 
	
		
			
				|  |  |  	k8s.io/apimachinery v0.24.1 // indirect; see replace for the actual version used
 | 
	
		
			
				|  |  |  	k8s.io/client-go v0.24.1 // indirect; see replace for the actual version used
 |