Bumps rancher/wrangler to it's tagged v2 version.

This commit is contained in:
Kevin Joiner
2024-01-11 16:22:55 -05:00
parent 0a2d8dff62
commit e6451ba1e8
5 changed files with 8 additions and 8 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/pkg/generated/controllers/core/v1"
v1 "github.com/rancher/wrangler/v2/pkg/generated/controllers/core/v1"
"github.com/sirupsen/logrus"
"golang.org/x/crypto/acme/autocert"
)