From 921b3e99814e0f13e9b0fc329e7980133fedcc67 Mon Sep 17 00:00:00 2001 From: Akihiro Suda Date: Tue, 4 Mar 2025 11:31:51 +0900 Subject: [PATCH] go.mod: kunalkushwaha/ltag -> containerd/ltag Fix issue 17 Signed-off-by: Akihiro Suda --- README.md | 4 ++-- go.mod | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a03175c..f3a92fd 100644 --- a/README.md +++ b/README.md @@ -12,12 +12,12 @@ Prepends project files with given template. #### Install ``` -go install github.com/kunalkushwaha/ltag@latest +go install github.com/containerd/ltag@latest ``` > [!NOTE] > -> The module name is planned to be renamed to `github.com/containerd/ltag`. +> The module name was `github.com/kunalkushwaha/ltag` until v0.2.6. #### Usage diff --git a/go.mod b/go.mod index 9742ba6..46881cd 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,3 @@ -// Deprecated: the module is planned to be renamed to github.com/containerd/ltag -module github.com/kunalkushwaha/ltag +module github.com/containerd/ltag go 1.17