1
0
mirror of https://github.com/rancher/steve.git synced 2025-09-01 15:37:31 +00:00

go generate and go mod tidy

This commit is contained in:
vardhaman22
2024-06-05 23:08:15 +05:30
parent c9babc682d
commit 8f3d2e8f21
3 changed files with 1 additions and 4 deletions

View File

@@ -13,7 +13,7 @@ import (
informer "github.com/rancher/lasso/pkg/cache/sql/informer"
factory "github.com/rancher/lasso/pkg/cache/sql/informer/factory"
partition "github.com/rancher/lasso/pkg/cache/sql/partition"
summary "github.com/rancher/wrangler/v2/pkg/summary"
summary "github.com/rancher/wrangler/v3/pkg/summary"
unstructured "k8s.io/apimachinery/pkg/apis/meta/v1/unstructured"
schema "k8s.io/apimachinery/pkg/runtime/schema"
dynamic "k8s.io/client-go/dynamic"