Stop using wrangler-api project

This commit is contained in:
Darren Shepherd
2020-07-14 13:07:05 -07:00
parent 52ede5ec92
commit bcbb612b24
3 changed files with 4 additions and 4 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-api/pkg/generated/controllers/core/v1"
v1 "github.com/rancher/wrangler/pkg/generated/controllers/core/v1"
"github.com/sirupsen/logrus"
"golang.org/x/crypto/acme/autocert"
)