diff --git a/pkg/plugins/common/kustomize/v1/api.go b/pkg/plugins/common/kustomize/v1/api.go index 4289d4d34d6..708ea60e0ee 100644 --- a/pkg/plugins/common/kustomize/v1/api.go +++ b/pkg/plugins/common/kustomize/v1/api.go @@ -14,6 +14,7 @@ See the License for the specific language governing permissions and limitations under the License. */ +//go:deprecated This package has been deprecated in favor of v2 package v1 import ( diff --git a/pkg/plugins/common/kustomize/v1/create.go b/pkg/plugins/common/kustomize/v1/create.go index 29e7d48bfb6..ad2c850a126 100644 --- a/pkg/plugins/common/kustomize/v1/create.go +++ b/pkg/plugins/common/kustomize/v1/create.go @@ -14,6 +14,7 @@ See the License for the specific language governing permissions and limitations under the License. */ +//go:deprecated This package has been deprecated in favor of v2 package v1 import ( diff --git a/pkg/plugins/common/kustomize/v1/init.go b/pkg/plugins/common/kustomize/v1/init.go index 620ba6383a5..825d32e1583 100644 --- a/pkg/plugins/common/kustomize/v1/init.go +++ b/pkg/plugins/common/kustomize/v1/init.go @@ -14,6 +14,7 @@ See the License for the specific language governing permissions and limitations under the License. */ +//go:deprecated This package has been deprecated in favor of v2 package v1 import ( diff --git a/pkg/plugins/common/kustomize/v1/plugin.go b/pkg/plugins/common/kustomize/v1/plugin.go index e2788915e3a..492149d210e 100644 --- a/pkg/plugins/common/kustomize/v1/plugin.go +++ b/pkg/plugins/common/kustomize/v1/plugin.go @@ -14,6 +14,7 @@ See the License for the specific language governing permissions and limitations under the License. */ +//go:deprecated This package has been deprecated in favor of v2 package v1 import ( diff --git a/pkg/plugins/common/kustomize/v1/webhook.go b/pkg/plugins/common/kustomize/v1/webhook.go index 13b07d36162..b9715159810 100644 --- a/pkg/plugins/common/kustomize/v1/webhook.go +++ b/pkg/plugins/common/kustomize/v1/webhook.go @@ -14,6 +14,7 @@ See the License for the specific language governing permissions and limitations under the License. */ +//go:deprecated This package has been deprecated in favor of v2 package v1 import ( diff --git a/pkg/plugins/golang/v3/api.go b/pkg/plugins/golang/v3/api.go index 6e13838d7ef..bf981aaf86b 100644 --- a/pkg/plugins/golang/v3/api.go +++ b/pkg/plugins/golang/v3/api.go @@ -14,6 +14,7 @@ See the License for the specific language governing permissions and limitations under the License. */ +//go:deprecated This package has been deprecated in favor of v4 package v3 import ( diff --git a/pkg/plugins/golang/v3/commons.go b/pkg/plugins/golang/v3/commons.go index 0ea6c33f899..cd8c1eb8675 100644 --- a/pkg/plugins/golang/v3/commons.go +++ b/pkg/plugins/golang/v3/commons.go @@ -14,6 +14,7 @@ See the License for the specific language governing permissions and limitations under the License. */ +//go:deprecated This package has been deprecated in favor of v4 package v3 import ( diff --git a/pkg/plugins/golang/v3/edit.go b/pkg/plugins/golang/v3/edit.go index b75e7339bd6..679902ab073 100644 --- a/pkg/plugins/golang/v3/edit.go +++ b/pkg/plugins/golang/v3/edit.go @@ -14,6 +14,7 @@ See the License for the specific language governing permissions and limitations under the License. */ +//go:deprecated This package has been deprecated in favor of v4 package v3 import ( diff --git a/pkg/plugins/golang/v3/init.go b/pkg/plugins/golang/v3/init.go index 9417fc43c2e..6216b11bae0 100644 --- a/pkg/plugins/golang/v3/init.go +++ b/pkg/plugins/golang/v3/init.go @@ -14,6 +14,7 @@ See the License for the specific language governing permissions and limitations under the License. */ +//go:deprecated This package has been deprecated in favor of v4 package v3 import ( diff --git a/pkg/plugins/golang/v3/plugin.go b/pkg/plugins/golang/v3/plugin.go index 07f5e812931..6fb800b63b3 100644 --- a/pkg/plugins/golang/v3/plugin.go +++ b/pkg/plugins/golang/v3/plugin.go @@ -14,6 +14,7 @@ See the License for the specific language governing permissions and limitations under the License. */ +//go:deprecated This package has been deprecated in favor of v4 package v3 import ( diff --git a/pkg/plugins/golang/v3/webhook.go b/pkg/plugins/golang/v3/webhook.go index 6fa5d9dcbe9..ef38fe1f5b8 100644 --- a/pkg/plugins/golang/v3/webhook.go +++ b/pkg/plugins/golang/v3/webhook.go @@ -14,6 +14,7 @@ See the License for the specific language governing permissions and limitations under the License. */ +//go:deprecated This package has been deprecated in favor of v4 package v3 import (