|  | @@ -37,8 +37,8 @@ import (
 | 
	
		
			
				|  |  |  	"github.com/docker/docker/api/types/container"
 | 
	
		
			
				|  |  |  	"github.com/docker/docker/api/types/filters"
 | 
	
		
			
				|  |  |  	"github.com/docker/docker/api/types/image"
 | 
	
		
			
				|  |  | -	"github.com/go-viper/mapstructure/v2"
 | 
	
		
			
				|  |  |  	"github.com/jonboulle/clockwork"
 | 
	
		
			
				|  |  | +	"github.com/mitchellh/mapstructure"
 | 
	
		
			
				|  |  |  	"github.com/sirupsen/logrus"
 | 
	
		
			
				|  |  |  	"golang.org/x/sync/errgroup"
 | 
	
		
			
				|  |  |  )
 |