summaryrefslogtreecommitdiff
path: root/pkg/bindings/test/auth_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/bindings/test/auth_test.go')
-rw-r--r--pkg/bindings/test/auth_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkg/bindings/test/auth_test.go b/pkg/bindings/test/auth_test.go
index 26690c46a..b421f0797 100644
--- a/pkg/bindings/test/auth_test.go
+++ b/pkg/bindings/test/auth_test.go
@@ -7,8 +7,8 @@ import (
"github.com/containers/common/pkg/auth"
"github.com/containers/image/v5/types"
- podmanRegistry "github.com/containers/podman/v3/hack/podman-registry-go"
- "github.com/containers/podman/v3/pkg/bindings/images"
+ podmanRegistry "github.com/containers/podman/v4/hack/podman-registry-go"
+ "github.com/containers/podman/v4/pkg/bindings/images"
. "github.com/onsi/ginkgo"
. "github.com/onsi/gomega"
"github.com/onsi/gomega/gexec"