fix non-linux build (exclude podman)

This commit is contained in:
Alex Goodman 2019-10-18 17:39:15 -04:00
parent 74e4fe2560
commit 6dd7f7af6e
No known key found for this signature in database
GPG key ID: 150587AB82D3C4E6

View file

@ -9,7 +9,7 @@ import (
type resolver struct{}
func NewResolver() *resolver {
func NewResolverFromEngine() *resolver {
return &resolver{}
}