Upgrade wrangler to v3.0.0-rc2

This commit is contained in:
Tom Lebreux
2024-05-02 15:15:17 -04:00
parent b6f51e5c56
commit 371b55bdd3
5 changed files with 39 additions and 37 deletions

View File

@@ -15,7 +15,7 @@ import (
"github.com/rancher/dynamiclistener/storage/file"
"github.com/rancher/dynamiclistener/storage/kubernetes"
"github.com/rancher/dynamiclistener/storage/memory"
v1 "github.com/rancher/wrangler/v2/pkg/generated/controllers/core/v1"
v1 "github.com/rancher/wrangler/v3/pkg/generated/controllers/core/v1"
"github.com/sirupsen/logrus"
"golang.org/x/crypto/acme/autocert"
)