diff --git a/providers/arista/config/config.go b/providers/arista/config/config.go index 52787c2a22..ddf83f08e7 100644 --- a/providers/arista/config/config.go +++ b/providers/arista/config/config.go @@ -10,7 +10,7 @@ import ( var Config = plugin.Provider{ Name: "arista", - ID: "go.mondoo.com/cnquery/providers/arista", + ID: "go.mondoo.com/cnquery/v9/providers/arista", Version: "9.1.15", ConnectionTypes: []string{provider.ConnectionType}, Connectors: []plugin.Connector{ diff --git a/providers/atlassian/config/config.go b/providers/atlassian/config/config.go index a29a363cf7..39046d604d 100644 --- a/providers/atlassian/config/config.go +++ b/providers/atlassian/config/config.go @@ -10,7 +10,7 @@ import ( var Config = plugin.Provider{ Name: "atlassian", - ID: "go.mondoo.com/cnquery/providers/atlassian", + ID: "go.mondoo.com/cnquery/v9/providers/atlassian", Version: "9.1.15", ConnectionTypes: []string{ provider.DefaultConnectionType, diff --git a/providers/aws/config/config.go b/providers/aws/config/config.go index 55a716d4da..3b6964bf11 100644 --- a/providers/aws/config/config.go +++ b/providers/aws/config/config.go @@ -12,7 +12,7 @@ import ( var Config = plugin.Provider{ Name: "aws", - ID: "go.mondoo.com/cnquery/providers/aws", + ID: "go.mondoo.com/cnquery/v9/providers/aws", Version: "9.1.25", ConnectionTypes: []string{provider.DefaultConnectionType, string(awsec2ebsconn.EBSConnectionType)}, Connectors: []plugin.Connector{ diff --git a/providers/azure/config/config.go b/providers/azure/config/config.go index b2228f31fe..6aa50aac52 100644 --- a/providers/azure/config/config.go +++ b/providers/azure/config/config.go @@ -12,7 +12,7 @@ import ( var Config = plugin.Provider{ Name: "azure", - ID: "go.mondoo.com/cnquery/providers/azure", + ID: "go.mondoo.com/cnquery/v9/providers/azure", Version: "9.2.1", ConnectionTypes: []string{ provider.ConnectionType, diff --git a/providers/equinix/config/config.go b/providers/equinix/config/config.go index 52ceb4adab..2d97c765cf 100644 --- a/providers/equinix/config/config.go +++ b/providers/equinix/config/config.go @@ -10,7 +10,7 @@ import ( var Config = plugin.Provider{ Name: "equinix", - ID: "go.mondoo.com/cnquery/providers/equinix", + ID: "go.mondoo.com/cnquery/v9/providers/equinix", Version: "9.1.16", ConnectionTypes: []string{provider.ConnectionType}, Connectors: []plugin.Connector{ diff --git a/providers/gcp/config/config.go b/providers/gcp/config/config.go index 496746e213..cba60fefd2 100644 --- a/providers/gcp/config/config.go +++ b/providers/gcp/config/config.go @@ -12,7 +12,7 @@ import ( var Config = plugin.Provider{ Name: "gcp", - ID: "go.mondoo.com/cnquery/providers/gcp", + ID: "go.mondoo.com/cnquery/v9/providers/gcp", Version: "9.1.18", ConnectionTypes: []string{ provider.ConnectionType, diff --git a/providers/github/config/config.go b/providers/github/config/config.go index e3acbe41b1..2af0fe796c 100644 --- a/providers/github/config/config.go +++ b/providers/github/config/config.go @@ -10,7 +10,7 @@ import ( var Config = plugin.Provider{ Name: "github", - ID: "go.mondoo.com/cnquery/providers/github", + ID: "go.mondoo.com/cnquery/v9/providers/github", Version: "9.1.19", ConnectionTypes: []string{provider.ConnectionType}, Connectors: []plugin.Connector{ diff --git a/providers/gitlab/config/config.go b/providers/gitlab/config/config.go index 81c602e2f6..b0dabfab56 100644 --- a/providers/gitlab/config/config.go +++ b/providers/gitlab/config/config.go @@ -10,7 +10,7 @@ import ( var Config = plugin.Provider{ Name: "gitlab", - ID: "go.mondoo.com/cnquery/providers/gitlab", + ID: "go.mondoo.com/cnquery/v9/providers/gitlab", Version: "9.1.16", ConnectionTypes: []string{ provider.ConnectionType, diff --git a/providers/google-workspace/config/config.go b/providers/google-workspace/config/config.go index 1af0227933..622a99e77e 100644 --- a/providers/google-workspace/config/config.go +++ b/providers/google-workspace/config/config.go @@ -10,7 +10,7 @@ import ( var Config = plugin.Provider{ Name: "google-workspace", - ID: "go.mondoo.com/cnquery/providers/google-workspace", + ID: "go.mondoo.com/cnquery/v9/providers/google-workspace", Version: "9.1.19", ConnectionTypes: []string{provider.ConnectionType}, Connectors: []plugin.Connector{ diff --git a/providers/ipmi/config/config.go b/providers/ipmi/config/config.go index b786231122..29df6bf5c8 100644 --- a/providers/ipmi/config/config.go +++ b/providers/ipmi/config/config.go @@ -10,7 +10,7 @@ import ( var Config = plugin.Provider{ Name: "ipmi", - ID: "go.mondoo.com/cnquery/providers/ipmi", + ID: "go.mondoo.com/cnquery/v9/providers/ipmi", Version: "9.1.16", ConnectionTypes: []string{provider.ConnectionType}, Connectors: []plugin.Connector{ diff --git a/providers/k8s/config/config.go b/providers/k8s/config/config.go index 18b38c7af9..a849457df5 100644 --- a/providers/k8s/config/config.go +++ b/providers/k8s/config/config.go @@ -11,7 +11,7 @@ import ( var Config = plugin.Provider{ Name: "k8s", - ID: "go.mondoo.com/cnquery/providers/k8s", + ID: "go.mondoo.com/cnquery/v9/providers/k8s", Version: "9.1.22", ConnectionTypes: []string{provider.ConnectionType}, Connectors: []plugin.Connector{ diff --git a/providers/ms365/config/config.go b/providers/ms365/config/config.go index 9c867becc0..de1d05c4de 100644 --- a/providers/ms365/config/config.go +++ b/providers/ms365/config/config.go @@ -10,7 +10,7 @@ import ( var Config = plugin.Provider{ Name: "ms365", - ID: "go.mondoo.com/cnquery/providers/ms365", + ID: "go.mondoo.com/cnquery/v9/providers/ms365", Version: "9.2.14", ConnectionTypes: []string{provider.ConnectionType}, Connectors: []plugin.Connector{ diff --git a/providers/network/config/config.go b/providers/network/config/config.go index d2de577f49..38a8e35083 100644 --- a/providers/network/config/config.go +++ b/providers/network/config/config.go @@ -10,7 +10,7 @@ import ( var Config = plugin.Provider{ Name: "network", - ID: "go.mondoo.com/cnquery/providers/network", + ID: "go.mondoo.com/cnquery/v9/providers/network", Version: "9.1.8", ConnectionTypes: []string{provider.HostConnectionType}, CrossProviderTypes: []string{ diff --git a/providers/oci/config/config.go b/providers/oci/config/config.go index 982337ba00..f538cffbd7 100644 --- a/providers/oci/config/config.go +++ b/providers/oci/config/config.go @@ -10,7 +10,7 @@ import ( var Config = plugin.Provider{ Name: "oci", - ID: "go.mondoo.com/cnquery/providers/oci", + ID: "go.mondoo.com/cnquery/v9/providers/oci", Version: "9.1.17", ConnectionTypes: []string{provider.ConnectionType}, Connectors: []plugin.Connector{ diff --git a/providers/okta/config/config.go b/providers/okta/config/config.go index dd53eeb114..50c7dd716d 100644 --- a/providers/okta/config/config.go +++ b/providers/okta/config/config.go @@ -10,7 +10,7 @@ import ( var Config = plugin.Provider{ Name: "okta", - ID: "go.mondoo.com/cnquery/providers/okta", + ID: "go.mondoo.com/cnquery/v9/providers/okta", Version: "9.1.16", ConnectionTypes: []string{provider.ConnectionType}, Connectors: []plugin.Connector{ diff --git a/providers/opcua/config/config.go b/providers/opcua/config/config.go index 4a3bec7c4d..0b4049f6ac 100644 --- a/providers/opcua/config/config.go +++ b/providers/opcua/config/config.go @@ -10,7 +10,7 @@ import ( var Config = plugin.Provider{ Name: "opcua", - ID: "go.mondoo.com/cnquery/providers/opcua", + ID: "go.mondoo.com/cnquery/v9/providers/opcua", Version: "9.1.15", ConnectionTypes: []string{provider.ConnectionType}, Connectors: []plugin.Connector{ diff --git a/providers/os/config/config.go b/providers/os/config/config.go index 2560cf9187..d373a2004a 100644 --- a/providers/os/config/config.go +++ b/providers/os/config/config.go @@ -11,7 +11,7 @@ import ( var Config = plugin.Provider{ Name: "os", - ID: "go.mondoo.com/cnquery/providers/os", + ID: "go.mondoo.com/cnquery/v9/providers/os", Version: "9.1.20", ConnectionTypes: []string{ provider.LocalConnectionType, diff --git a/providers/slack/config/config.go b/providers/slack/config/config.go index e3283b824b..f5affc6d7f 100644 --- a/providers/slack/config/config.go +++ b/providers/slack/config/config.go @@ -10,7 +10,7 @@ import ( var Config = plugin.Provider{ Name: "slack", - ID: "go.mondoo.com/cnquery/providers/slack", + ID: "go.mondoo.com/cnquery/v9/providers/slack", Version: "9.1.17", ConnectionTypes: []string{provider.ConnectionType}, Connectors: []plugin.Connector{ diff --git a/providers/terraform/config/config.go b/providers/terraform/config/config.go index d89329c593..d7b83abe6b 100644 --- a/providers/terraform/config/config.go +++ b/providers/terraform/config/config.go @@ -10,7 +10,7 @@ import ( var Config = plugin.Provider{ Name: "terraform", - ID: "go.mondoo.com/cnquery/providers/terraform", + ID: "go.mondoo.com/cnquery/v9/providers/terraform", Version: "9.1.15", ConnectionTypes: []string{ provider.StateConnectionType, diff --git a/providers/vcd/config/config.go b/providers/vcd/config/config.go index 363501d14f..ac6a631faa 100644 --- a/providers/vcd/config/config.go +++ b/providers/vcd/config/config.go @@ -10,7 +10,7 @@ import ( var Config = plugin.Provider{ Name: "vcd", - ID: "go.mondoo.com/cnquery/providers/vcd", + ID: "go.mondoo.com/cnquery/v9/providers/vcd", Version: "9.1.15", ConnectionTypes: []string{provider.ConnectionType}, Connectors: []plugin.Connector{ diff --git a/providers/vsphere/config/config.go b/providers/vsphere/config/config.go index 85f3b30c78..76aaae1f21 100644 --- a/providers/vsphere/config/config.go +++ b/providers/vsphere/config/config.go @@ -11,7 +11,7 @@ import ( var Config = plugin.Provider{ Name: "vsphere", - ID: "go.mondoo.com/cnquery/providers/vsphere", + ID: "go.mondoo.com/cnquery/v9/providers/vsphere", Version: "9.1.18", ConnectionTypes: []string{provider.ConnectionType}, Connectors: []plugin.Connector{