File tree Expand file tree Collapse file tree
cmd/mondoo-operator/garbage_collect Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ import (
1313
1414 "github.com/go-logr/logr"
1515 "github.com/spf13/cobra"
16- "go.mondoo.com/cnspec/v11 /policy/scan"
16+ "go.mondoo.com/cnspec/v12 /policy/scan"
1717 "go.mondoo.com/mondoo-operator/pkg/client/scanapiclient"
1818 "go.mondoo.com/mondoo-operator/pkg/utils/logger"
1919 "k8s.io/utils/ptr"
Original file line number Diff line number Diff line change 99
1010 // That's the mod k8s relies on https://github.com/kubernetes/kubernetes/blob/master/go.mod#L63
1111
12- "go.mondoo.com/cnquery/v11 /providers-sdk/v1/inventory"
12+ "go.mondoo.com/cnquery/v12 /providers-sdk/v1/inventory"
1313 "go.mondoo.com/mondoo-operator/api/v1alpha2"
1414 "go.mondoo.com/mondoo-operator/pkg/constants"
1515 "go.mondoo.com/mondoo-operator/pkg/feature_flags"
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ import (
1919
2020 // That's the mod k8s relies on https://github.com/kubernetes/kubernetes/blob/master/go.mod#L63
2121
22- "go.mondoo.com/cnquery/v11 /providers-sdk/v1/inventory"
22+ "go.mondoo.com/cnquery/v12 /providers-sdk/v1/inventory"
2323 "go.mondoo.com/mondoo-operator/api/v1alpha2"
2424 "go.mondoo.com/mondoo-operator/controllers/scanapi"
2525 "go.mondoo.com/mondoo-operator/pkg/constants"
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ import (
1616 "sigs.k8s.io/controller-runtime/pkg/client/apiutil"
1717 "sigs.k8s.io/controller-runtime/pkg/log"
1818
19- cnquery_k8s "go.mondoo.com/cnquery/v11 /providers/k8s/resources"
19+ cnquery_k8s "go.mondoo.com/cnquery/v12 /providers/k8s/resources"
2020)
2121
2222var logger = log .Log .WithName ("resource-monitor" )
Load Diff Large diffs are not rendered by default.
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ import (
1111 "strings"
1212 "time"
1313
14- "go.mondoo.com/cnquery/v11 /providers-sdk/v1/inventory"
15- "go.mondoo.com/cnspec/v11 /policy/scan"
14+ "go.mondoo.com/cnquery/v12 /providers-sdk/v1/inventory"
15+ "go.mondoo.com/cnspec/v12 /policy/scan"
1616 "go.mondoo.com/mondoo-operator/pkg/client/common"
1717 "go.mondoo.com/mondoo-operator/pkg/constants"
1818)
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ package scanapiclient
66import (
77 "context"
88
9- "go.mondoo.com/cnquery/v11 /providers-sdk/v1/inventory"
10- "go.mondoo.com/cnspec/v11 /policy/scan"
9+ "go.mondoo.com/cnquery/v12 /providers-sdk/v1/inventory"
10+ "go.mondoo.com/cnspec/v12 /policy/scan"
1111 "go.mondoo.com/mondoo-operator/pkg/client/common"
1212 "google.golang.org/protobuf/types/known/structpb"
1313)
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ import (
2424
2525 serializerYaml "k8s.io/apimachinery/pkg/runtime/serializer/yaml"
2626
27- "go.mondoo.com/cnquery/v11 /providers-sdk/v1/inventory"
27+ "go.mondoo.com/cnquery/v12 /providers-sdk/v1/inventory"
2828 mondoov1alpha2 "go.mondoo.com/mondoo-operator/api/v1alpha2"
2929 "go.mondoo.com/mondoo-operator/pkg/client/common"
3030 "go.mondoo.com/mondoo-operator/pkg/client/scanapiclient"
You can’t perform that action at this time.
0 commit comments