diff options
Diffstat (limited to 'pkg/resolvconf/resolvconf.go')
| -rw-r--r-- | pkg/resolvconf/resolvconf.go | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/pkg/resolvconf/resolvconf.go b/pkg/resolvconf/resolvconf.go index 27564439e..cfaedc74a 100644 --- a/pkg/resolvconf/resolvconf.go +++ b/pkg/resolvconf/resolvconf.go @@ -9,7 +9,7 @@ import (  	"strings"  	"sync" -	"github.com/containers/podman/v2/pkg/resolvconf/dns" +	"github.com/containers/podman/v3/pkg/resolvconf/dns"  	"github.com/containers/storage/pkg/ioutils"  	"github.com/sirupsen/logrus"  ) | 
