diff --git a/README.md b/README.md index 5071920..a03175c 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,10 @@ Prepends project files with given template. go install github.com/kunalkushwaha/ltag@latest ``` +> [!NOTE] +> +> The module name is planned to be renamed to `github.com/containerd/ltag`. + #### Usage ``` console diff --git a/go.mod b/go.mod index a65ace4..9742ba6 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,4 @@ +// Deprecated: the module is planned to be renamed to github.com/containerd/ltag module github.com/kunalkushwaha/ltag go 1.17